diff --git a/java-cloudbuild/README.md b/java-cloudbuild/README.md index 49203f73181f..45f694c71192 100644 --- a/java-cloudbuild/README.md +++ b/java-cloudbuild/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-build.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.36.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.37.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java index 718d234ad5d5..e1f7ec1471b8 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildSettings.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildSettings.java index a4368666ae41..78c96cb8b2af 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildSettings.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -288,7 +288,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CloudBuildStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CloudBuildStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/package-info.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/package-info.java index 8f2c3da02cb3..74b7217627ea 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/package-info.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStub.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStub.java index 717e540806fe..939328402e0b 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStub.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStubSettings.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStubSettings.java index 2eb8d0c971b5..dc17f702c390 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStubSettings.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -560,7 +560,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -569,7 +568,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildCallableFactory.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildCallableFactory.java index e90a9e02978a..d645e20843e7 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildCallableFactory.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildStub.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildStub.java index b25efe378510..831409bbbccf 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildStub.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildCallableFactory.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildCallableFactory.java index e744738ec625..a55aa775493a 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildCallableFactory.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildStub.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildStub.java index dca2304ae689..7023cc9430d1 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildStub.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/HttpJsonCloudBuildStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClient.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClient.java index 9168be1f17fb..9c62689f4d81 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClient.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerSettings.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerSettings.java index 8a1cd9ea7cea..b4025c744dc4 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerSettings.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -284,7 +284,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RepositoryManagerStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RepositoryManagerStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/package-info.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/package-info.java index 632e92f3686d..9ccce787175b 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/package-info.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerCallableFactory.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerCallableFactory.java index 83a313a53a9a..8e95e67c5074 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerCallableFactory.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerStub.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerStub.java index f4a4861483aa..724df7993ed3 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerStub.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/GrpcRepositoryManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerCallableFactory.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerCallableFactory.java index f0d0371558e6..50132b0378bd 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerCallableFactory.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerStub.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerStub.java index 3c6df6ce39c7..cad9fd3cef8c 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerStub.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/HttpJsonRepositoryManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStub.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStub.java index 318881dbf357..7cc3462a0f18 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStub.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStubSettings.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStubSettings.java index 6f5a7249c760..a56a410f1c9c 100644 --- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStubSettings.java +++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/RepositoryManagerStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -571,7 +571,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -580,7 +579,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientHttpJsonTest.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientHttpJsonTest.java index 0e971bcfccea..ffea451ec89d 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientHttpJsonTest.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientTest.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientTest.java index 5a3f55fed2fd..4d4e2638f9c0 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientTest.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuild.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuild.java index 0455c5a0c82f..291717c58993 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuild.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuildImpl.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuildImpl.java index 5a386b564b79..91f25f758543 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuildImpl.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuildImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicy.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicy.java index 86afc61ed2a7..ec96b0680295 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicy.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicyImpl.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicyImpl.java index 194cc6ef8092..11449ec466ba 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicyImpl.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockIAMPolicyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocations.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocations.java index 30351051bea1..09b43598366f 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocations.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocationsImpl.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocationsImpl.java index fddb9a3e1244..654022f9eff3 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocationsImpl.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManager.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManager.java index 0cb1e9e5df4e..2c6c88ba966f 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManager.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManagerImpl.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManagerImpl.java index 58add89d1525..3a632ce21ac5 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManagerImpl.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/MockRepositoryManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientHttpJsonTest.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientHttpJsonTest.java index 1600b5bfa29c..d5084e80be79 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientHttpJsonTest.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientTest.java b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientTest.java index cddd3524f6bd..9ea045974fb4 100644 --- a/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientTest.java +++ b/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v2/RepositoryManagerClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildName.java b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildName.java index bbf2fd4634bb..f5db7c74554e 100644 --- a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildName.java +++ b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildTriggerName.java b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildTriggerName.java index 20f66b505628..7616aaa99491 100644 --- a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildTriggerName.java +++ b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildTriggerName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/LocationName.java b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/LocationName.java index d62e874cb7c5..b71fa6bb8252 100644 --- a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/LocationName.java +++ b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/WorkerPoolName.java b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/WorkerPoolName.java index 3e0579233476..f598e3389d8d 100644 --- a/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/WorkerPoolName.java +++ b/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/WorkerPoolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/ConnectionName.java b/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/ConnectionName.java index 698c09a6dc9a..ef90837c0f15 100644 --- a/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/ConnectionName.java +++ b/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/ConnectionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/LocationName.java b/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/LocationName.java index 85d29a2d3e20..413e84133a36 100644 --- a/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/LocationName.java +++ b/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/RepositoryName.java b/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/RepositoryName.java index 709e85629295..2fe86eef9528 100644 --- a/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/RepositoryName.java +++ b/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/RepositoryName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuild.java index 2a8247010367..b94c103a27ce 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuildLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuildLRO.java index bb1a913ebc9b..f075fa711417 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuildLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/AsyncApproveBuildLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuild.java index 8f8e311f218a..48740e0bad5d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuildStringApprovalresult.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuildStringApprovalresult.java index 14470606e28f..1c71e9e2dcc3 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuildStringApprovalresult.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/approvebuild/SyncApproveBuildStringApprovalresult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/AsyncCancelBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/AsyncCancelBuild.java index 5d1fcf9fc202..86639c6ba3f6 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/AsyncCancelBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/AsyncCancelBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuild.java index 0b2f1043826e..1f116cb3d3ca 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuildStringString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuildStringString.java index 7632486bfeea..e8e3d6b642fb 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuildStringString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/cancelbuild/SyncCancelBuildStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider.java index d7be6a882977..7d89bea1234e 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider1.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider1.java index 38ec3b5a90e1..2b75626c8605 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider1.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetEndpoint.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetEndpoint.java index a05d5c06ca7d..d99709940cde 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetEndpoint.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuild.java index 3469dbdf9056..abf69114616e 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuildLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuildLRO.java index 5c5247f418f9..0aef8c8bdc10 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuildLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/AsyncCreateBuildLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuild.java index a30b6a43b1e8..76785022a982 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuildStringBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuildStringBuild.java index 19939afa60b3..cf1f02d372ad 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuildStringBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuild/SyncCreateBuildStringBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/AsyncCreateBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/AsyncCreateBuildTrigger.java index d10246bbcd4c..fddfab74d88f 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/AsyncCreateBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/AsyncCreateBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTrigger.java index 01193855c712..49df38318b55 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTriggerStringBuildtrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTriggerStringBuildtrigger.java index aa0ccdb428b0..576a1b4ffcab 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTriggerStringBuildtrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createbuildtrigger/SyncCreateBuildTriggerStringBuildtrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPool.java index c8f68bbd714f..41cd3ef025b3 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPoolLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPoolLRO.java index 84b0e93a7af6..ecfe5c265c77 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPoolLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/AsyncCreateWorkerPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPool.java index 3413fdcffb1b..5962fe5276df 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolLocationnameWorkerpoolString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolLocationnameWorkerpoolString.java index 76a81270592a..3993b4dc9396 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolLocationnameWorkerpoolString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolLocationnameWorkerpoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolStringWorkerpoolString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolStringWorkerpoolString.java index 0328d0e78822..5215ccb6b8e9 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolStringWorkerpoolString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/createworkerpool/SyncCreateWorkerPoolStringWorkerpoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/AsyncDeleteBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/AsyncDeleteBuildTrigger.java index 4934ee7e342c..1632fb85d209 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/AsyncDeleteBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/AsyncDeleteBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTrigger.java index 536ea66693c5..2d37fe60d78d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTriggerStringString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTriggerStringString.java index 0fe50f7c21a4..696ce3311c59 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTriggerStringString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deletebuildtrigger/SyncDeleteBuildTriggerStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPool.java index 2cc43ab7d459..94d5d405a591 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPoolLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPoolLRO.java index 3ffb36b803b0..1ef17ffe6b40 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPoolLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/AsyncDeleteWorkerPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPool.java index 9b388ffb4c61..d00efd66ab65 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolString.java index a00bd208f0ef..4dab0ed55155 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolWorkerpoolname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolWorkerpoolname.java index 2e939f59301c..7ecfcfded0f8 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolWorkerpoolname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/deleteworkerpool/SyncDeleteWorkerPoolWorkerpoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/AsyncGetBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/AsyncGetBuild.java index 4bd91eb8358f..54b193a000b7 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/AsyncGetBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/AsyncGetBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuild.java index 2a2713255a6a..0686d2858c52 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuildStringString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuildStringString.java index aa5474fc15cf..3b99729bc90b 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuildStringString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuild/SyncGetBuildStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/AsyncGetBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/AsyncGetBuildTrigger.java index 355cf568d098..9a7c2cb9471c 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/AsyncGetBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/AsyncGetBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTrigger.java index 602ed36b7563..d216b34ba75a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTriggerStringString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTriggerStringString.java index 874b43737d13..c9126539f41a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTriggerStringString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getbuildtrigger/SyncGetBuildTriggerStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/AsyncGetWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/AsyncGetWorkerPool.java index 47c6d452d383..967c512c2630 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/AsyncGetWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/AsyncGetWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPool.java index 721f2f8fc890..27e473e906d1 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolString.java index a1007c0ccfa3..4e9117b282a4 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolWorkerpoolname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolWorkerpoolname.java index 0bbd4b43bfc9..e75c1b1dbe25 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolWorkerpoolname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/getworkerpool/SyncGetWorkerPoolWorkerpoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuilds.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuilds.java index d02c27803ca0..dc6e965d3dae 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuilds.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuilds.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuildsPaged.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuildsPaged.java index cebd030fc8cf..9cba06410581 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuildsPaged.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/AsyncListBuildsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuilds.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuilds.java index 6c4e07eaedfe..6ae0de47b478 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuilds.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuilds.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuildsStringString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuildsStringString.java index 589954d09395..3d93bceadfcc 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuildsStringString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuilds/SyncListBuildsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggers.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggers.java index 9e948fe0ae73..799fc90d4a07 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggers.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggersPaged.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggersPaged.java index 557819fe5f22..ef886a83393d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggersPaged.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/AsyncListBuildTriggersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggers.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggers.java index c9e9fed9b3be..dd4a3e574578 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggers.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggersString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggersString.java index edacfe40a4ad..0d724fb85837 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggersString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listbuildtriggers/SyncListBuildTriggersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPools.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPools.java index aa416475b403..817a0c4860be 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPools.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPoolsPaged.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPoolsPaged.java index 706e2084519d..a254c5d72005 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPoolsPaged.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/AsyncListWorkerPoolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPools.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPools.java index 3e1b9aac1375..27800c8ef337 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPools.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsLocationname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsLocationname.java index d58e6bb2d0e9..ef81e3e06366 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsLocationname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsString.java index 02a9ae190109..a24c24f48c02 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/listworkerpools/SyncListWorkerPoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/AsyncReceiveTriggerWebhook.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/AsyncReceiveTriggerWebhook.java index 47a52e889f03..af92b53c64f5 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/AsyncReceiveTriggerWebhook.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/AsyncReceiveTriggerWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/SyncReceiveTriggerWebhook.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/SyncReceiveTriggerWebhook.java index b914f4d9236b..4cb8982739b3 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/SyncReceiveTriggerWebhook.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/receivetriggerwebhook/SyncReceiveTriggerWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuild.java index 7f55f2873ec2..2c4de8bb02f1 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuildLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuildLRO.java index 63b7bf63f333..9fecd2833bfb 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuildLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/AsyncRetryBuildLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuild.java index d406d7b8acd7..fe8a888dea8d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuildStringString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuildStringString.java index 73451c49a598..98203f1cb7c6 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuildStringString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/retrybuild/SyncRetryBuildStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTrigger.java index 0e9b6f2854c7..938e60b2cbe5 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTriggerLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTriggerLRO.java index 5edf5aa57c4d..d4c221934a35 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTriggerLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/AsyncRunBuildTriggerLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTrigger.java index 8d3534ac3518..b37c5fe22111 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTriggerStringStringReposource.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTriggerStringStringReposource.java index be81839c852f..8d11f3e2d0c7 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTriggerStringStringReposource.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/runbuildtrigger/SyncRunBuildTriggerStringStringReposource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/AsyncUpdateBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/AsyncUpdateBuildTrigger.java index 6cf131d77ab3..6337889e2748 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/AsyncUpdateBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/AsyncUpdateBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTrigger.java index f0adf54ba789..184fd760026f 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTriggerStringStringBuildtrigger.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTriggerStringStringBuildtrigger.java index e6dbdcd9a5cf..929532103b4b 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTriggerStringStringBuildtrigger.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updatebuildtrigger/SyncUpdateBuildTriggerStringStringBuildtrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPool.java index e6d25ecf4202..43019bfaf415 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPoolLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPoolLRO.java index 8a0e89788570..8be2bc454fce 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPoolLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/AsyncUpdateWorkerPoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPool.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPool.java index 3b39d3cb63fa..f64ceb5d2d2d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPool.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPoolWorkerpoolFieldmask.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPoolWorkerpoolFieldmask.java index e36bbd2a1a2f..153dd9966efe 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPoolWorkerpoolFieldmask.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuild/updateworkerpool/SyncUpdateWorkerPoolWorkerpoolFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuildsettings/getbuild/SyncGetBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuildsettings/getbuild/SyncGetBuild.java index 2ec4f0c9e081..e608dd8752b7 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuildsettings/getbuild/SyncGetBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/cloudbuildsettings/getbuild/SyncGetBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/stub/cloudbuildstubsettings/getbuild/SyncGetBuild.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/stub/cloudbuildstubsettings/getbuild/SyncGetBuild.java index 4ac891583622..8325298d9463 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/stub/cloudbuildstubsettings/getbuild/SyncGetBuild.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v1/stub/cloudbuildstubsettings/getbuild/SyncGetBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositories.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositories.java index ce17ba5d1585..f443e6e98520 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositories.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositoriesLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositoriesLRO.java index 63dfe619db5d..f33a911f173c 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositoriesLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/AsyncBatchCreateRepositoriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositories.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositories.java index 26e5f2b8756a..fb3c744de079 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositories.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesConnectionnameListcreaterepositoryrequest.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesConnectionnameListcreaterepositoryrequest.java index f1377a6643c2..173007b16baf 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesConnectionnameListcreaterepositoryrequest.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesConnectionnameListcreaterepositoryrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesStringListcreaterepositoryrequest.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesStringListcreaterepositoryrequest.java index c0bf91e616d8..b01652983012 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesStringListcreaterepositoryrequest.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/batchcreaterepositories/SyncBatchCreateRepositoriesStringListcreaterepositoryrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider.java index f03bc277c097..36757a062a3a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider1.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider1.java index 0bd9068aaa97..d655f762e894 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider1.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetEndpoint.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetEndpoint.java index f754f123e9e7..6115c1657992 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetEndpoint.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnection.java index 4ff4cadba87c..00776b59f39f 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnectionLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnectionLRO.java index 8263d1dbd8e0..f939de2fcfb5 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnectionLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/AsyncCreateConnectionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnection.java index 4159717e1cf4..d4b79d13459a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionLocationnameConnectionString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionLocationnameConnectionString.java index 50bff6abbfd6..68666d2a22c3 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionLocationnameConnectionString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionLocationnameConnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionStringConnectionString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionStringConnectionString.java index ade0a956b1cc..028907497b0a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionStringConnectionString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createconnection/SyncCreateConnectionStringConnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepository.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepository.java index 3ecdab789e5b..262140aa75ff 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepository.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepositoryLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepositoryLRO.java index 262fc8f21ef5..5b3fca01dfab 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepositoryLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/AsyncCreateRepositoryLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepository.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepository.java index e34392710d29..d94b57b0cc6c 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepository.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryConnectionnameRepositoryString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryConnectionnameRepositoryString.java index 27b5bfd424a4..0812cd5e764a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryConnectionnameRepositoryString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryConnectionnameRepositoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryStringRepositoryString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryStringRepositoryString.java index ad7a70b69bcf..857b88deb312 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryStringRepositoryString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/createrepository/SyncCreateRepositoryStringRepositoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnection.java index 16a4c0309b53..127e7cd7e6da 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnectionLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnectionLRO.java index 42e4e2e1bf51..f9c091fa661e 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnectionLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/AsyncDeleteConnectionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnection.java index 8b9126d36c4e..3809df38c63b 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionConnectionname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionConnectionname.java index a254202595f2..3c99fdd1a57f 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionConnectionname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionConnectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionString.java index 8693c3e23891..c0b1b368f863 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleteconnection/SyncDeleteConnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepository.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepository.java index 68153062b239..19856abf7c5f 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepository.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepositoryLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepositoryLRO.java index 0ab89055393c..64a42974b1db 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepositoryLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/AsyncDeleteRepositoryLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepository.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepository.java index bee46ffc3f05..3d222ab37ed7 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepository.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryRepositoryname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryRepositoryname.java index 0242faf3ebb9..3de885e840e9 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryRepositoryname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryString.java index 5ae3b180d464..25e0b782f879 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/deleterepository/SyncDeleteRepositoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/AsyncFetchGitRefs.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/AsyncFetchGitRefs.java index 2e79c909c8fa..c25e8abf1170 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/AsyncFetchGitRefs.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/AsyncFetchGitRefs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefs.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefs.java index df418c8ba893..1f0d57b18557 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefs.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsRepositoryname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsRepositoryname.java index 0bce54a8927a..940e67f29057 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsRepositoryname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsString.java index 98be4e25cf42..3805303b4cc7 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchgitrefs/SyncFetchGitRefsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositories.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositories.java index dde19578cfd3..f2b266f0243c 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositories.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositoriesPaged.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositoriesPaged.java index 907869edc742..d69a086a8863 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositoriesPaged.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/AsyncFetchLinkableRepositoriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/SyncFetchLinkableRepositories.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/SyncFetchLinkableRepositories.java index 9f28e497e6dc..5b931c439cf0 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/SyncFetchLinkableRepositories.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchlinkablerepositories/SyncFetchLinkableRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/AsyncFetchReadToken.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/AsyncFetchReadToken.java index 351c797c6249..61b762d4b4ec 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/AsyncFetchReadToken.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/AsyncFetchReadToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadToken.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadToken.java index 04c456b4c11d..e406948c786a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadToken.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenRepositoryname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenRepositoryname.java index 5a9630cf2a57..5778b953af15 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenRepositoryname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenString.java index 5c6f871ba183..d7bfffd28fb9 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadtoken/SyncFetchReadTokenString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/AsyncFetchReadWriteToken.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/AsyncFetchReadWriteToken.java index e04dbd7f1a88..d307f5217b1a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/AsyncFetchReadWriteToken.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/AsyncFetchReadWriteToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteToken.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteToken.java index a50517b47e36..af00553f28b6 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteToken.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenRepositoryname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenRepositoryname.java index 35f6c827e39f..04d7f3b7d78d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenRepositoryname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenString.java index 8c936c55d51a..ae167ccba756 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/fetchreadwritetoken/SyncFetchReadWriteTokenString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/AsyncGetConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/AsyncGetConnection.java index e59d532f7117..e5bc9a346206 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/AsyncGetConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/AsyncGetConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnection.java index f92999a1b53a..9d6c87a42c21 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionConnectionname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionConnectionname.java index 5da3286f04e6..912729521868 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionConnectionname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionConnectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionString.java index c4f32e1ed9a5..50127abe5f20 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getconnection/SyncGetConnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/AsyncGetIamPolicy.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/AsyncGetIamPolicy.java index 14fe5e7a50bc..80439261daca 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/AsyncGetIamPolicy.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/SyncGetIamPolicy.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/SyncGetIamPolicy.java index 6fc8e0d3946f..58c647da1b88 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/SyncGetIamPolicy.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/AsyncGetRepository.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/AsyncGetRepository.java index 50a5a2ad4b63..cc10f0a0864e 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/AsyncGetRepository.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/AsyncGetRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepository.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepository.java index 47c14ffec9ee..d9eed879e52e 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepository.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryRepositoryname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryRepositoryname.java index f98715607c78..29f0e2230825 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryRepositoryname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryRepositoryname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryString.java index 522badfc8713..6216acf3828b 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/getrepository/SyncGetRepositoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnections.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnections.java index 7ab9af9aba99..18a1bab39313 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnections.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnections.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnectionsPaged.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnectionsPaged.java index 5933434abac9..62c18e36942a 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnectionsPaged.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/AsyncListConnectionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnections.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnections.java index f5aea767dc92..db840fe38e04 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnections.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnections.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsLocationname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsLocationname.java index dcac3f746592..08e0296e7a6d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsLocationname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsString.java index 858e0cdeafa8..c6034c4d25f0 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listconnections/SyncListConnectionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositories.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositories.java index dff837d5a70c..0e2b76d6968d 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositories.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositoriesPaged.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositoriesPaged.java index 6c58b9295cb0..6edeb9fb15e4 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositoriesPaged.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/AsyncListRepositoriesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositories.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositories.java index e15236e43c18..5388c0328859 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositories.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesConnectionname.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesConnectionname.java index 1839b295dfb3..c6b562ee296c 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesConnectionname.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesConnectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesString.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesString.java index 837e945777db..24f359c47b09 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesString.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/listrepositories/SyncListRepositoriesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/AsyncSetIamPolicy.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/AsyncSetIamPolicy.java index 6067c77df35b..33d56ec283ef 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/AsyncSetIamPolicy.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/SyncSetIamPolicy.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/SyncSetIamPolicy.java index 7e6bdd48dfc7..d10c3da42a0c 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/SyncSetIamPolicy.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/AsyncTestIamPermissions.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/AsyncTestIamPermissions.java index e69845ee446e..d68d0521c549 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/AsyncTestIamPermissions.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/SyncTestIamPermissions.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/SyncTestIamPermissions.java index 3a318271359e..e08741b35f2b 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/SyncTestIamPermissions.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnection.java index f6ab50316fbe..29a6832a47fe 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnectionLRO.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnectionLRO.java index b7e49ef40080..1b08b99be9dd 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnectionLRO.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/AsyncUpdateConnectionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnection.java index 46cac7a56e95..b2e671aa7f36 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnectionConnectionFieldmask.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnectionConnectionFieldmask.java index 12e32dc87e9c..54fc67916bb5 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnectionConnectionFieldmask.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanager/updateconnection/SyncUpdateConnectionConnectionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanagersettings/getconnection/SyncGetConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanagersettings/getconnection/SyncGetConnection.java index 62513341334d..ec61200432de 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanagersettings/getconnection/SyncGetConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/repositorymanagersettings/getconnection/SyncGetConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/stub/repositorymanagerstubsettings/getconnection/SyncGetConnection.java b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/stub/repositorymanagerstubsettings/getconnection/SyncGetConnection.java index 70ad6112dcb6..f1fe3bd377d8 100644 --- a/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/stub/repositorymanagerstubsettings/getconnection/SyncGetConnection.java +++ b/java-cloudbuild/samples/snippets/generated/com/google/cloud/devtools/cloudbuild/v2/stub/repositorymanagerstubsettings/getconnection/SyncGetConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/README.md b/java-cloudquotas/README.md index 12b26edca869..fa898b96848a 100644 --- a/java-cloudquotas/README.md +++ b/java-cloudquotas/README.md @@ -203,7 +203,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-cloudquotas/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudquotas.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudquotas/0.2.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudquotas/0.3.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasClient.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasClient.java index a699b05edbda..effab369a254 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasClient.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasSettings.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasSettings.java index 578948a61505..d04340699d57 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasSettings.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/CloudQuotasSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -154,7 +154,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CloudQuotasStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CloudQuotasStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/package-info.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/package-info.java index 8452aa27a2cd..8ed49babaf74 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/package-info.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStub.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStub.java index a699f000b7e3..75db1225efe8 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStub.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStubSettings.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStubSettings.java index e8c1de277a33..3e49ea4b776b 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStubSettings.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/CloudQuotasStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -355,7 +355,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -364,7 +363,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasCallableFactory.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasCallableFactory.java index 7114190414c6..8282fc3b618d 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasCallableFactory.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasStub.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasStub.java index 02e593908cf4..3ec6e2c56c2a 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasStub.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/GrpcCloudQuotasStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasCallableFactory.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasCallableFactory.java index 1ee888ebe9ab..5f24a1c6bf5b 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasCallableFactory.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasStub.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasStub.java index 103ddd2018ab..cceeb7fb5fc6 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasStub.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/HttpJsonCloudQuotasStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientHttpJsonTest.java b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientHttpJsonTest.java index 5267c55afc0c..57bed0f0df5f 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientHttpJsonTest.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientTest.java b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientTest.java index be94e24a8ac8..74a1b468490b 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientTest.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/CloudQuotasClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotas.java b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotas.java index 58077c1ee083..ef776a42549f 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotas.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotasImpl.java b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotasImpl.java index 1eb337b35648..c87e4ebc21e7 100644 --- a/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotasImpl.java +++ b/java-cloudquotas/google-cloud-cloudquotas/src/test/java/com/google/api/cloudquotas/v1/MockCloudQuotasImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/LocationName.java b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/LocationName.java index 991fc6b7b3c1..3c6d793056f2 100644 --- a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/LocationName.java +++ b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaInfoName.java b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaInfoName.java index 6f80edc03230..1cbc90703c6f 100644 --- a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaInfoName.java +++ b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaInfoName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaPreferenceName.java b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaPreferenceName.java index 9d82d7b8abd1..e936b59a8b50 100644 --- a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaPreferenceName.java +++ b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/QuotaPreferenceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/ServiceName.java b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/ServiceName.java index 0188f1c1f26c..3d9d10e781c9 100644 --- a/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/ServiceName.java +++ b/java-cloudquotas/proto-google-cloud-cloudquotas-v1/src/main/java/com/google/api/cloudquotas/v1/ServiceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider.java index 360405661efb..009c7707e382 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider1.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider1.java index 618f5da01720..e06e0372090c 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider1.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetEndpoint.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetEndpoint.java index 21ba09201cc3..252ec7946344 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetEndpoint.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/AsyncCreateQuotaPreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/AsyncCreateQuotaPreference.java index 8b3e4bdfc2df..303c66e18a07 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/AsyncCreateQuotaPreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/AsyncCreateQuotaPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreference.java index 28053fca5efd..430758422dd5 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreference.java index 2b69f092827d..5cdeca42e307 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreferenceString.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreferenceString.java index 20a854ccfe08..a2b8fdd32e85 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreferenceString.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceLocationnameQuotapreferenceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreference.java index 5e7336f3ae26..42e5f293a266 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreferenceString.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreferenceString.java index 9f82eb9ba6ad..e2047a9eb468 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreferenceString.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/createquotapreference/SyncCreateQuotaPreferenceStringQuotapreferenceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/AsyncGetQuotaInfo.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/AsyncGetQuotaInfo.java index a95f529df0e7..8a151bfd07bc 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/AsyncGetQuotaInfo.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/AsyncGetQuotaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfo.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfo.java index da0c66969531..9967c04f8dbe 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfo.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoQuotainfoname.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoQuotainfoname.java index f7067c0e73bf..b7e58bd570ff 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoQuotainfoname.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoQuotainfoname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoString.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoString.java index 38b86e43f3e1..009c10f3a651 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoString.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotainfo/SyncGetQuotaInfoString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/AsyncGetQuotaPreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/AsyncGetQuotaPreference.java index ea9efaad36ed..07b84ab96ef2 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/AsyncGetQuotaPreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/AsyncGetQuotaPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreference.java index fec5528bb355..f35c9452d7e6 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceQuotapreferencename.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceQuotapreferencename.java index 4f59d67e9bc1..2c9d398491c3 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceQuotapreferencename.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceQuotapreferencename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceString.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceString.java index 0142ea837485..07438a77c222 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceString.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/getquotapreference/SyncGetQuotaPreferenceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfos.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfos.java index 6035c94bd23b..954de5915fcb 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfos.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfos.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfosPaged.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfosPaged.java index 4908736811b5..88bab7cb0207 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfosPaged.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/AsyncListQuotaInfosPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfos.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfos.java index 7607fb3892b3..e6606316f7ad 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfos.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfos.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosServicename.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosServicename.java index 327c7dc018d1..aae829581c48 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosServicename.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosString.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosString.java index 91425950652a..2cd2010b1c56 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosString.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotainfos/SyncListQuotaInfosString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferences.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferences.java index 46ea4e82e646..9463935921cc 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferences.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferences.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferencesPaged.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferencesPaged.java index e68ae0a54f3c..794bed79af2c 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferencesPaged.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/AsyncListQuotaPreferencesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferences.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferences.java index 14e133995e00..cd9280d05622 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferences.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferences.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesLocationname.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesLocationname.java index 67b0c9b33119..c69f8f79fbc2 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesLocationname.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesString.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesString.java index bb2f296a270f..7f71e61bf033 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesString.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/listquotapreferences/SyncListQuotaPreferencesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/AsyncUpdateQuotaPreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/AsyncUpdateQuotaPreference.java index 3c48962cbe9b..1d0283f35e55 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/AsyncUpdateQuotaPreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/AsyncUpdateQuotaPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreference.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreference.java index 87559ff9f17b..0664cbfc1c6c 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreference.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreferenceQuotapreferenceFieldmask.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreferenceQuotapreferenceFieldmask.java index bd3d7d79e411..156e953517ff 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreferenceQuotapreferenceFieldmask.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotas/updatequotapreference/SyncUpdateQuotaPreferenceQuotapreferenceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotassettings/getquotainfo/SyncGetQuotaInfo.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotassettings/getquotainfo/SyncGetQuotaInfo.java index 4656d8e55d8c..0da511f8f856 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotassettings/getquotainfo/SyncGetQuotaInfo.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/cloudquotassettings/getquotainfo/SyncGetQuotaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/stub/cloudquotasstubsettings/getquotainfo/SyncGetQuotaInfo.java b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/stub/cloudquotasstubsettings/getquotainfo/SyncGetQuotaInfo.java index 1a114376bd89..367be90baaba 100644 --- a/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/stub/cloudquotasstubsettings/getquotainfo/SyncGetQuotaInfo.java +++ b/java-cloudquotas/samples/snippets/generated/com/google/api/cloudquotas/v1/stub/cloudquotasstubsettings/getquotainfo/SyncGetQuotaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/README.md b/java-cloudsupport/README.md index e61b8305e3d7..773d945c7dd3 100644 --- a/java-cloudsupport/README.md +++ b/java-cloudsupport/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-cloudsupport/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudsupport.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsupport/0.18.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsupport/0.19.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceClient.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceClient.java index 549ec1773cb0..d319edb0eb5b 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceClient.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceSettings.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceSettings.java index d075b5022d49..c28890128dba 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceSettings.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseAttachmentServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -124,7 +124,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CaseAttachmentServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CaseAttachmentServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceClient.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceClient.java index 4108158b59e5..86f9f45db5d2 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceClient.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceSettings.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceSettings.java index a2039d8eea2b..0d5334854b29 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceSettings.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CaseServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -162,7 +162,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CaseServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CaseServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceClient.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceClient.java index bb0b1f6d0e67..5abf4ae3e7cd 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceClient.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceSettings.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceSettings.java index 9d3275c55167..661fb1fd04cd 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceSettings.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/CommentServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -127,7 +127,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CommentServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CommentServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/package-info.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/package-info.java index 08bfc2e055d5..6d0e6b3161e2 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/package-info.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStub.java index f9a1feec59b1..c47b8c00adee 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStubSettings.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStubSettings.java index e54d02b8bbb7..beb213f9a375 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStubSettings.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseAttachmentServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -242,7 +242,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -251,7 +250,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStub.java index bae7fa0581d4..f125c69ad95d 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStubSettings.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStubSettings.java index 74d1d1a2d6fb..ea4700816ed7 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStubSettings.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CaseServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -427,7 +427,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -436,7 +435,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStub.java index 9eaeb9a64c43..dd36ab69d905 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStubSettings.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStubSettings.java index 09a0254ce6ff..1bc2c216f4dd 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStubSettings.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/CommentServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -243,7 +243,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -252,7 +251,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceCallableFactory.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceCallableFactory.java index c533873e0b2a..68ef540bdfdb 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceCallableFactory.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceStub.java index f0ba4c699218..3a3a523c3796 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseAttachmentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceCallableFactory.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceCallableFactory.java index 7179c5ea375a..f9df0bffd841 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceCallableFactory.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceStub.java index 896e32078f73..97de435c9d27 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCaseServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceCallableFactory.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceCallableFactory.java index 40689136a5f5..8f2007b41a01 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceCallableFactory.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceStub.java index ca8e1d92eb71..258adfe44a85 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcCommentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceCallableFactory.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceCallableFactory.java index 98e8f937f59d..affb5cc4fa33 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceCallableFactory.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceStub.java index 42a7cdc8c849..13efb23a62a1 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseAttachmentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceCallableFactory.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceCallableFactory.java index 284d577df82c..a2cb75845427 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceCallableFactory.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceStub.java index 559a42b2634c..9fddc559f2f7 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCaseServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceCallableFactory.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceCallableFactory.java index 6beb2e2fbc5c..7ada06a28873 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceCallableFactory.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceStub.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceStub.java index 5ac90467aed2..09f4e0b26813 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceStub.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonCommentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientHttpJsonTest.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientHttpJsonTest.java index add637995831..80509b024ec8 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientHttpJsonTest.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientTest.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientTest.java index b3d4cca1bc73..e7d86883fc0d 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientTest.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseAttachmentServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientHttpJsonTest.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientHttpJsonTest.java index 9e64c976654f..2176a46df449 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientHttpJsonTest.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientTest.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientTest.java index e3e9e34bb53a..c1aa37d10548 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientTest.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CaseServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientHttpJsonTest.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientHttpJsonTest.java index ebda4a912cbd..5027b92d737d 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientHttpJsonTest.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientTest.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientTest.java index b2d7d32ff263..622f1e8a32d6 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientTest.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/CommentServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentService.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentService.java index 6716cb091a48..73780166a8ce 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentService.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentServiceImpl.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentServiceImpl.java index 6d76c203d01b..51e5987373a6 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentServiceImpl.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseAttachmentServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseService.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseService.java index 68673f790648..4e7699b1c1d1 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseService.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseServiceImpl.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseServiceImpl.java index 3fdeff52a5f9..3d54cbc7161c 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseServiceImpl.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCaseServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentService.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentService.java index c076d480f03e..fa6fc13b566a 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentService.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentServiceImpl.java b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentServiceImpl.java index c948de2c8962..566b46a59bad 100644 --- a/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentServiceImpl.java +++ b/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/MockCommentServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/CaseName.java b/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/CaseName.java index b823f8efdbcc..1bad853315b2 100644 --- a/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/CaseName.java +++ b/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/CaseName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/OrganizationName.java b/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/OrganizationName.java index 24639f6e57f9..4d990b734bae 100644 --- a/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/OrganizationName.java +++ b/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/OrganizationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ProjectName.java b/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ProjectName.java index 1d3145c0b0b9..a5f3e2bfc4da 100644 --- a/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ProjectName.java +++ b/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider.java index 2f7fd522f1d6..2d78f36c4854 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider1.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider1.java index ac27d3015a88..4ddfd6e33d2f 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetEndpoint.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetEndpoint.java index 8553afb7e3ea..8be67dfeb464 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetEndpoint.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachments.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachments.java index b41614ea2d25..1940ec15b73f 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachments.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachmentsPaged.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachmentsPaged.java index 1384c0809f5b..f538f3edf7a8 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachmentsPaged.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/AsyncListAttachmentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachments.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachments.java index 1eadacf0c848..0ce3603cce19 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachments.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsCasename.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsCasename.java index aba33e05d3a2..ed56eca966f2 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsCasename.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsCasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsString.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsString.java index e685ca680263..bd6f75355cda 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsString.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservice/listattachments/SyncListAttachmentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservicesettings/listattachments/SyncListAttachments.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservicesettings/listattachments/SyncListAttachments.java index 2b66ba112e6d..17b0efe05be4 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservicesettings/listattachments/SyncListAttachments.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseattachmentservicesettings/listattachments/SyncListAttachments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/AsyncCloseCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/AsyncCloseCase.java index d8260d42bbe6..571a290cefba 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/AsyncCloseCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/AsyncCloseCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/SyncCloseCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/SyncCloseCase.java index 0928b11c7e36..5d88e4241a59 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/SyncCloseCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/closecase/SyncCloseCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider.java index 7fb5e545bb1c..79f52a02e65a 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider1.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider1.java index ba9f9234d0ae..e83be3d6cd1d 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetEndpoint.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetEndpoint.java index b77f22839593..ddb56fe1d6a2 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetEndpoint.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/AsyncCreateCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/AsyncCreateCase.java index 4dc5a586380e..036d2af3c08a 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/AsyncCreateCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/AsyncCreateCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCase.java index e7f594306e93..8b269b542b7d 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseOrganizationnameCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseOrganizationnameCase.java index cbb558d2dde3..f5445e7cafd0 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseOrganizationnameCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseOrganizationnameCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseProjectnameCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseProjectnameCase.java index ff74c90a9481..c7a72a2a2d29 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseProjectnameCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseProjectnameCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseStringCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseStringCase.java index 279da6ee5abd..6a068c2b55a3 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseStringCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/SyncCreateCaseStringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/AsyncEscalateCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/AsyncEscalateCase.java index f773664bd794..8cb53d17884a 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/AsyncEscalateCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/AsyncEscalateCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/SyncEscalateCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/SyncEscalateCase.java index 99d1bdb7b350..d6305c0dc317 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/SyncEscalateCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/escalatecase/SyncEscalateCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/AsyncGetCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/AsyncGetCase.java index 1b7593310b23..6da6c1df4a48 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/AsyncGetCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/AsyncGetCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCase.java index 16042c9f6ad6..ecabb2482dc6 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseCasename.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseCasename.java index 79355f40c6f4..e708ec524371 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseCasename.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseCasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseString.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseString.java index a3c4b2da1d14..600d7b03f010 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseString.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/getcase/SyncGetCaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCases.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCases.java index dde316769f5d..240c3d105de9 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCases.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCasesPaged.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCasesPaged.java index 7d51a507fa47..d555031a6cdd 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCasesPaged.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/AsyncListCasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCases.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCases.java index 1a6e6d43cd7e..3fbb72f51667 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCases.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesOrganizationname.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesOrganizationname.java index 65e9674ba431..5a350e7af8e9 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesOrganizationname.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesProjectname.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesProjectname.java index 05fea25ac017..51b055a721a2 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesProjectname.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesString.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesString.java index 1a2fe73e790b..3e4772222611 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesString.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/listcases/SyncListCasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassifications.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassifications.java index d7ae5a9a5f48..70443e17e70d 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassifications.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassifications.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassificationsPaged.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassificationsPaged.java index 7bcb918492f1..c0ceabfabcc6 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassificationsPaged.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/AsyncSearchCaseClassificationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/SyncSearchCaseClassifications.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/SyncSearchCaseClassifications.java index c0a4ff6fc52f..5ad27b799dee 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/SyncSearchCaseClassifications.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcaseclassifications/SyncSearchCaseClassifications.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCases.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCases.java index d9f061c498be..ded5b74aab0c 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCases.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCasesPaged.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCasesPaged.java index befe4a3bf820..e6015a79b543 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCasesPaged.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/AsyncSearchCasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/SyncSearchCases.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/SyncSearchCases.java index 203f58e39466..8a310dbc6888 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/SyncSearchCases.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/searchcases/SyncSearchCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/AsyncUpdateCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/AsyncUpdateCase.java index 11382fd77e8c..0541df122e2f 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/AsyncUpdateCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/AsyncUpdateCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCase.java index d3132040a6bc..c75d9c02dc77 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCaseCaseFieldmask.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCaseCaseFieldmask.java index 437760102843..467fef39907b 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCaseCaseFieldmask.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/SyncUpdateCaseCaseFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservicesettings/getcase/SyncGetCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservicesettings/getcase/SyncGetCase.java index 89327b587b34..e1ec8b7f6f2c 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservicesettings/getcase/SyncGetCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservicesettings/getcase/SyncGetCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider.java index ab3e93ac7bca..2f9370f251e6 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider1.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider1.java index ca23160a4658..0879c8623bac 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetEndpoint.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetEndpoint.java index f24b2651847b..eb82888ca4a8 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetEndpoint.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/AsyncCreateComment.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/AsyncCreateComment.java index 376549e67094..e58ce481881c 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/AsyncCreateComment.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/AsyncCreateComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateComment.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateComment.java index 2c25b9ff581b..a294ec9fb0d4 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateComment.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentCasenameComment.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentCasenameComment.java index 598acb10c38b..8f948537f85a 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentCasenameComment.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentCasenameComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentStringComment.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentStringComment.java index 9513354a9317..c7dedf980bcd 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentStringComment.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/createcomment/SyncCreateCommentStringComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListComments.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListComments.java index 1c94a5d00ce4..990d8d31a5ac 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListComments.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListComments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListCommentsPaged.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListCommentsPaged.java index 0b1bf4c108b0..f1816299a23e 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListCommentsPaged.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/AsyncListCommentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListComments.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListComments.java index 3a2cf308920a..6888bb739442 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListComments.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListComments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsCasename.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsCasename.java index 5beab388f829..8474d14552b3 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsCasename.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsCasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsString.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsString.java index fee40aac6b5b..463da5e53f27 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsString.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservice/listcomments/SyncListCommentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservicesettings/createcomment/SyncCreateComment.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservicesettings/createcomment/SyncCreateComment.java index 8d9f40e97ed9..0c3ed7c51e8c 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservicesettings/createcomment/SyncCreateComment.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/commentservicesettings/createcomment/SyncCreateComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseattachmentservicestubsettings/listattachments/SyncListAttachments.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseattachmentservicestubsettings/listattachments/SyncListAttachments.java index 50de83746085..3f243b351cf0 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseattachmentservicestubsettings/listattachments/SyncListAttachments.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseattachmentservicestubsettings/listattachments/SyncListAttachments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseservicestubsettings/getcase/SyncGetCase.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseservicestubsettings/getcase/SyncGetCase.java index dbf7da342a5b..8f8a1ac6414d 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseservicestubsettings/getcase/SyncGetCase.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/caseservicestubsettings/getcase/SyncGetCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/commentservicestubsettings/createcomment/SyncCreateComment.java b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/commentservicestubsettings/createcomment/SyncCreateComment.java index 721ffaeadb4e..db4b88673627 100644 --- a/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/commentservicestubsettings/createcomment/SyncCreateComment.java +++ b/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/stub/commentservicestubsettings/createcomment/SyncCreateComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesClient.java index db063675127f..66c21666644a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesSettings.java index ad2b71d323a8..66002bb40599 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.AcceleratorTypesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -130,7 +129,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AcceleratorTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AcceleratorTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesClient.java index 8e55f87a71a2..5a6024753e93 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesSettings.java index 92830dfdc152..806eab036982 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddressesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.AddressesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -169,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AddressesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AddressesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersClient.java index ab8d587362d9..4ea90a60e65e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersSettings.java index 057fb4f946ca..fcd6896831a4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AutoscalersSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.AutoscalersClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -171,7 +170,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AutoscalersStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AutoscalersStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsClient.java index 4529109534c6..3825dcc6e003 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsSettings.java index 050cbe2d47f2..126c36c512ae 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendBucketsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.BackendBucketsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -218,7 +217,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return BackendBucketsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return BackendBucketsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesClient.java index 6ba427d336f1..c4ab12ed5a81 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesSettings.java index 27a2b37de90a..575469c080a2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendServicesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.BackendServicesClient.ListUsablePagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -254,7 +253,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return BackendServicesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return BackendServicesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesClient.java index 6c1b3c57c88e..3278f301bb5f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesSettings.java index 8c2788fb3124..f71f3fa1e8c0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DiskTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.DiskTypesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -125,7 +124,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DiskTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DiskTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksClient.java index a75e05e2f10a..40359bae6053 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksSettings.java index 8ae6330daaad..5ed3c279d3e1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DisksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.DisksClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -275,7 +274,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DisksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DisksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClient.java index 206693dcb29a..239600116dcd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysSettings.java index da043eebaccd..9c4278c77e35 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ExternalVpnGatewaysSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.ExternalVpnGatewaysClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -162,7 +161,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ExternalVpnGatewaysStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ExternalVpnGatewaysStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesClient.java index 58c1b3251c16..ac99972bc9c8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesSettings.java index 7d7fc7940553..5916f693ccb7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.FirewallPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -267,7 +266,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FirewallPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FirewallPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsClient.java index b1ce4fed2b39..1ce8982846df 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsSettings.java index a908d7434c3f..b9e3ae03ee8b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FirewallsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.FirewallsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -162,7 +161,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FirewallsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FirewallsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesClient.java index 0e89d6d675ba..477c01d87006 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesSettings.java index 8af6d5ac4ad0..b586ab696276 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ForwardingRulesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.ForwardingRulesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -186,7 +185,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ForwardingRulesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ForwardingRulesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesClient.java index 13c43ee99c24..1d8770336ed9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesSettings.java index 9f150260d1da..3c703191655b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalAddressesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.GlobalAddressesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -165,7 +164,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GlobalAddressesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GlobalAddressesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesClient.java index 0af47c72b65c..5c6f55f05eba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesSettings.java index e8cf586a6e5d..7975dc1a0bbc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalForwardingRulesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.GlobalForwardingRulesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -177,7 +176,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GlobalForwardingRulesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GlobalForwardingRulesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClient.java index 0fcb904462e6..ef272127ff99 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsSettings.java index 7d4fc27a3d59..6256db75c763 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.GlobalNetworkEndpointGroupsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -188,7 +187,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GlobalNetworkEndpointGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GlobalNetworkEndpointGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsClient.java index 6f002c5b7cf3..f876ed9569f6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsSettings.java index f224bce3e652..4d4e88a0c592 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOperationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.GlobalOperationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -141,7 +140,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GlobalOperationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GlobalOperationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClient.java index 30c3a4ac97ad..91e622e9879f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsSettings.java index 886b9b2f6d01..50cd803f4e0b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.GlobalOrganizationOperationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -130,7 +129,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GlobalOrganizationOperationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GlobalOrganizationOperationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClient.java index b6553a468c77..abbecacfba8a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesSettings.java index 9e398f7dc6e3..4fc4b78b6d77 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.GlobalPublicDelegatedPrefixesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -160,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GlobalPublicDelegatedPrefixesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GlobalPublicDelegatedPrefixesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksClient.java index 29987718b1fb..127c96e323b2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksSettings.java index 20c2c06ec5d6..b4a8a7294d2f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthChecksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.HealthChecksClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -174,7 +173,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return HealthChecksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return HealthChecksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsClient.java index cf998db62331..11b5b552012c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsSettings.java index b6c143b70b1b..bed8b3f8323d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImageFamilyViewsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package com.google.cloud.compute.v1; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -111,7 +110,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ImageFamilyViewsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ImageFamilyViewsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesClient.java index 81043b0034d9..ab72a04c3ba6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesSettings.java index 47397943bf80..02383b55a233 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ImagesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.ImagesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -191,7 +190,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ImagesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ImagesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersClient.java index 5cbae6be2fe0..7b442aa73a2e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersSettings.java index 70cc773cb4ae..4c68c3420e6e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagersSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ import static com.google.cloud.compute.v1.InstanceGroupManagersClient.ListPerInstanceConfigsPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -345,7 +344,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InstanceGroupManagersStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InstanceGroupManagersStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsClient.java index 5b870b6f301a..9b9e206fd28a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsSettings.java index f74cf0f22d65..d5585d6285c8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.InstanceGroupsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -197,7 +196,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InstanceGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InstanceGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesClient.java index dd448df73fe0..b6e11ac8fa4c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesSettings.java index 0fcf467dae1b..96a1b49eadb4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceTemplatesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.InstanceTemplatesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -169,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InstanceTemplatesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InstanceTemplatesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesClient.java index 46a28eed8975..3041bfa8a19f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesSettings.java index 241a95937bfd..75ed587cb8ea 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstancesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.InstancesClient.ListReferrersPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -591,7 +590,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InstancesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InstancesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsClient.java index 8169327a7b34..82895d1a4eed 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsSettings.java index f790f26e4745..e37a6a386319 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectAttachmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.InterconnectAttachmentsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -178,7 +177,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InterconnectAttachmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InterconnectAttachmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsClient.java index e260d33ca81c..839485d3c205 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsSettings.java index 239fc11d5ab5..dd65684e3983 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectLocationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.InterconnectLocationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -122,7 +121,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InterconnectLocationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InterconnectLocationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClient.java index 55edc58fef2f..47a31cad5f60 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsSettings.java index 533a7f843208..13f621d6287a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.InterconnectRemoteLocationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -124,7 +123,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InterconnectRemoteLocationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InterconnectRemoteLocationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsClient.java index ffd175f3edf3..a8873cf67ecb 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsSettings.java index 5972b29ac2ec..a9efd746817c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InterconnectsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.InterconnectsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -176,7 +175,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return InterconnectsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return InterconnectsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesClient.java index 4263f50a7a8f..0e74f3f8bbfb 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesSettings.java index 7eb73d36aa70..cb6b2181133a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicenseCodesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package com.google.cloud.compute.v1; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -116,7 +115,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return LicenseCodesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return LicenseCodesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesClient.java index c0b2269b06fd..af515fded716 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesSettings.java index 5be81670096a..2c23ca3e04ba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/LicensesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.LicensesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -157,7 +156,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return LicensesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return LicensesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesClient.java index c9aa7af9f67b..8cac167695fe 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesSettings.java index d4914b12c9c0..bb83712cd622 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineImagesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.MachineImagesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -158,7 +157,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MachineImagesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MachineImagesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesClient.java index 46eaa187a1a9..945368951162 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesSettings.java index a260a13ec1c8..2c839bf37d58 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/MachineTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.MachineTypesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -127,7 +126,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MachineTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MachineTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsClient.java index 3a8ade083950..3c4c25142d4c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsSettings.java index b2b0474280ea..aa172e59ba1b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkAttachmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.NetworkAttachmentsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -181,7 +180,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NetworkAttachmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NetworkAttachmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClient.java index 9dd6ac6cf53c..6aba39d89565 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesSettings.java index 02bd06b3605f..b32a59f3773f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.NetworkEdgeSecurityServicesClient.AggregatedListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -160,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NetworkEdgeSecurityServicesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NetworkEdgeSecurityServicesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClient.java index 4d59e53b3b45..41ba09e183a8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsSettings.java index 06720f9e0b1e..7de603bdf3f7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkEndpointGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.NetworkEndpointGroupsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -199,7 +198,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NetworkEndpointGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NetworkEndpointGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClient.java index 2eb46a4a1f59..d4c9bc25be43 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesSettings.java index 0b78949601e7..fb68987d2c75 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.NetworkFirewallPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -257,7 +256,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NetworkFirewallPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NetworkFirewallPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksClient.java index 7a2316eeb95f..38063fd936e7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksSettings.java index f1c6d1c76214..0422ae7a356b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.NetworksClient.ListPeeringRoutesPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -212,7 +211,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NetworksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NetworksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsClient.java index fe9bbfe9449d..e1e84050fc58 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsSettings.java index 4d8b35fa18a6..f40a6983ee41 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.NodeGroupsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -227,7 +226,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NodeGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NodeGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesClient.java index 526c7a8dc72a..dad439cd42b9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesSettings.java index f08c965bde65..42dec44fec2b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTemplatesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.NodeTemplatesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -168,7 +167,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NodeTemplatesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NodeTemplatesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesClient.java index ca9450fdbe1d..19c1ace3de47 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesSettings.java index f818a0848ff8..41fcf4127809 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.NodeTypesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -125,7 +124,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return NodeTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return NodeTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsClient.java index 93c11944956f..67a723ef46f4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsSettings.java index 02a8e8af0843..a2d39505ef86 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PacketMirroringsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.PacketMirroringsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -170,7 +169,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PacketMirroringsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PacketMirroringsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsClient.java index 9730b6a2a2df..52083e51e87f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsSettings.java index 901152546e39..000f5cca0a8e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ProjectsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.ProjectsClient.ListXpnHostsPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -235,7 +234,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ProjectsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ProjectsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClient.java index 4982f34c39d2..a02a86a61b8b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesSettings.java index 89d88edd1c63..13b34078b90e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.PublicAdvertisedPrefixesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -180,7 +179,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PublicAdvertisedPrefixesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PublicAdvertisedPrefixesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClient.java index 2b12a819cbaa..5405830d1a96 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesSettings.java index 394b1396047c..78b10e7b880d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.PublicDelegatedPrefixesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -189,7 +188,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PublicDelegatedPrefixesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PublicDelegatedPrefixesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersClient.java index 1e715f78782c..86649d62f803 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersSettings.java index 616f90a13c87..eb8650227b28 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionAutoscalersSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionAutoscalersClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -165,7 +164,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionAutoscalersStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionAutoscalersStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesClient.java index e1c68f17b488..0d27822bd72a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesSettings.java index b6147e4e63fa..9ba259e95953 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionBackendServicesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.RegionBackendServicesClient.ListUsablePagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -209,7 +208,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionBackendServicesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionBackendServicesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsClient.java index 0ccaa3413121..74432264307e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsSettings.java index fb4884c4c0f4..8e222eb6e0ba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionCommitmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.RegionCommitmentsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -153,7 +152,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionCommitmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionCommitmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesClient.java index 73c45de18fc1..51f1a2acedf8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesSettings.java index 80d5dcdcced4..2f4bb60aa0cd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDiskTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionDiskTypesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -120,7 +119,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionDiskTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionDiskTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksClient.java index 5fd980279bd2..9ae4a4f9269f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksSettings.java index c04b2adabf21..3b6fc80b34dc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionDisksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionDisksClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -272,7 +271,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionDisksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionDisksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClient.java index 9db27880e1e1..055148d32ffc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesSettings.java index 17fa554e091b..e3c5b4dc41ba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthCheckServicesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionHealthCheckServicesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -157,7 +156,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionHealthCheckServicesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionHealthCheckServicesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksClient.java index 2ab9308f5c24..9fa22ea192a1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksSettings.java index de5fd62e0df6..c32dd270205e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionHealthChecksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionHealthChecksClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -166,7 +165,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionHealthChecksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionHealthChecksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClient.java index 03f76143f483..db4ebd270452 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersSettings.java index b6f6d5585e22..b3bc8a22aef8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,6 @@ import static com.google.cloud.compute.v1.RegionInstanceGroupManagersClient.ListPerInstanceConfigsPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -347,7 +346,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionInstanceGroupManagersStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionInstanceGroupManagersStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsClient.java index 2f4953f1860a..3ae6c006a46a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsSettings.java index bee9603def39..4769816f6d65 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.RegionInstanceGroupsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -145,7 +144,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionInstanceGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionInstanceGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClient.java index 6edd67a58f82..e52680878882 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesSettings.java index 1d2f3cdb7afb..b9617168b768 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstanceTemplatesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionInstanceTemplatesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -146,7 +145,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionInstanceTemplatesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionInstanceTemplatesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesClient.java index b7d443fb401b..bdbaa041bec1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesSettings.java index 7c1c8f751d18..07502917bfd5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionInstancesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package com.google.cloud.compute.v1; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -118,7 +117,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionInstancesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionInstancesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClient.java index cda554a53641..cff23c8ebda6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsSettings.java index 533f40783b16..309154c7c5ee 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.RegionNetworkEndpointGroupsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -188,7 +187,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionNetworkEndpointGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionNetworkEndpointGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClient.java index 5686bb55f59e..5c94c91f8484 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesSettings.java index 5f4fe65c145b..250e47f5fd3f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionNetworkFirewallPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -281,7 +280,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionNetworkFirewallPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionNetworkFirewallPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClient.java index f5a3541b06e5..c1bae2317203 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsSettings.java index 0ba4de1ff672..a280905f63cc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionNotificationEndpointsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionNotificationEndpointsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -147,7 +146,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionNotificationEndpointsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionNotificationEndpointsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsClient.java index 276e3c551743..038aa7610ba7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsSettings.java index c37dfeec0e90..20f8650a227c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionOperationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionOperationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -131,7 +130,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionOperationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionOperationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClient.java index f7254ff94cf7..8eb7bef67d17 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesSettings.java index 14bc4fa17d7e..012cf5abe170 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSecurityPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionSecurityPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -194,7 +193,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionSecurityPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionSecurityPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesClient.java index cdd3265fdd9a..46d592cab4e7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesSettings.java index c2de64155b5d..f8c6395f7097 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslCertificatesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionSslCertificatesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -144,7 +143,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionSslCertificatesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionSslCertificatesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesClient.java index 8cc9cc71a42b..713d67cc9a62 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesSettings.java index 723bc853fadd..590323bde734 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionSslPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionSslPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -161,7 +160,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionSslPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionSslPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClient.java index a3eb3b97dfd0..e8952c0c5bc9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesSettings.java index 1c7c2fa230ab..758b7e66b973 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionTargetHttpProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -157,7 +156,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionTargetHttpProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionTargetHttpProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClient.java index 0acc38bf381c..2b3678f39ffc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesSettings.java index 13c9f105e404..7c1219d4ec93 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionTargetHttpsProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -182,7 +181,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionTargetHttpsProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionTargetHttpsProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClient.java index a197320187cd..135e2d0f5c8e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesSettings.java index 4680c6fdd713..c4d593533627 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionTargetTcpProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -144,7 +143,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionTargetTcpProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionTargetTcpProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsClient.java index b10ba8f7dbc0..74177dd01cc9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsSettings.java index b9a20c2dacb8..896b696d1adc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionUrlMapsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionUrlMapsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -169,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionUrlMapsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionUrlMapsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesClient.java index 68676aad3a0c..a443b13747e0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesSettings.java index 813e32ce4d6c..af3028f823ef 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionZonesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionZonesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -112,7 +111,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionZonesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionZonesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsClient.java index ac30e3c882cf..1ac27953a6c2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsSettings.java index 1e81ede80b1d..ab4bd8fae803 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RegionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RegionsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -117,7 +116,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RegionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RegionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsClient.java index 572cc38e9f38..8fb94f4c87f9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsSettings.java index fddfa76cc34b..a78181021dd8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ReservationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.ReservationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -188,7 +187,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ReservationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ReservationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesClient.java index bcf355595b1d..9e39f82e2ef9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesSettings.java index 1eccdfa93335..25c102200dc2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ResourcePoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.ResourcePoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -180,7 +179,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ResourcePoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ResourcePoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersClient.java index 4a7019ec6990..554da9fdc62d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersSettings.java index 56be8f1835b6..62f1df45166b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.RoutersClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -195,7 +194,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RoutersStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RoutersStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesClient.java index 2327a0fc8c0c..26fbe990d19c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesSettings.java index 3a8d9bbbbcd6..8193bd04149e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.RoutesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -138,7 +137,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RoutesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RoutesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesClient.java index 775507834a19..ad0196312854 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesSettings.java index ec16e447d62d..fd90102b9b3f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SecurityPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.SecurityPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -222,7 +221,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SecurityPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SecurityPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsClient.java index 32fba41fa899..2ce5030c0f30 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsSettings.java index f9f2bbef94bb..2c4f6e797bc3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ServiceAttachmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.ServiceAttachmentsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -181,7 +180,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ServiceAttachmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ServiceAttachmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClient.java index 63cd27399fab..931e18fe5fd3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceSettings.java index 1bad18ba403f..e6de0d25f64f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotSettingsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package com.google.cloud.compute.v1; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -125,7 +124,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SnapshotSettingsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SnapshotSettingsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsClient.java index 928742f5884c..a3760a3aeeb9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsSettings.java index 6101b2c7eaed..3761b36b70f2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SnapshotsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.SnapshotsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -167,7 +166,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SnapshotsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SnapshotsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesClient.java index 326123b75ed8..a096dffdb625 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesSettings.java index 5dc6f44179b1..f37de031dc83 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslCertificatesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.SslCertificatesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -153,7 +152,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SslCertificatesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SslCertificatesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesClient.java index 4cab2810e281..2f7e4167da2d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesSettings.java index aaaef1877857..c9eb398fe7f8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SslPoliciesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.SslPoliciesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -167,7 +166,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SslPoliciesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SslPoliciesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksClient.java index 1b23a78c4753..0e3b6ca39b40 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksSettings.java index f7803577b9b2..0eae9650015b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/SubnetworksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import static com.google.cloud.compute.v1.SubnetworksClient.ListUsablePagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -209,7 +208,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SubnetworksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SubnetworksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesClient.java index 2c21eb9c794c..e1f5cedc540c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesSettings.java index 41800c065a38..bdf6a852c62f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetGrpcProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.TargetGrpcProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -154,7 +153,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetGrpcProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetGrpcProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesClient.java index 48f8ba955695..cca106ed8e51 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesSettings.java index 97928ba8ae22..5193431ac5fe 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.TargetHttpProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -175,7 +174,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetHttpProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetHttpProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesClient.java index 93ce6955176f..48c8b9c053dd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesSettings.java index 0600607be7ea..8733eddb2a69 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetHttpsProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.TargetHttpsProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -225,7 +224,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetHttpsProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetHttpsProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesClient.java index 8c5b3c617ec5..61597c0253d0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesSettings.java index ccf227db9516..e381a32da490 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetInstancesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.TargetInstancesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -165,7 +164,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetInstancesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetInstancesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsClient.java index 6bfa7918fdac..dbfe7e160df3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsSettings.java index 2072b26cb955..58328784611f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetPoolsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.TargetPoolsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -223,7 +222,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetPoolsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetPoolsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesClient.java index 34d24acaa701..4e13983d8c0a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesSettings.java index 272f269e75af..d054395af6c0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetSslProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.TargetSslProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -202,7 +201,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetSslProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetSslProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesClient.java index 55620c633893..23c48b7696ea 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesSettings.java index 95fee6297f0d..e5de52462d4a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetTcpProxiesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.TargetTcpProxiesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -177,7 +176,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetTcpProxiesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetTcpProxiesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysClient.java index 5417e14f85ee..dfecd7e6f8c5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysSettings.java index a5334d4854c2..75a521e62de3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGatewaysSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.TargetVpnGatewaysClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -164,7 +163,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TargetVpnGatewaysStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TargetVpnGatewaysStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsClient.java index da4af5847013..76ce03df7c58 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsSettings.java index 87cbe8c6da3f..368f47673a98 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/UrlMapsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.UrlMapsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -185,7 +184,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return UrlMapsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return UrlMapsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysClient.java index 6af4a1740881..fcb37312fe78 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysSettings.java index 7809b9ed1f8d..3f7c0771471c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnGatewaysSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.VpnGatewaysClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -172,7 +171,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VpnGatewaysStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VpnGatewaysStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsClient.java index b3e959f14076..2b4a0ba21192 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsSettings.java index c22dce49fc7c..643246bc192d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/VpnTunnelsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import static com.google.cloud.compute.v1.VpnTunnelsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -159,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VpnTunnelsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VpnTunnelsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsClient.java index 393d2b69143e..cc983404a194 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsSettings.java index 4462920cafa8..f2d0fb946d66 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZoneOperationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.ZoneOperationsClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -131,7 +130,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ZoneOperationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ZoneOperationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesClient.java index 7be9177f3862..cdc8b4d797b5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesClient.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesSettings.java index b09e85c211df..3eb8ed23da9c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ZonesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.compute.v1.ZonesClient.ListPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; @@ -117,7 +116,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ZonesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ZonesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/package-info.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/package-info.java index 56f7a194fcb0..7af005d38bfa 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/package-info.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStub.java index 7cabd736c166..c108328bc6ff 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStubSettings.java index 56c41ba321b5..c65acefff7af 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AcceleratorTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -333,7 +332,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStub.java index ee9df54e44fa..71a5391c7e62 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStubSettings.java index 54c8fe750adf..34a7699bbf04 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AddressesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -377,7 +377,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AddressesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStub.java index 6e0db106b84b..61c97f36413a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStubSettings.java index 6306d667e516..607620bede52 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AutoscalersStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -385,7 +385,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStub.java index 178877651265..01f73137249f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStubSettings.java index 42d788804e23..31ac3eb7d855 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendBucketsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -375,7 +375,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStub.java index ff3cb97736eb..c86a708b715a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStubSettings.java index d6642eb5f90c..e8a41e47dd6c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/BackendServicesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -576,7 +576,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStub.java index 998f0347d328..86a54a38169d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStubSettings.java index 78aa2ca5f2f0..fccf07665323 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DiskTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -314,7 +313,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DiskTypesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStub.java index 59ad6f4b82a7..9ac4e5297339 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStubSettings.java index 7a601dad0147..b30d7efaddb2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/DisksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -518,7 +518,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DisksStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStub.java index da3f2fbdc2cf..0f4372939001 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStubSettings.java index 74b1fd2ce016..f9af684e1fb9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ExternalVpnGatewaysStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -301,7 +301,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStub.java index 6d0fa9296f08..b39d69eb704d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStubSettings.java index 93a18fb9a9d1..97a17b81ad90 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -451,7 +451,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStub.java index 36753f438d4e..f34e36925efe 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStubSettings.java index 5fe88dccba37..187731c27187 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/FirewallsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -292,7 +292,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(FirewallsStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStub.java index 4e4b88b8ffa6..429cb4e9a7f4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStubSettings.java index 1676206c550d..7450eb7c6548 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ForwardingRulesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -409,7 +409,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStub.java index 3fd08522bc8a..d24f3f696232 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStubSettings.java index ebc1b7a39111..11e7b6e74f38 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalAddressesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -297,7 +297,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStub.java index 908b20820168..f636ffbdfe39 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStubSettings.java index 35ec5270b6f2..4e80b978f5a2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalForwardingRulesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -323,7 +323,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStub.java index 9d75d4c9d09a..7c5a85aaff12 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStubSettings.java index f257071b2b42..ca940e8103c7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalNetworkEndpointGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -427,7 +427,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStub.java index 848a51d88ce2..a7deae115746 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStubSettings.java index 63eccef43c83..e694b15d2ed1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOperationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -346,7 +345,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStub.java index 517f9bd72db3..70233dbf04c5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStubSettings.java index ab4bd27078a0..f8350f78a8e5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalOrganizationOperationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -254,7 +253,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStub.java index 55d59f658bf7..0ea3433d9275 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStubSettings.java index e7da6362d406..4b04d65affcd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/GlobalPublicDelegatedPrefixesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -311,7 +311,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStub.java index 299e6371cec2..87ab6860d0b0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStubSettings.java index 7b5a68fab5ac..4de965b88f10 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HealthChecksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -392,7 +392,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesCallableFactory.java index 287e537b99a1..f4c0e6091942 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesStub.java index 092d37f2480e..84a9c6d253c4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAcceleratorTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesCallableFactory.java index f6465da17259..3be51d37429c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesStub.java index 839e05e2d7ea..8780787f3ef8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAddressesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersCallableFactory.java index 7befa35342e2..3130de690da7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersStub.java index 99dfb40144d4..519717869eb0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonAutoscalersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsCallableFactory.java index a4d13bae7a57..a4197cf684d4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsStub.java index 6ccec330073b..a23c7bd4bc86 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendBucketsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesCallableFactory.java index 027a22a50f5b..5208feed5462 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesStub.java index 1276e76f151d..52220df48035 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonBackendServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesCallableFactory.java index e0ef90bd9bc3..2ec6afef5814 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesStub.java index d8b027213bb5..1cac6e046e34 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDiskTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksCallableFactory.java index 3e9a4cf1e376..6f7b853f5da9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksStub.java index 8cc1127a3ece..61dac86cf4f7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonDisksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysCallableFactory.java index b26898e1b3ad..482a6178a311 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysStub.java index 6ef25b93b394..4cc0edd4f5a6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonExternalVpnGatewaysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesCallableFactory.java index 2a278392b0fd..1e232bdee117 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesStub.java index fe77cca44b89..613f7a57228c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsCallableFactory.java index 7379f32ebf3e..c2d8701b4986 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsStub.java index 5cafaf5d0fe5..e894c3c15058 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonFirewallsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesCallableFactory.java index 9ac66934a1b7..b465f4d45bbf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesStub.java index d3f647002ca7..d1c6593ad3d7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonForwardingRulesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesCallableFactory.java index a035ebc6ba8e..9298c377b581 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesStub.java index 8cb13d151adb..16fdf322bf3b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalAddressesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesCallableFactory.java index 69dad8b3a31d..19ec3185a765 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesStub.java index d36f935ee39a..55a5ca6aa68d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalForwardingRulesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsCallableFactory.java index 650f67a8972f..80745185872c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsStub.java index 09fd501d4658..b2427778ab21 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalNetworkEndpointGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsCallableFactory.java index 50c87c21e685..5df8474f3428 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsStub.java index 8474ce149194..62790356282a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsCallableFactory.java index 3d0fe9d9358e..20ad2dacf4ab 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsStub.java index 5ffaccba23b1..9f3a5712134e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalOrganizationOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesCallableFactory.java index 824dae374631..326e8976c7f0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesStub.java index 3acd42e78885..67aa9eae785c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonGlobalPublicDelegatedPrefixesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksCallableFactory.java index 187cd14247fa..40290784592b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksStub.java index 0f6ba235a3a1..d0010d3c1afc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonHealthChecksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsCallableFactory.java index d19b92de15b5..3d362d0ae0f9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsStub.java index 7684f88260a4..c47309355fed 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImageFamilyViewsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesCallableFactory.java index cfd628cb8823..87c74bda8337 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesStub.java index 8392d9f685b4..f6a3fe934a9c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonImagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersCallableFactory.java index b97c45a74ca1..c30fc1e5da2d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersStub.java index 7443316023e1..7f1ddce35be4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupManagersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsCallableFactory.java index 18220f183835..eeff5aba5432 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsStub.java index 851294189ade..3c610514241b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesCallableFactory.java index 1aefecc0da77..76fe169d3af2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesStub.java index f8da4f4c65fb..6ca0f51ce2ba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstanceTemplatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesCallableFactory.java index abaab6c1b217..dc0d6433aa57 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesStub.java index fc02bd41129f..fc636cf348fa 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsCallableFactory.java index 403daf0bf097..f52e32c6571f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsStub.java index 83724e2b607c..e74420912dec 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectAttachmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsCallableFactory.java index 50fcd5f16dc6..9fad137b139d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsStub.java index 0816d1feb5ab..ef15aed1950b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectLocationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsCallableFactory.java index ecc7ea0e7c9f..4484f41057c3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsStub.java index 6adb0de073c1..4a338eaa0f6c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectRemoteLocationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsCallableFactory.java index e162f0d6c934..5e85b4567a8b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsStub.java index 722ceb6f3ec9..b8e0be5613f7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonInterconnectsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesCallableFactory.java index 805673942009..1d2cf61f67db 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesStub.java index 2fdb9eff91c8..8704d94db588 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicenseCodesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesCallableFactory.java index f49186236dae..c7a0a9b13b86 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesStub.java index d81cb4963977..bc78ec23ba5c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonLicensesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesCallableFactory.java index 6118ba75a41c..f0df062c5df5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesStub.java index 72236beb81bb..51f2ea5bfe2e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineImagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesCallableFactory.java index 97a788771fa1..2ef6f9f83e0a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesStub.java index 91b44fdc5110..96d5addf382f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonMachineTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsCallableFactory.java index 14902036896d..93dd348a138a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsStub.java index d2a8c4121bac..5f4bf7d3ae28 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkAttachmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesCallableFactory.java index 095433e6334d..7424382525a2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesStub.java index b5c8d973b021..28179578ca20 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEdgeSecurityServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsCallableFactory.java index 873f19a36d15..a4bd8cf4cdd7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsStub.java index 240285506ae7..689c72294df7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkEndpointGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesCallableFactory.java index 3d4979eecccf..c6ede6f09618 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesStub.java index da02b889f5bd..86507daa866a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworkFirewallPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksCallableFactory.java index 6b7805985e35..5029661b4c5f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksStub.java index cdb4396e22b5..7f45ee3110c8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNetworksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsCallableFactory.java index 1fb5355dcc67..8f6866c4e98f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsStub.java index a7332ca821db..48e51fe9f3bf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesCallableFactory.java index d9e81c087c4a..0799780091dd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesStub.java index 6ad971d58a6f..be6f0bc6044a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTemplatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesCallableFactory.java index e75b392f5b79..745c05952179 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesStub.java index 8a939f9cb335..a2942e2c0e7a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonNodeTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsCallableFactory.java index 464239c996b4..122de096c138 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsStub.java index 21b74957c314..cd2abb0ec2da 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPacketMirroringsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsCallableFactory.java index 8dad8e2cbff3..0d9871fa9ed7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsStub.java index b0dd62e37e72..ebd7a168f13c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonProjectsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesCallableFactory.java index 2a296200c372..c792dd909177 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesStub.java index 07d2e66145e1..b75917a3b00c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicAdvertisedPrefixesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesCallableFactory.java index 2144d64dc00d..1e686f48a721 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesStub.java index b963472def12..4491832ff9bd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonPublicDelegatedPrefixesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersCallableFactory.java index 421b116d2e32..209e77457dfc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersStub.java index 0e81cbfe8928..4fd4468cdb29 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionAutoscalersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesCallableFactory.java index 2e0cd3c41fe5..00f179cc73bf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesStub.java index 9a5f8518f993..bdab611a45d1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionBackendServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsCallableFactory.java index c0d0d7b5edef..6fcf8bda2544 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsStub.java index 9d4494732c2a..300abd8dd20e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionCommitmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesCallableFactory.java index de92b828e072..9d54b114e0df 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesStub.java index a8e164d61cd9..c4249121e01c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDiskTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksCallableFactory.java index db02c29352fc..c31007e540f7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksStub.java index adf93d5e1875..3bce0715fbbb 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionDisksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesCallableFactory.java index 8449ac4c99a4..0c9b6f00c29a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesStub.java index 8c48539cbdc1..dcdd64995102 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthCheckServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksCallableFactory.java index 0c7054e638c3..7e8929c2eb61 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksStub.java index ceb6d034c901..efa3d19ad406 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionHealthChecksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersCallableFactory.java index 827f4a7a7f9c..09d820cc2703 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersStub.java index b81783d1f45e..14a61bd4a0e1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupManagersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsCallableFactory.java index 2cb0feaeb10f..ec3eaef5c618 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsStub.java index ffa90f7c7a2a..305d4f48a2ed 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesCallableFactory.java index 552868464fae..5af4bf32e035 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesStub.java index 506956bb0b0a..9c8d74e7780d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstanceTemplatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesCallableFactory.java index 1a540324fc40..f00e921c3b79 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesStub.java index 25e16df648ee..e98ae5181edf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionInstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsCallableFactory.java index 2c979a461d03..e7a76cfec9c5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsStub.java index 5e57b63ef420..170bc96eb53e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkEndpointGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesCallableFactory.java index 6184815d1b9d..bd9ceeeae993 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesStub.java index 81853ae19c20..6d69b2e405cd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNetworkFirewallPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsCallableFactory.java index 3d9ab383fc2e..e58a5956c21e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsStub.java index 4debe2529ca1..c9dc0d0b5c1c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionNotificationEndpointsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsCallableFactory.java index 6a0185b99d73..2d00b0dc43dc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsStub.java index 1b16d5fd0600..e57705876580 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesCallableFactory.java index d0ba497d607c..549ea251a2a1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesStub.java index fe2c245365fd..2ef0a793a337 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSecurityPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesCallableFactory.java index 99ed1df6f04f..eeeabd9d85ad 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesStub.java index 0607caab63c9..09c05b53dc91 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesCallableFactory.java index f3b1d90d7f0d..1a242d9ea2d0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesStub.java index 3dea809dca44..87a879e3eb56 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionSslPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesCallableFactory.java index d5f8325cb507..108d4caee8c1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesStub.java index d41ecf035d2a..b54b0b8b34b6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesCallableFactory.java index 14e60988e503..56225c1c8c69 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesStub.java index 2a1fefeaaa85..3e430818ae33 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetHttpsProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesCallableFactory.java index 4f55809ee78e..f4d07a5d4fe0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesStub.java index b20b7c440c7a..7bf3d75b4e9d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionTargetTcpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsCallableFactory.java index 18478b048d1b..7a85077802d0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsStub.java index 425e4bc8298e..a2930dc8e053 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionUrlMapsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesCallableFactory.java index 409cf5965cb4..25912b43a027 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesStub.java index 722bb3989c80..ca31dbd3c590 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionZonesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsCallableFactory.java index 524acaf39d5e..df3319b22c9c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsStub.java index 6ea232f051a5..e0e6103bae48 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRegionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsCallableFactory.java index 74463b458b68..63a218ac46d5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsStub.java index 0281f65c74ea..e013b098185d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonReservationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesCallableFactory.java index 86482e7f5591..7105c9de3a50 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesStub.java index 85f2394b08e7..1446145209b1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonResourcePoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersCallableFactory.java index 70406c19aa9d..fe3722336954 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersStub.java index b9967fcf1729..b14762c0a8e9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesCallableFactory.java index d6fec632e4b0..bfe8bb933536 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesStub.java index ffa28b6acbf4..8adf93852cc7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonRoutesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesCallableFactory.java index e3929037ef76..7bca6cafae1c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesStub.java index cde381620e36..2197efd4eba4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSecurityPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsCallableFactory.java index 62a644d70f73..1e04ad348149 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsStub.java index 4a1df308cf50..96369ff148d9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonServiceAttachmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceCallableFactory.java index 0a59d816bcc8..9455a57af94e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceStub.java index 535120aeec2e..acd0a35e70b3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotSettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsCallableFactory.java index 396b8bb43231..6a3c8cb7f865 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsStub.java index b8792da1964a..85ad0a4da70d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSnapshotsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesCallableFactory.java index cdc64032afd7..b32c40b14852 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesStub.java index 01f20ac5bba3..e41200893aaf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesCallableFactory.java index 2b0d84f494ed..93a47d79e91e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesStub.java index f386aed49ffe..a52df8d4edf0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSslPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksCallableFactory.java index f256525516b6..ecb31f94fb9c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksStub.java index 5876f93ba22e..e87afe1a7d08 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonSubnetworksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesCallableFactory.java index 401db1840650..c9dc0091738e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesStub.java index 90319802e1d9..131cec0d0d88 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetGrpcProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesCallableFactory.java index e339f7bfd2c6..71e7c93a2c76 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesStub.java index 64c7ff5b930c..2c008a498ca5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesCallableFactory.java index 485338419fe2..9fabf2852e5e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesStub.java index 23b56e05a2a3..4f242fe9cbc1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetHttpsProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesCallableFactory.java index ef923499fc18..f88984cb87d2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesStub.java index d6c81487e68b..be48b6a49020 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetInstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsCallableFactory.java index 1ee973b75003..8a01b0016537 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsStub.java index b987c5d82aa9..0a17b5029e88 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetPoolsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesCallableFactory.java index 78bd32c2ac2e..7bf7dcb02fec 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesStub.java index d87d7df46a96..5736fedbd96c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetSslProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesCallableFactory.java index 5ef872c1d3d7..a34b8eb9e222 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesStub.java index b1418ccac08e..bd0b87a41d66 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetTcpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysCallableFactory.java index 3004a3bbe326..c519027d5ef8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysStub.java index 5c8ef28b6103..8281ad6ef1f3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonTargetVpnGatewaysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsCallableFactory.java index d949a1baacaf..f24e59ec59be 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsStub.java index b6d6f31f310c..92efdb59d388 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonUrlMapsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysCallableFactory.java index 0a85c23b82d2..7616b8596748 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysStub.java index 48ea95a6455d..1500de002823 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnGatewaysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsCallableFactory.java index c34bf69b0b5e..bd9296992882 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsStub.java index 2a02b365d1fe..1e7f4e3fbe03 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonVpnTunnelsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsCallableFactory.java index 2ff99b2b0a0f..db879aea5d98 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsStub.java index 3e31e53d1432..74ea6422c6f0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZoneOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesCallableFactory.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesCallableFactory.java index c1a301f7cb4e..c2fe15fb4217 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesCallableFactory.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesStub.java index de5e15a0cc0a..0778f96fba11 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/HttpJsonZonesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStub.java index caacde67a90c..225594795c8c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStubSettings.java index 638b924461b7..cfda8ac6d698 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImageFamilyViewsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package com.google.cloud.compute.v1.stub; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -159,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStub.java index 7765ce2033a5..2840cbe2bbcf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStubSettings.java index 45ae1d01da63..b44257fbbce3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ImagesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -333,7 +333,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ImagesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStub.java index d66fffe5edb2..c135cd6ea47e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStubSettings.java index 4f55e86fe6e2..41c6700a0f64 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupManagersStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -883,7 +883,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStub.java index de2628165068..51e09e8ca0b4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStubSettings.java index 1098044d847f..d5d6d5b83957 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -502,7 +502,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStub.java index 98f9c2067eb1..271c3f7f2fad 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStubSettings.java index 76d730d5a588..95083a3dad24 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstanceTemplatesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -395,7 +395,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStub.java index 14b259ec6470..a42f4d17623e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStubSettings.java index 194cbb85455f..832b0676cb5d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InstancesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1042,7 +1042,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(InstancesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStub.java index c153d65963fb..e42f34f634e8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStubSettings.java index 946ab35896e5..cb37d9ca8e36 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectAttachmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -413,7 +413,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStub.java index 49e66fec1347..9e1e24418d5f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStubSettings.java index 8f70856bdbd7..90ea02db7c06 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectLocationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -247,7 +246,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStub.java index 7a78b4726e9c..5e721237126a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStubSettings.java index 03f38bde63e4..882211370b4d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectRemoteLocationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -257,7 +256,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStub.java index edbfb801f445..ed7b2190ce1a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStubSettings.java index 3335394b06f1..888b6f598262 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/InterconnectsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -319,7 +319,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStub.java index cf38e8c26aca..2a963d3c2705 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStubSettings.java index f6c1e5b4b089..86ea03da53fb 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicenseCodesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package com.google.cloud.compute.v1.stub; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -169,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStub.java index d73fd79c35fa..d1cfb1601f32 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStubSettings.java index 6cd1338d59be..f3be161fbe31 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/LicensesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -289,7 +289,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(LicensesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStub.java index 8a104bfcc6e9..5074b4efbbd1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStubSettings.java index f690ef5d2199..938e9007e386 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineImagesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -292,7 +292,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStub.java index 48a0fa5c8ce4..a6db09d10af1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStubSettings.java index 21293bac1690..99b06a3ddf74 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/MachineTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -322,7 +321,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStub.java index 036e7c4d15ce..4b825468ff66 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStubSettings.java index ad775729afd0..d47813885da2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkAttachmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -412,7 +412,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStub.java index 281a3373a791..801c2ea16d7a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStubSettings.java index 03aa7e8a4054..be0030fbe7dc 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEdgeSecurityServicesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -320,7 +320,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStub.java index 0a5875e584a2..da1fe262d4a9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStubSettings.java index a2135155a3cd..ca0d0d62e0b4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkEndpointGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -524,7 +524,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStub.java index 738b31cbcd7e..2e8747320257 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStubSettings.java index 4caa682f8416..13aa08e16038 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworkFirewallPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -442,7 +442,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStub.java index f52e8dec9602..648382a50a80 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStubSettings.java index d0225ad6ae61..f2527568d949 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NetworksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -440,7 +440,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(NetworksStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStub.java index eeede03fd24d..284e51bf484a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStubSettings.java index fa19117ee851..60e6a801c004 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -526,7 +526,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStub.java index 51d3efbc207e..535f4746b812 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStubSettings.java index 4898eaee491c..3fa72a17ef2a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTemplatesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -387,7 +387,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStub.java index ae7ca25d98f0..93935ae7f876 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStubSettings.java index 4d8f0e373348..35209cffdeb8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/NodeTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +21,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -314,7 +313,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(NodeTypesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStub.java index 36f6a6d1163e..886de3765f70 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStubSettings.java index 2af1e9e761d0..edb00dd67abe 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PacketMirroringsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -392,7 +392,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStub.java index fba25de81cda..1718dfa0c689 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStubSettings.java index 243b01f5c54e..11b500b0253f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ProjectsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -467,7 +467,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ProjectsStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStub.java index df9e6a923ba8..14178648f05f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStubSettings.java index eaaaced6878e..15943f4f9272 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicAdvertisedPrefixesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -335,7 +335,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStub.java index 348f10a3358b..9b9643cdbbba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStubSettings.java index 33f9709cfe66..1f98e503149c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/PublicDelegatedPrefixesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -429,7 +429,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStub.java index 5c1005d88d5c..1e778c3b628e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStubSettings.java index a5378ec7d003..2a0acddb6af4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionAutoscalersStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -303,7 +303,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStub.java index 7c4c2a3031a3..bc1188b3f03a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStubSettings.java index 3b56ded5fa66..8822d2eaef83 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionBackendServicesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -443,7 +443,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStub.java index e3e1d044cc73..1be741eb5322 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStubSettings.java index 37bb53dbf05f..3b48668834cb 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionCommitmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -365,7 +365,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStub.java index 9b7a177a35d4..f36b0a4ab18a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStubSettings.java index b0edb511565c..7a9e17476cd3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDiskTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -233,7 +232,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStub.java index 4ea46a5928d5..269af824a672 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStubSettings.java index 8e8627880387..89f01850b8cd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionDisksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -450,7 +450,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStub.java index d634c63a25c2..40b28589ea48 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStubSettings.java index 3e1bd052cb54..1909bd78d157 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthCheckServicesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -297,7 +297,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStub.java index 60c47f31617f..b7d3cb9e31f8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStubSettings.java index 948ab4954a7f..072beec350cd 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionHealthChecksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -301,7 +301,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStub.java index b2764301da06..b531e5720287 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStubSettings.java index 6471562c4ddb..50eadd785760 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupManagersStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -809,7 +809,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStub.java index 6e239a7c34e7..6492dcf3a93b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStubSettings.java index 9cfd4a698c95..7b38e62e76ec 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -358,7 +358,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStub.java index 6bab46c70d79..f20601b28dd6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStubSettings.java index 27af27897810..3d0ae4a61036 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstanceTemplatesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -278,7 +278,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStub.java index 221e094524d9..7447c2f35e6c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStubSettings.java index b0074cecf1c8..6cda51464c1d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionInstancesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -170,7 +170,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStub.java index 8a5fa8e27e46..fb412e2de69b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStubSettings.java index e320bfe4b952..13e143c4740b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkEndpointGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -427,7 +427,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStub.java index 377774c39957..52b31c89baa9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStubSettings.java index 86433a86abf1..61e640a1fcaf 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNetworkFirewallPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -475,7 +475,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStub.java index 5074a855d2cd..7ba8a462beed 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStubSettings.java index 8f0d95a71477..37effc35daee 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionNotificationEndpointsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -290,7 +290,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStub.java index f9c819edda46..2885ee1157db 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStubSettings.java index b8e1bb6496c0..01e3e6184970 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionOperationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -251,7 +250,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStub.java index d577ff184f72..5cd97767586c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStubSettings.java index a2aaae263804..339cc4868ca6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSecurityPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -348,7 +348,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStub.java index 8fcd89290f79..626c49cc8904 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStubSettings.java index c4a7bdab0772..409be80ebb25 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslCertificatesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -276,7 +276,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStub.java index c90904de8239..b5e235f728f1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStubSettings.java index a545e5827508..9d636d87da51 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionSslPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -297,7 +297,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStub.java index 0310ac68e806..3d4a69848a40 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStubSettings.java index 75a29ceb6ac2..c8343ac2987e 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -293,7 +293,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStub.java index 45ef62319c9b..1e7f9ae0e9c5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStubSettings.java index 724e007aee76..a368c39c91ee 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetHttpsProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -328,7 +328,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStub.java index aa81ebe45c11..adc623fba189 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStubSettings.java index e64662ef57fd..3a86d5222548 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionTargetTcpProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -276,7 +276,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStub.java index 1b1796063d68..a97d5e67d307 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStubSettings.java index 7cec8d8ef8e6..08cf89a3d2f9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionUrlMapsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -305,7 +305,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStub.java index 195b0e0ebaca..1ae837841064 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStubSettings.java index a430aeedd68a..c497ce796c2d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionZonesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -222,7 +221,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStub.java index 8729e6b6cc77..e245757b9ea4 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStubSettings.java index a935771c1da7..3af6d95d368a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RegionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -226,7 +225,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(RegionsStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStub.java index e81c39402d80..f0a9c5321787 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStubSettings.java index b8fc2a999575..558e06ee0733 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ReservationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -411,7 +411,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStub.java index adcf7eee8951..1e4ce1632c9d 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStubSettings.java index 72c45b7e4e44..3b3d97f27e37 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ResourcePoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -407,7 +407,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStub.java index 9d3197024e73..2bd0eb5910c5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStubSettings.java index 4c30d2db7ef2..421f4668d490 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutersStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -487,7 +487,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(RoutersStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStub.java index ec99e96f7f93..acd8e0e634a1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStubSettings.java index 4303793fc7f0..167c61154321 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/RoutesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -257,7 +257,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(RoutesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStub.java index 2ccc8f1be607..4b7e078332a7 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStubSettings.java index 3303cea9e003..0b764d2fbde3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SecurityPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -464,7 +464,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStub.java index 6142a94889a2..b0ef69f1cf47 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStubSettings.java index 5080c86e9613..4d011fbc2c65 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ServiceAttachmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -412,7 +412,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStub.java index bfa04e9c5118..cb0b9dd90345 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStubSettings.java index 365d07df4bd3..7ab51b4ef75a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotSettingsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -180,7 +180,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStub.java index 7a6f4c9b657a..426a004c2f31 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStubSettings.java index 8f1c33914199..e12e8858feb2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SnapshotsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -302,7 +302,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SnapshotsStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStub.java index 1703f276b6ba..5e98a2c4244c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStubSettings.java index 7eef263d08fe..8689e035d880 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslCertificatesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -364,7 +364,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStub.java index c0a67a902a6d..bbb9ed8c2872 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStubSettings.java index 5c9446a44a87..981d175203e9 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SslPoliciesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -382,7 +382,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStub.java index 5cff8ef1e45d..5b41073033d3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStubSettings.java index 0905528be567..2d7cafb7b679 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/SubnetworksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -511,7 +511,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStub.java index 8b38e5cf308a..a21e306d94ee 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStubSettings.java index 6eef157a4f5d..e9ebf961f0a6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetGrpcProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -288,7 +288,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStub.java index 099174cd6bdc..d5b25f2f683f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStubSettings.java index 70d99aa0a238..f4a5fef8e3ba 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -398,7 +398,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStub.java index 7bf1c38577a7..0b36af336dd6 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStubSettings.java index f67f5599b03e..a2299db3b06c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetHttpsProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -468,7 +468,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStub.java index c3308d623305..ee7910bda318 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStubSettings.java index d5d4d011cc8b..6e040d8aac0b 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetInstancesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -381,7 +381,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStub.java index ff4a1aa8e25e..d957b405b358 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStubSettings.java index 9e30d3abbec7..40e37d38d5f3 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetPoolsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -461,7 +461,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStub.java index c1297bd1dc1d..859b6d2b5e89 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStubSettings.java index a54764e34a5a..7e45808719b2 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetSslProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -356,7 +356,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStub.java index 78c88a966972..acb984192819 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStubSettings.java index 15ecd836e161..916c77f48ead 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetTcpProxiesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -401,7 +401,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStub.java index b1f9c27c0328..47b36c21ce66 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStubSettings.java index b1fc98f4031e..de4a75ceb9d5 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/TargetVpnGatewaysStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -384,7 +384,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStub.java index 149e500f7521..8dce3ac0fe52 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStubSettings.java index 496ee0177357..70a4379eefd8 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/UrlMapsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -394,7 +394,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(UrlMapsStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStub.java index 0c3c95a295e1..e314d3d7bdf1 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStubSettings.java index bcb063e6842b..b170d30b7e9c 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnGatewaysStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -390,7 +390,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStub.java index 25a3bd9721c0..17d498fac150 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStubSettings.java index ce65d24cef0f..333ec162a584 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/VpnTunnelsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -366,7 +366,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStub.java index d32e19a1068d..bc620a7b81a0 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStubSettings.java index 0847feb2dccc..f34e2d20227a 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZoneOperationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -249,7 +248,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStub.java index 99fd047c50ae..4c7890696e49 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStub.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStubSettings.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStubSettings.java index 46962e13eb1b..aa0a4da5770f 100644 --- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStubSettings.java +++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/ZonesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -223,7 +222,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultHttpJsonTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ZonesStubSettings.class)) diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AcceleratorTypesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AcceleratorTypesClientTest.java index e5710fd0a883..bce49b7110a3 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AcceleratorTypesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AcceleratorTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AddressesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AddressesClientTest.java index 4f01bd97952a..a5535d190de0 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AddressesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AddressesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AutoscalersClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AutoscalersClientTest.java index 940bf63521f6..9f842205391f 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AutoscalersClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/AutoscalersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendBucketsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendBucketsClientTest.java index 6facf66ade2a..0a796757bc91 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendBucketsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendBucketsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendServicesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendServicesClientTest.java index 4e4f8ec32a4d..92f621ace5b6 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendServicesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/BackendServicesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DiskTypesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DiskTypesClientTest.java index d692c3f9cbe5..39fc4a35954c 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DiskTypesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DiskTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DisksClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DisksClientTest.java index e98bfadfd073..1035615dbe52 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DisksClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/DisksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClientTest.java index b93459d32190..580eb35a2238 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ExternalVpnGatewaysClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallPoliciesClientTest.java index b64cf6e5b093..d25b37314f72 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallsClientTest.java index d9627e03de1d..cd6ec6344424 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/FirewallsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ForwardingRulesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ForwardingRulesClientTest.java index b60ea363cf56..6a88f6b6ac2f 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ForwardingRulesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ForwardingRulesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalAddressesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalAddressesClientTest.java index cf05fa8f3cf9..7a3e0d8fa13d 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalAddressesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalAddressesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalForwardingRulesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalForwardingRulesClientTest.java index ba9d677e9ae5..4f7e423dfe4c 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalForwardingRulesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalForwardingRulesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClientTest.java index b01d20cdcc23..7621c54a6bbb 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalNetworkEndpointGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOperationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOperationsClientTest.java index 7f8a0c6ee6be..7f5d64f0dd67 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOperationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOperationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClientTest.java index 03b7a3c9384b..d70dd0df951d 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalOrganizationOperationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClientTest.java index 5efb8106c682..769ac327a956 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/GlobalPublicDelegatedPrefixesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/HealthChecksClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/HealthChecksClientTest.java index e439bf377c1a..3e02219e7660 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/HealthChecksClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/HealthChecksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImageFamilyViewsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImageFamilyViewsClientTest.java index 5db512fde5e7..d228b8d0ded0 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImageFamilyViewsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImageFamilyViewsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImagesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImagesClientTest.java index fbac15a85acd..bfb5dc6f18cd 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImagesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ImagesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupManagersClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupManagersClientTest.java index 26de0bb6dc71..f08fa0455853 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupManagersClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupManagersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupsClientTest.java index 6ab3b9777dd6..37815157f089 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceTemplatesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceTemplatesClientTest.java index 7dce40aaf87b..599651f442e4 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceTemplatesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstanceTemplatesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstancesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstancesClientTest.java index d5a49c203b4a..ba112840a553 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstancesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InstancesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectAttachmentsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectAttachmentsClientTest.java index fa9a02db4815..bc55bc8f5950 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectAttachmentsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectAttachmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectLocationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectLocationsClientTest.java index 3bb2567b7555..5d99bd885d1a 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectLocationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectLocationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClientTest.java index 290fec5a465e..688e3e044b31 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectRemoteLocationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectsClientTest.java index 6ab7a08a2fe0..de7218ca06f6 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/InterconnectsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicenseCodesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicenseCodesClientTest.java index d5c1f845413e..aed5c729e5be 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicenseCodesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicenseCodesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicensesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicensesClientTest.java index a6e13e1ccd37..834b46bdf489 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicensesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/LicensesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineImagesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineImagesClientTest.java index c44ad27a393c..a7a153a71bea 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineImagesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineImagesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineTypesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineTypesClientTest.java index 68eaca9e4ead..854f22319288 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineTypesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/MachineTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkAttachmentsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkAttachmentsClientTest.java index 88c958185772..35080d75e68b 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkAttachmentsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkAttachmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClientTest.java index 0665f26cca1a..0aee574e5756 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEdgeSecurityServicesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClientTest.java index 62924c813b00..58203e027fc7 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkEndpointGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClientTest.java index 409a1bcfb38f..786e286bb579 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworkFirewallPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworksClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworksClientTest.java index 09e920b5bdf2..ab04663d9b3c 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworksClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NetworksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeGroupsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeGroupsClientTest.java index b685b9f06bc1..20789824f080 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeGroupsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTemplatesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTemplatesClientTest.java index f6ef2e41dd4c..6faa75fbe8d3 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTemplatesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTemplatesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTypesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTypesClientTest.java index 16dee8616ae0..ac22a272a110 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTypesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/NodeTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PacketMirroringsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PacketMirroringsClientTest.java index e993b9a8c6f1..e6f650dea32b 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PacketMirroringsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PacketMirroringsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ProjectsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ProjectsClientTest.java index ab453f7ff5cd..c325ad754680 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ProjectsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ProjectsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClientTest.java index a5ea37083202..ef1288426c21 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicAdvertisedPrefixesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClientTest.java index 4cc17715946f..5ac3ae0d7233 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/PublicDelegatedPrefixesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionAutoscalersClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionAutoscalersClientTest.java index ee854191680d..4f870405c4b5 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionAutoscalersClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionAutoscalersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionBackendServicesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionBackendServicesClientTest.java index df5c0dc0bcb9..6ce910b888b5 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionBackendServicesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionBackendServicesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionCommitmentsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionCommitmentsClientTest.java index 8c7dd88d38e4..a51b79970f20 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionCommitmentsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionCommitmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDiskTypesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDiskTypesClientTest.java index 356cdf2c9833..1e3f9c05aac7 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDiskTypesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDiskTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDisksClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDisksClientTest.java index 08348d869afe..03e998720cc1 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDisksClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionDisksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClientTest.java index ffcdb0c92559..c05e6dacbc9a 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthCheckServicesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthChecksClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthChecksClientTest.java index 1852bd2ca5d7..61e0323d4e7b 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthChecksClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionHealthChecksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClientTest.java index d7228567cc36..73d79fc65194 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupManagersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupsClientTest.java index b5becb8fa3d9..fc69781b9920 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClientTest.java index e6abc5938a92..7cd13fff87fb 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstanceTemplatesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstancesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstancesClientTest.java index f9764ad7da07..d925149fc024 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstancesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionInstancesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClientTest.java index 6ffbafb4f7c6..2eee73e6579a 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkEndpointGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClientTest.java index ed98bd3ee02d..f229828aed74 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNetworkFirewallPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClientTest.java index f4adf1b33ed5..19fb986a4190 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionNotificationEndpointsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionOperationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionOperationsClientTest.java index ba34d83f6e71..0c16f2c0dbdc 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionOperationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionOperationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClientTest.java index c5616e6f2a3f..a36a340ef2f4 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSecurityPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslCertificatesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslCertificatesClientTest.java index a40727ce437a..5a838d03f3fc 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslCertificatesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslCertificatesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslPoliciesClientTest.java index 131f7c11178e..2f928be3cf54 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionSslPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClientTest.java index 1964a5d70406..6d01b1b9780f 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClientTest.java index 8ad8431c02f9..0b21f7e5ae53 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetHttpsProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClientTest.java index d713289191cc..511093b0e1e3 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionTargetTcpProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionUrlMapsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionUrlMapsClientTest.java index a77c84516c26..664c440cb688 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionUrlMapsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionUrlMapsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionZonesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionZonesClientTest.java index 735410393a2b..b0da13072c89 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionZonesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionZonesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionsClientTest.java index 76c18ae67eb0..e48df326fac8 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RegionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ReservationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ReservationsClientTest.java index 8ace28feb364..455a46c61352 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ReservationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ReservationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ResourcePoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ResourcePoliciesClientTest.java index d48cace41d7b..ef26d4813c01 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ResourcePoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ResourcePoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutersClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutersClientTest.java index 164ace0a635f..2a75da42f6c7 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutersClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutesClientTest.java index 0d96b71ac002..facfcbedd0cc 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/RoutesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SecurityPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SecurityPoliciesClientTest.java index 8de37f55a1e3..41750f348c06 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SecurityPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SecurityPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ServiceAttachmentsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ServiceAttachmentsClientTest.java index 79ec88a813df..c00da2dbc7ac 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ServiceAttachmentsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ServiceAttachmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClientTest.java index 6242db7deeb3..cf20a0e5a6f3 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotSettingsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotsClientTest.java index adb7f51aa017..faa64b7c9af6 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SnapshotsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslCertificatesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslCertificatesClientTest.java index 181d38f4b013..a1f0b6830421 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslCertificatesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslCertificatesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslPoliciesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslPoliciesClientTest.java index b55f90ac47ba..66aa84d12ae6 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslPoliciesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SslPoliciesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SubnetworksClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SubnetworksClientTest.java index e32a8cb8b4ef..ffc7d5b522df 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SubnetworksClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/SubnetworksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetGrpcProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetGrpcProxiesClientTest.java index 6f1ca1db7d66..14d93a188461 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetGrpcProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetGrpcProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpProxiesClientTest.java index 1508d9471a1a..90a18e216255 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpsProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpsProxiesClientTest.java index b0420c6e5536..a3642564bd63 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpsProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetHttpsProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetInstancesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetInstancesClientTest.java index 2f6264e63122..25dd6e3c6914 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetInstancesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetInstancesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetPoolsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetPoolsClientTest.java index 8b83c2f3bf9a..d5f3b7635f60 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetPoolsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetPoolsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetSslProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetSslProxiesClientTest.java index ec46c8c241d3..205bbf912fb0 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetSslProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetSslProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetTcpProxiesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetTcpProxiesClientTest.java index fead1f32dd37..5bb645484c5d 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetTcpProxiesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetTcpProxiesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetVpnGatewaysClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetVpnGatewaysClientTest.java index 299dea6bbfee..6097379b50cf 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetVpnGatewaysClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/TargetVpnGatewaysClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/UrlMapsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/UrlMapsClientTest.java index d6b46cd42954..8f11b8fd7d7b 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/UrlMapsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/UrlMapsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnGatewaysClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnGatewaysClientTest.java index 9dba8bae30dd..690786f6c821 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnGatewaysClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnGatewaysClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnTunnelsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnTunnelsClientTest.java index 98856909bf63..1f4bf762f18d 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnTunnelsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/VpnTunnelsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZoneOperationsClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZoneOperationsClientTest.java index 216fb13290ef..3b6a89a31b55 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZoneOperationsClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZoneOperationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZonesClientTest.java b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZonesClientTest.java index 0ca85bb08888..01eb7d4166d6 100644 --- a/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZonesClientTest.java +++ b/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ZonesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedList.java index 01054df5fde0..bb366b6634b3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedListPaged.java index 374d3a35fc7e..3751fc4bc3bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedList.java index 12dea8d8c21e..ce41e17ebaaf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedListString.java index 1e5cebf06239..5405727e1bc6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetCredentialsProvider.java index e9a5e5e27c19..8603d6d89852 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetEndpoint.java index 1823831c17f3..d7e0d2cfa689 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/AsyncGet.java index d9094af0085d..0ad0b109924e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGet.java index 53324167f035..31468ae86381 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGetStringStringString.java index 121b553d7d83..9bd6195cc2c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncList.java index 988492f29df6..369445450833 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncListPaged.java index 1f5116c9a7fb..e66395668541 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncList.java index 781c82b2b35f..76f7d8d5c81d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncListStringString.java index 5223233674c7..eef2f6de5b3d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypes/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypessettings/get/SyncGet.java index e056506eb7d9..cad1d6592e64 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/acceleratortypessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedList.java index 7f139b07d475..8dc200c0578b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedListPaged.java index c5b572a323eb..43ee71bbdde3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedList.java index 788ad7c59124..033c4fb49e7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedListString.java index 7655d7245f9c..80f1e4ddb85f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetCredentialsProvider.java index 105eb47a4a24..7f0611434665 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetEndpoint.java index a641b41e5156..c856c06bf7f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDelete.java index 44785e169f5f..f1f75fa5d003 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDeleteLRO.java index 04b81cfb974f..19bf35adb893 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDelete.java index ccb13c3019c7..b0b09b04050a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDeleteStringStringString.java index e4b3dae72965..6aacfdf71897 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/AsyncGet.java index e29eeef22732..9e6668560df5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGet.java index 6d48ec75d2e0..f0ef08995c5f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGetStringStringString.java index cf67ff33f25f..87e17138a721 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsert.java index 1a2dcf648ee0..e311a6acd6b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsertLRO.java index f12b213ed39a..96fddf2d6e1d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsert.java index 8ccf6c3afe97..6f6d6d90ba0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsertStringStringAddress.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsertStringStringAddress.java index 21626db55e56..8eb21f73786e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsertStringStringAddress.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/insert/SyncInsertStringStringAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncList.java index fe1c5b70da79..dc26fbd8483b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncListPaged.java index 93fa5eb2b1a9..b9b84b33a42b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncList.java index 8236e03e0dc2..a43880788a02 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncListStringString.java index e144d1bc91a5..57d7555b3e36 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMove.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMove.java index 0ec66cfc28ed..37234336ca7e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMove.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMoveLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMoveLRO.java index c8bb5d92cd21..d8e7ec1d41e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMoveLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/AsyncMoveLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMove.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMove.java index e4c11cf3fe47..03d15405f317 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMove.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMoveStringStringStringRegionaddressesmoverequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMoveStringStringStringRegionaddressesmoverequest.java index d74aeda71fe8..c1c1c80d88e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMoveStringStringStringRegionaddressesmoverequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/move/SyncMoveStringStringStringRegionaddressesmoverequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabels.java index e66627709555..f86460a5781c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabelsLRO.java index d473f6822e65..2a58683a6ad3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabels.java index 6741cbc74f2f..8080b0e6495d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index 17c618c12e49..ec0400b1227a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addresses/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addressessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addressessettings/get/SyncGet.java index c7928e6a3877..bff9d594024e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addressessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/addressessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedList.java index 281a52ed1deb..7ab1a084eafd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedListPaged.java index c5997ec5ff08..68eb514f6df1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedList.java index 894f869617db..25275f9ebf51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedListString.java index 84591c0de5c4..f7cde851bb1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetCredentialsProvider.java index 243923037622..6e43f5ec472e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetEndpoint.java index 35fbf9d5a233..703565a61735 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDelete.java index 8b6c48af9102..ccf95eef0607 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDeleteLRO.java index 68bd635d1b7c..db0186cdea2c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDelete.java index d81087077f36..7f8d49e20f98 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDeleteStringStringString.java index 0992b49b6020..e4ce0f68227d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/AsyncGet.java index 2dc6459d0bf8..01c61b425d06 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGet.java index 717e3f82e16f..dfea94ac0712 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGetStringStringString.java index 11c916dbc249..8ab3863aa197 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsert.java index 2da7836801d6..c73ef036828c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsertLRO.java index 8ad36755592a..70e7b355945a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsert.java index 31e6d2dcf3ad..bb69d49b23f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsertStringStringAutoscaler.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsertStringStringAutoscaler.java index a8395a5e2b39..f9696f852385 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsertStringStringAutoscaler.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/insert/SyncInsertStringStringAutoscaler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncList.java index 9e6e92409f4f..d08a91418083 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncListPaged.java index bd3e444dbd59..0fd895ad1cf4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncList.java index 5e8beb99bbf3..32dc4eaf65df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncListStringString.java index d8e1903d4c37..8ddf6daf0559 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatch.java index 2440204b506b..379728b4d6c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatchLRO.java index 03a9df8bee8c..c731d7424e34 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatch.java index ead330f0c5af..a3720f2ed26b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatchStringStringAutoscaler.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatchStringStringAutoscaler.java index 1bde44f9cb60..a5deca2ad8d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatchStringStringAutoscaler.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/patch/SyncPatchStringStringAutoscaler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdate.java index 4b3ab351c185..7b76a6146c13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdateLRO.java index 87dafc1f7244..4175789cde08 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdate.java index 0b9ae7dbe118..ebddfcb7e1f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdateStringStringAutoscaler.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdateStringStringAutoscaler.java index ffa5b8e358b1..c5620f346905 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdateStringStringAutoscaler.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalers/update/SyncUpdateStringStringAutoscaler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalerssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalerssettings/get/SyncGet.java index 1407733348b5..eab84d3e4e47 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalerssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/autoscalerssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKey.java index 9b92ff9a83ec..8c48a39402cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java index cb570ee2e8b7..c95c56498bf5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKey.java index c09098185730..68873c7b6ac1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java index f2fd21556150..3408751d73b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetCredentialsProvider.java index 16ac3a59d0ef..5864d874915f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetEndpoint.java index 01c5d5059846..318e2ddbbe75 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDelete.java index db6fc2600781..1d0bffdc360a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDeleteLRO.java index 55f4a80dc119..912279893aa8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDelete.java index 6b882e5c406e..a98d92030bfd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDeleteStringString.java index 688051f7838c..a61ce0a2b7d5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKey.java index c6ac986f1775..edc5022eeb58 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java index a58cfa6692c9..c82541229c73 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKey.java index ba12acecae76..357aaaef7fb1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java index 658840056e5a..c4a75fe9c08a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/AsyncGet.java index 1aea9243850e..9bec3c1cc2d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGet.java index 0a7bcbae186a..3f77f2e26668 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGetStringString.java index c8691fc3732e..ad66a08f5193 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/AsyncGetIamPolicy.java index baddd7e0b184..f0f6b299eb9b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicy.java index d11837c96277..d400415737e2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicyStringString.java index 9df224c08290..cba187ac50b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsert.java index e46891e86115..f92e9c19ac7b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsertLRO.java index f6da9e216483..52ac7fc8f9cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsert.java index 96a5991d0ee4..71a1c340f334 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsertStringBackendbucket.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsertStringBackendbucket.java index c46ce4cf2d6e..cba56b25802e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsertStringBackendbucket.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/insert/SyncInsertStringBackendbucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncList.java index 1bde250bfc4d..48b9f656193e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncListPaged.java index 747eef1d54e0..196c09ff4db1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncList.java index 5fb6c2787c8f..a8b6b98942f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncListString.java index f6f2ffd165a9..ddcec1018535 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatch.java index ed3a5fb96f8a..aa45fa81aee3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatchLRO.java index b95854166e3e..45f09f30d409 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatch.java index 305c6777c000..b33f81fee5e2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatchStringStringBackendbucket.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatchStringStringBackendbucket.java index 2275f95ab5ae..7179ac732065 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatchStringStringBackendbucket.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/patch/SyncPatchStringStringBackendbucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java index e5a8bd3d04b0..c66ffca3d798 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java index d3ee8c96a5d6..d030a1b107c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java index eb04425e9917..11886fc800f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java index 6ea9875436f4..e01f025b07f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/AsyncSetIamPolicy.java index ed5e3f75a9cc..fa7d26341c85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicy.java index f93959f6a338..9596f138b76b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 1636ac076ced..d9ef155c35e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/AsyncTestIamPermissions.java index a340c627c38d..2018894389ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissions.java index 24393a6d8983..bcd554ebd0cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index 4416c01d193a..db92cc2e448a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdate.java index 43392629e596..4d2fa7069756 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdateLRO.java index 38ef48c0031d..399ad32f7bc9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdate.java index 30632bd4083b..f470a0a5f775 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdateStringStringBackendbucket.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdateStringStringBackendbucket.java index e6f104d366ff..0a03f4ff4d52 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdateStringStringBackendbucket.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbuckets/update/SyncUpdateStringStringBackendbucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbucketssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbucketssettings/get/SyncGet.java index 1e65c661d5c7..1c070ebd02af 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbucketssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendbucketssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKey.java index e148a52346ab..cc0f7b6e3600 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java index c8637abe4685..398242aa05e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/AsyncAddSignedUrlKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKey.java index 6530bd9049ca..26fdad66270a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java index ffdb353103a2..4323bea2658e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/addsignedurlkey/SyncAddSignedUrlKeyStringStringSignedurlkey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedList.java index 57a1d2a01207..a01f9bc6bd90 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedListPaged.java index 6a7d031fb252..b38f3a99b11e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedList.java index d03db5fecfd1..6521b59233f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedListString.java index 328144d6a578..cc5015854baf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetCredentialsProvider.java index b0b5f1cc3c39..4f74bc4eb11e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetEndpoint.java index d03853b87563..7fe8360bc258 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDelete.java index 18c9a923172a..e464b36d3836 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDeleteLRO.java index 0d31d3088fb9..d862a1f6da7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDelete.java index c6d69be003db..37d14787d5ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDeleteStringString.java index 761e09d1628e..6e5a7c1cd147 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKey.java index d826d260a19f..9d006684d731 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java index 82c7e22611c4..99aaad244d76 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/AsyncDeleteSignedUrlKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKey.java index ff4915d0e2c7..8dd12b00524e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java index 470e675ec6e4..9c9da412d99b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/deletesignedurlkey/SyncDeleteSignedUrlKeyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/AsyncGet.java index 4f75c0e28521..cc04689ced82 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGet.java index 812e86457ee7..ebbcc3f686ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGetStringString.java index b3b70d6cc82b..b4310d60f23f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/AsyncGetHealth.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/AsyncGetHealth.java index 838ba4728e41..da83cfdbacc4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/AsyncGetHealth.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/AsyncGetHealth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealth.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealth.java index 1a40e7d35fd8..47c7e9ed60ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealth.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealthStringStringResourcegroupreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealthStringStringResourcegroupreference.java index 13c7af06c46f..0c4ed5356f7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealthStringStringResourcegroupreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/gethealth/SyncGetHealthStringStringResourcegroupreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/AsyncGetIamPolicy.java index a09ec199b2f8..a7d2ed3bebbe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicy.java index beec73354865..85a9c7e0f7cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicyStringString.java index 3bc0fe2e3f3a..b1056cb1481c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsert.java index 6f8453f9998b..840e0defc4a7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsertLRO.java index 89f0877fcfad..589ee5ebb95c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsert.java index 68b885a1d1fa..6793de8edb48 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsertStringBackendservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsertStringBackendservice.java index b6d5f6773ddb..efbc9924fb7f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsertStringBackendservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/insert/SyncInsertStringBackendservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncList.java index 5c03722a71aa..d5aab51eab2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncListPaged.java index 8b86f81aeb1d..1922dec1152a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncList.java index 5fbe496346e2..4ca0c1e735d8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncListString.java index 264b283a1f2d..2134321c9eef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsable.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsable.java index 6f5afc05bda4..eed2267e50b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsable.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsablePaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsablePaged.java index b1a29b51afa1..ddf2346de0af 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsablePaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/AsyncListUsablePaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsable.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsable.java index 17e2e7aae370..829bc0e08630 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsable.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsableString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsableString.java index f5dfde36fefc..d7cea78d49df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsableString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/listusable/SyncListUsableString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatch.java index a237987057ac..a068a36579ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatchLRO.java index ff244d03325a..73b52f5d9610 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatch.java index 62f5116d06dc..ad9f7db4b011 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatchStringStringBackendservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatchStringStringBackendservice.java index 287f6f9151dd..ce8153500702 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatchStringStringBackendservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/patch/SyncPatchStringStringBackendservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java index fe040aa5c985..08d8e1de2a20 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java index b92cb0c97ec2..97fd99486adf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/AsyncSetEdgeSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java index 56a390280ed3..73e867e064ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java index e41a216dcaa2..8277760ce411 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setedgesecuritypolicy/SyncSetEdgeSecurityPolicyStringStringSecuritypolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/AsyncSetIamPolicy.java index d3b2b674150d..eee188ab6605 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicy.java index 0f1e4b1aacd4..f9965f3c0b1c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 083ed09b9f6e..bc167e678c31 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java index 11c5cab72458..373e1b7c205d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java index 65df56d0c531..cb616b183829 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicy.java index b62677984dc6..70dc8d6a0954 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringSecuritypolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringSecuritypolicyreference.java index 3420e387da16..34b97e8b309c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringSecuritypolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringSecuritypolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/AsyncTestIamPermissions.java index ff84804178d6..8723a437c0c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissions.java index fb1724158e77..d5353d4d005a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index 74250eb4c779..a1c10f067584 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdate.java index f7282a714517..d006d7ca5104 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdateLRO.java index 8a29854aed96..199fc3b5fb56 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdate.java index 5e93b33db515..6aa805311352 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdateStringStringBackendservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdateStringStringBackendservice.java index b6e39d139d3a..efe168f87987 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdateStringStringBackendservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservices/update/SyncUpdateStringStringBackendservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservicessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservicessettings/get/SyncGet.java index 7682de4475c6..aa93704104f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservicessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/backendservicessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePolicies.java index 614490a4792a..20d9fc738dff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java index a773211142e3..6b6ec07781c2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePolicies.java index d2fd587ed22c..34b3a050dd52 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringDisksaddresourcepoliciesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringDisksaddresourcepoliciesrequest.java index 2e5c4e95da93..720fa52594b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringDisksaddresourcepoliciesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringDisksaddresourcepoliciesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedList.java index 157cac9e3323..b9003f582422 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedListPaged.java index fd86e3dd4672..696fd6cee339 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedList.java index cb8bd62e847f..9b8fb2a0cf19 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedListString.java index 8d1bea8a7dbc..626b28405f2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsert.java index e7860fface79..73bbb34653a9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsertLRO.java index 367053f4d682..a8e0ad59c805 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/AsyncBulkInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsert.java index 5e1e140d8d6f..83f6ec8df56f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java index f952ac34fa70..a1167da9b2e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetCredentialsProvider.java index bc013bd810f8..e43833b0c566 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetEndpoint.java index 58f508acaedd..3d2513688d62 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshot.java index bea775597214..0d3733ad7849 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshotLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshotLRO.java index 5db9ea5731cb..25454c2cd0f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshotLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/AsyncCreateSnapshotLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshot.java index b8a0a0e944fa..be6889bda63e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java index 52b67400f64c..6c663348dd7e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDelete.java index f13f944dc918..cd977807de0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDeleteLRO.java index 43a746561c35..a16d81839ea0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDelete.java index 175899209378..dcca4171e75e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDeleteStringStringString.java index c71220e06726..02cee8aaa696 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/AsyncGet.java index d395fc6436b1..fbdd709d250a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGet.java index d858898bb985..05806dfec6dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGetStringStringString.java index 80d2b8d171ff..8a54cd417942 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/AsyncGetIamPolicy.java index 65fbece8a37a..2cf07a242098 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicy.java index 448a0e7c8db8..afcf295b0303 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicyStringStringString.java index de2c90059495..f5dc0e880d3f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsert.java index 97c060550648..6f14ba8beed2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsertLRO.java index f4d06b3b3106..399febadf834 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsert.java index 2f3b17abd66d..26fb247ca07e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsertStringStringDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsertStringStringDisk.java index 1edbd26d80d2..2f4c5ef1be3a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsertStringStringDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/insert/SyncInsertStringStringDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncList.java index 2e3209ea6a4b..e06965bf220d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncListPaged.java index 5b653de0e032..8ad338591afc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncList.java index cbc1f15eb877..e59eba0e025f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncListStringString.java index afe56daee127..a1f20c56d823 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePolicies.java index 129f5f82435e..36b8e8509496 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java index 5e2117eb284d..141e45f773ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePolicies.java index 3f314708d8ee..987693298509 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringDisksremoveresourcepoliciesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringDisksremoveresourcepoliciesrequest.java index 7971b385f677..ef31f8bea58a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringDisksremoveresourcepoliciesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringDisksremoveresourcepoliciesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResize.java index c833ccb80526..803db84e8687 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResizeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResizeLRO.java index 8d103ad42e00..42cc20410722 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResizeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/AsyncResizeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResize.java index 0a1f21f65070..2388c86ae1bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResizeStringStringStringDisksresizerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResizeStringStringStringDisksresizerequest.java index 050d23bc1f88..c36f4ee1768c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResizeStringStringStringDisksresizerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/resize/SyncResizeStringStringStringDisksresizerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/AsyncSetIamPolicy.java index b7b7fba5df6d..8b8361a7a884 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicy.java index b20cb25c0513..fc7b97f7773b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java index ad1bc3872565..a69e78543e49 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabels.java index f04c3b777c14..935e39e8735f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabelsLRO.java index af4d48379038..f1620d204985 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabels.java index ce66fde7a9e6..753e7aee0196 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabelsStringStringStringZonesetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabelsStringStringStringZonesetlabelsrequest.java index ac6e42f7e6fa..b0279ef8fe75 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabelsStringStringStringZonesetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/setlabels/SyncSetLabelsStringStringStringZonesetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplication.java index d3750b953a22..f8533e263c12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplicationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplicationLRO.java index ee246bd61307..ba6695e84ae2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplicationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/AsyncStartAsyncReplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplication.java index dc4a92484635..829a40305f69 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplicationStringStringStringDisksstartasyncreplicationrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplicationStringStringStringDisksstartasyncreplicationrequest.java index f662ac0a255f..07628c9ccba1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplicationStringStringStringDisksstartasyncreplicationrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/startasyncreplication/SyncStartAsyncReplicationStringStringStringDisksstartasyncreplicationrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplication.java index 0def694e3025..9487eb4c1c2f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java index db958fbb46fc..1b8ff41b6d48 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplication.java index 1128379594f9..a06e4253aac3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java index 3d1a8ae583db..40d3d5b93e8e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java index 52829229ae55..ef2bcd579ac3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java index 94ff8dfaed9e..26485e0506be 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java index c67ada5303df..9690619304e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java index 9c1f2612e2c0..247ddf38a33b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/AsyncTestIamPermissions.java index a935ef448106..54334be5c9b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissions.java index 7b090ac204f4..79ff9be427d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index da2879657913..2381041fa7bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdate.java index a4552602d6ca..5a13b9e206a8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdateLRO.java index fb4b194a5b62..58443603054f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdate.java index b7ce8ae1517b..e00075fae493 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdateStringStringStringDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdateStringStringStringDisk.java index 0e25d3b8099b..ba7feab93247 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdateStringStringStringDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disks/update/SyncUpdateStringStringStringDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/diskssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/diskssettings/get/SyncGet.java index fb1538cf35c1..95fe4342720f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/diskssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/diskssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedList.java index d0200e70a41a..3e4d468483d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedListPaged.java index 8d54d793d1d3..d978bf1ad180 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedList.java index dc1d23fc1bcf..0cf4b90773d4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedListString.java index 304537003a6b..6f39978d3ffb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetCredentialsProvider.java index 31ae841efb62..70979d0cd2e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetEndpoint.java index 44af1b6dc2c6..a33625d3126e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/AsyncGet.java index 249b8d938818..d4a630f6857a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGet.java index 3b5054dbcbe4..c80bf9660b88 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGetStringStringString.java index 40630a5a7d2c..af46cf481ca4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncList.java index 00053a157cd3..c3f7eb060c33 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncListPaged.java index c9e96784289c..782fb2beb16f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncList.java index 175dfe732a6f..cbd296725e6b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncListStringString.java index e27bf7e6aa2f..7a5285111319 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypes/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypessettings/get/SyncGet.java index 83258bf01fde..1f5636c63f8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/disktypessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetCredentialsProvider.java index 51ecf7d75852..8c7263fbdf77 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetEndpoint.java index 69477e1feb80..60536464e63b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDelete.java index 6702ca3b4b88..f2e2787141a8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDeleteLRO.java index b2268d943572..f54d2992cf34 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDelete.java index e1c5e092c58d..d05e132a9b47 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDeleteStringString.java index afea0dc7707b..45f2cca97332 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/AsyncGet.java index bb8d36611c43..4272b6179d7b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGet.java index 0eab5400ebcb..0e771b2c0a66 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGetStringString.java index 197a9387593c..92f8adadd9b3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsert.java index 7f2c37e09e1d..d5a9ca1f672b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsertLRO.java index ea2c1385f6ee..2ec5d5ba3e8d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsert.java index a6aa3d9d2695..c0fc148f93e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsertStringExternalvpngateway.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsertStringExternalvpngateway.java index af391175f7c0..de1c015a8df5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsertStringExternalvpngateway.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/insert/SyncInsertStringExternalvpngateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncList.java index 0bdad2bc0a58..ad50c0465cba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncListPaged.java index e67aeef04405..6f5ecd660c3c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncList.java index 686c9664c322..35a086761439 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncListString.java index a74bee280dbc..857b2d264297 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabels.java index 32f21d3c32c9..23578aaefca7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabelsLRO.java index 51814c8aadf4..a105410a604f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabels.java index a07e475564ad..c304f95e559a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index 5671a2f07976..e100c890fd5c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/AsyncTestIamPermissions.java index 0b50c7c3bc03..b4600307e6f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissions.java index 712d37153c29..fe1d6ab0d7a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index 3c2c906ccc8b..bd1b3f72b232 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngateways/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngatewayssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngatewayssettings/get/SyncGet.java index bf2a7e452064..848d848fdb71 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngatewayssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/externalvpngatewayssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociation.java index a2608ad1c0fb..4bc496cb51e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociationLRO.java index 011444217b2c..582d43b507f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/AsyncAddAssociationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociation.java index 2437a0f8e660..8ee69616b6bc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociationStringFirewallpolicyassociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociationStringFirewallpolicyassociation.java index 16a65581534d..b8085f597ea0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociationStringFirewallpolicyassociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addassociation/SyncAddAssociationStringFirewallpolicyassociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRule.java index aae22a2166da..9b3c66c27414 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRuleLRO.java index fb2243529a79..a878d3a96379 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/AsyncAddRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRule.java index 477511266c35..3a301b1583f3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRuleStringFirewallpolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRuleStringFirewallpolicyrule.java index 27489440b9db..7a208b8cd427 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRuleStringFirewallpolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/addrule/SyncAddRuleStringFirewallpolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRules.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRules.java index 30f21bbc01b5..7bcf3c539334 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRules.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRulesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRulesLRO.java index fa8a04468000..a2e48290d547 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRulesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/AsyncCloneRulesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRules.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRules.java index 62d0a49ef297..0fefbcbea15a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRules.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRulesString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRulesString.java index 276de065cea5..e167f604bbd3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRulesString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/clonerules/SyncCloneRulesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetCredentialsProvider.java index c07dd92bdf9a..185c537f79d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetEndpoint.java index d839fc1174aa..bd52b41c4ca9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDelete.java index 259d15fa53c4..67d298f7ce41 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDeleteLRO.java index de856beebd5a..ba8e4b1f3074 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDelete.java index 0b4fa3945382..8e6f6bb14666 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDeleteString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDeleteString.java index dea91de58465..88aa02d2c234 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDeleteString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/delete/SyncDeleteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/AsyncGet.java index 4a0b67b7f497..179977155b84 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGet.java index bdb47aa78043..e0a8474e98dc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGetString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGetString.java index 2cd5b78f6fbc..b9371905a2ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGetString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/get/SyncGetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/AsyncGetAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/AsyncGetAssociation.java index 1bf888bd798e..7c3acbbf11a4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/AsyncGetAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/AsyncGetAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociation.java index a856904c1448..9e151fc95f85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociationString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociationString.java index 47ff92c6bae6..16a9e04778a4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociationString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getassociation/SyncGetAssociationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/AsyncGetIamPolicy.java index cc9a359f56c2..9daf6b6368ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicy.java index 600935dcd946..9488263e99ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicyString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicyString.java index 4ec0fe1b8f04..2c57ee86dfae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicyString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getiampolicy/SyncGetIamPolicyString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/AsyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/AsyncGetRule.java index e5d8d19d8487..9b34b63172e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/AsyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/AsyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRule.java index 51a24eb56e7e..a7d842ec7ada 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRuleString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRuleString.java index cb0bd36827b0..c34a002f363a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRuleString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/getrule/SyncGetRuleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsert.java index edeabbe6498d..d30c7dbca06b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsertLRO.java index e262d9b721d0..ae6e27ac96b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsert.java index b6f23337cac4..947472125625 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsertStringFirewallpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsertStringFirewallpolicy.java index 58c2a073decf..096001dd59f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsertStringFirewallpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/insert/SyncInsertStringFirewallpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncList.java index 18601e0d19dd..63b7a0bbd6ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncListPaged.java index 0928f210c8bf..650587fce4e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncList.java index 9aaa7e2422fa..7e13a419d9cc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncListNoargs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncListNoargs.java index 7256e12bea9a..33e83f3488ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncListNoargs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/list/SyncListNoargs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/AsyncListAssociations.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/AsyncListAssociations.java index ecef0919ec24..9f4ac9605407 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/AsyncListAssociations.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/AsyncListAssociations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociations.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociations.java index 1ae08a9b69d6..b75cfd058510 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociations.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociationsNoargs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociationsNoargs.java index d1cdfcfe42e5..12aebc4eb257 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociationsNoargs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/listassociations/SyncListAssociationsNoargs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMove.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMove.java index fd71bcf201eb..d9c36da66e96 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMove.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMoveLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMoveLRO.java index 68162af03621..d26400528aa8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMoveLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/AsyncMoveLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMove.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMove.java index 10a4124e8283..d9ebbf66d7b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMove.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMoveStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMoveStringString.java index f3818dad42ac..0587b126eda7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMoveStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/move/SyncMoveStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatch.java index 1ce7cb4c6c92..3ca5be8765d5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatchLRO.java index abdadd7c90cf..9bdc014ab27a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatch.java index 088a1d75d3a7..5f104f139a29 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatchStringFirewallpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatchStringFirewallpolicy.java index 15455be78ce9..f6cba5cd2632 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatchStringFirewallpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patch/SyncPatchStringFirewallpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRule.java index cb6d997336c2..551c30b5d7b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRuleLRO.java index 202381b18b29..9a725c7d2ebd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/AsyncPatchRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRule.java index 36c4a633f09f..7cb950ee15e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRuleStringFirewallpolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRuleStringFirewallpolicyrule.java index d4efccb31707..d475f832f977 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRuleStringFirewallpolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/patchrule/SyncPatchRuleStringFirewallpolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociation.java index 9cc294bfad01..fc9562b287f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java index 62ff31585c47..62bf283c09a7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociation.java index ec51691ebf6c..a9532c541c20 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociationString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociationString.java index d954ec8ad0ac..a2ea74eca4ec 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociationString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removeassociation/SyncRemoveAssociationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRule.java index 5cfb9b37afef..b5b3849d053e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRuleLRO.java index c4df8641bf0e..6aab29053b4d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/AsyncRemoveRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRule.java index a9c5d2a80dce..37f7915707ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRuleString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRuleString.java index 5c3288bc8c22..212f5af68485 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRuleString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/removerule/SyncRemoveRuleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/AsyncSetIamPolicy.java index 838e3f98ad22..97767d6511c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicy.java index 2af5304719ee..cf24f0da4e39 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicyStringGlobalorganizationsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicyStringGlobalorganizationsetpolicyrequest.java index 0c81cd25afb9..57abcb69b0f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicyStringGlobalorganizationsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/setiampolicy/SyncSetIamPolicyStringGlobalorganizationsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/AsyncTestIamPermissions.java index abf5cc681e24..e21e36b24752 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissions.java index 4824ca0e2fd0..0e8a84ae2d48 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissionsStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissionsStringTestpermissionsrequest.java index 9e722575391f..5b1899b42da7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissionsStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpolicies/testiampermissions/SyncTestIamPermissionsStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpoliciessettings/get/SyncGet.java index e8f606449312..d0e1afdaec3f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallpoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetCredentialsProvider.java index 7ee999784830..e847607f66fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetEndpoint.java index e1861785ed66..4d6e99b855ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDelete.java index 3ed110326843..3c4d65b87a78 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDeleteLRO.java index e0b4ce2b5d54..56a4b92bfb6c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDelete.java index a15ffc8cc961..b9dc1cbd36fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDeleteStringString.java index 387a9099e064..6fb935580fbf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/AsyncGet.java index 28c1f697db8f..a7c9c8b91e26 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGet.java index 95af9226a297..a47b85fc1136 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGetStringString.java index 43bda0d0a992..5d45759ce5ff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsert.java index d38e9018d4ec..a75c189f3dd9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsertLRO.java index 8c791cd94a19..060e7d81bccd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsert.java index 8bcea6040e8e..1da45909e0d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsertStringFirewall.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsertStringFirewall.java index ae8b8871cb4a..256eb5ccd7ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsertStringFirewall.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/insert/SyncInsertStringFirewall.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncList.java index a0736d9abad4..366b45c260de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncListPaged.java index 18004f9ec93d..d15f30669529 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncList.java index 3bf98d34baa8..eb8a0eca4928 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncListString.java index a40cc27f74a5..bf983ae47362 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatch.java index ec3441c551a1..18e575dc7e42 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatchLRO.java index eb9f1356ef6c..77e532cb4c1c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatch.java index a0341258f2fe..a751e29bb948 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatchStringStringFirewall.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatchStringStringFirewall.java index 77c314938cab..b1706be51a7e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatchStringStringFirewall.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/patch/SyncPatchStringStringFirewall.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdate.java index 06a77144931c..eb09727e6daa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdateLRO.java index 5259f15327c1..cbc3c20fa1a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdate.java index c62fad372744..225866638251 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdateStringStringFirewall.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdateStringStringFirewall.java index 3cedc233d200..f7e2d4e4df85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdateStringStringFirewall.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewalls/update/SyncUpdateStringStringFirewall.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallssettings/get/SyncGet.java index 4316c1651837..bbb3f477746f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/firewallssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedList.java index 43575a18745b..2fcd0329be1b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedListPaged.java index 60053a5985b4..78edbc1938a1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedList.java index c16e4c94177e..081825fde8dc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedListString.java index bf0ef4c95d2c..783325d249d4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetCredentialsProvider.java index c36edf9cd9cd..e5aa39f982a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetEndpoint.java index b1b6b37ecbb8..5a9f89bd11ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDelete.java index 4db4a5b422a4..841d43494e59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDeleteLRO.java index 1a8ac8549f88..3a1534b76681 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDelete.java index b5ac8dd88845..4e054a9b7d5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDeleteStringStringString.java index 2720f91ec94f..da27f2d4fcbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/AsyncGet.java index 44e4f9b9cd00..b17c28ee3217 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGet.java index fb09069395f7..f5ad3dc2db81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGetStringStringString.java index 67edb0a716c1..0ffc804db244 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsert.java index 2904ba56c6ba..69ff3f82fbe3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsertLRO.java index f04fa4d6cc65..f98c55a0e8ec 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsert.java index 221f275dd70a..38cf1fcfb45b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsertStringStringForwardingrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsertStringStringForwardingrule.java index 498ef5ce3af0..d560508223f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsertStringStringForwardingrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/insert/SyncInsertStringStringForwardingrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncList.java index c61f8b3bdb6d..1468baa68757 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncListPaged.java index bbc9bddc949e..3b3eb28b9720 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncList.java index f1c013413c21..eb5d11c0abd6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncListStringString.java index 71f3f72dc6f1..d3e5fe801176 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatch.java index 726737c4accb..85cacb529361 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatchLRO.java index 4f5acc303f00..2a551c878683 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatch.java index 97fb2da56331..8eff226d7bae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatchStringStringStringForwardingrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatchStringStringStringForwardingrule.java index 98e1029d47fe..1811b1b7d4f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatchStringStringStringForwardingrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/patch/SyncPatchStringStringStringForwardingrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabels.java index 42ffd6aa4b43..042c6454fe0e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabelsLRO.java index 05679acd5915..c67aad69f4c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabels.java index 4acef1aca1a1..1c4a393bf1f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index 675d99db9156..caa1f2b51c07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTarget.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTarget.java index 7bd661910054..27bd263a2c85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTarget.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTargetLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTargetLRO.java index 597df0444e46..91370eab9b6a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTargetLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/AsyncSetTargetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTarget.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTarget.java index ee83bed14c7c..a2b7ce23a401 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTarget.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTargetStringStringStringTargetreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTargetStringStringStringTargetreference.java index 44869c615d23..f98fd6c1bf4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTargetStringStringStringTargetreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrules/settarget/SyncSetTargetStringStringStringTargetreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrulessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrulessettings/get/SyncGet.java index ac3ae3fff6e9..d5f77e98e072 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrulessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/forwardingrulessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetCredentialsProvider.java index f2c5d027fe59..da59481c46d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetEndpoint.java index c77c0bf49e1e..c4801814c82e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDelete.java index b48fbf6d73d9..e4a659cd193c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDeleteLRO.java index 0be1e7f22546..c87deb9362fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDelete.java index 3ca7b1687767..0c3df59d8da0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDeleteStringString.java index 78757fe7f95a..6e51323f993f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/AsyncGet.java index 794626a16478..1ef6a5decfd6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGet.java index fc19ec649d53..b07d02bd6901 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGetStringString.java index f0b019954c0b..7d898907f210 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsert.java index 38d368152122..eb1d5aeca01a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsertLRO.java index 3ced2b167c65..fe82cdafded2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsert.java index 55e7cb89836c..f44b2580453a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsertStringAddress.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsertStringAddress.java index f640490ad347..54de242882ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsertStringAddress.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/insert/SyncInsertStringAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncList.java index 0165abb6bcf9..287e7e91a86b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncListPaged.java index 2fd31f51a038..39fa3b21e9b8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncList.java index 4a55cab4c327..14fd0f8c7697 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncListString.java index 9e7a7b4cd322..22e1811ded2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMove.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMove.java index 211a5cb53657..9fd3645b96e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMove.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMoveLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMoveLRO.java index e16789ec0db5..4458a147e7ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMoveLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/AsyncMoveLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMove.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMove.java index 4d4adcfaa78e..0df0da5bcf94 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMove.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMove.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMoveStringStringGlobaladdressesmoverequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMoveStringStringGlobaladdressesmoverequest.java index 8866ed6e2511..c663bf5698a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMoveStringStringGlobaladdressesmoverequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/move/SyncMoveStringStringGlobaladdressesmoverequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabels.java index 6dfa42307066..36d1d31d04f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabelsLRO.java index 04f6882cb710..15bde03becc5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabels.java index 1613a0ebfeab..7d9404798f2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index fe32ab50b600..ad67bdea6669 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdresses/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdressessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdressessettings/get/SyncGet.java index 91aa5add9b0a..cd5d65359c19 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdressessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaladdressessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetCredentialsProvider.java index 015c4c316de5..4a851dcbdd68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetEndpoint.java index 066290416045..105f5909bc12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDelete.java index bdbe581e3cf3..39b63904dbb7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDeleteLRO.java index e105e759f672..c20f97f9e4a8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDelete.java index f722af73ce29..c823f78c97af 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDeleteStringString.java index 00cd444a6cb5..fe306dc01add 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/AsyncGet.java index 359f174d1fc4..0add97b24c78 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGet.java index 2976f0560528..9b6bbd12ac7f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGetStringString.java index 461455dc0f5e..a7f93a090785 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsert.java index a0afd42ce9b0..e0693fc5f771 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsertLRO.java index 5b679dd5d77c..5e3f0072287d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsert.java index e6d27daeb0a1..1338ed3b0345 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsertStringForwardingrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsertStringForwardingrule.java index fb0d800b61cd..8b882c849725 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsertStringForwardingrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/insert/SyncInsertStringForwardingrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncList.java index f911489b0699..98ad1a14ad1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncListPaged.java index 20a6a364ddd2..90165986dc09 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncList.java index 9597375bfcca..aa892b3500a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncListString.java index c52fece1a57e..ff3cd9a1d1a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatch.java index 47752bf8ae55..0bfe75c2baaa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatchLRO.java index c64acb7575ff..287918db6a22 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatch.java index ac8417b7977b..ca0c6edcc640 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatchStringStringForwardingrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatchStringStringForwardingrule.java index 9b3e14bb233d..826116a04a7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatchStringStringForwardingrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/patch/SyncPatchStringStringForwardingrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabels.java index 8f60bbf5f2d3..5e22ba32c3d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabelsLRO.java index a10a3de3770d..40eaee87ed4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabels.java index feacf4a3c418..493691020167 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index 92109ee1e40d..d281bc7b80f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTarget.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTarget.java index d757985e49f4..42c770b0f549 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTarget.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTargetLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTargetLRO.java index 70e97bd4b0b1..f7ecb0091712 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTargetLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/AsyncSetTargetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTarget.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTarget.java index 79791a455e36..ea40b5be2f8a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTarget.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTargetStringStringTargetreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTargetStringStringTargetreference.java index d14922f5ea27..c9f9726cfa04 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTargetStringStringTargetreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrules/settarget/SyncSetTargetStringStringTargetreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrulessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrulessettings/get/SyncGet.java index 542c81c889ff..9f2d77152ee9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrulessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalforwardingrulessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java index ea1c77503b65..9868f3f0d288 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java index 7ddf5b53314c..680d895371bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java index a5c518e642ef..1dd7ac570c7d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringGlobalnetworkendpointgroupsattachendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringGlobalnetworkendpointgroupsattachendpointsrequest.java index 09c32ae3fdd3..2a9ec758f360 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringGlobalnetworkendpointgroupsattachendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringGlobalnetworkendpointgroupsattachendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java index 8c082c73b4b6..87faf946637f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetEndpoint.java index 676f441653d1..ddadac877a52 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDelete.java index fedd09885a9c..5802a73c0115 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDeleteLRO.java index a3af853178eb..b21958d31ee4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDelete.java index 351d6323026d..f0964666df68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDeleteStringString.java index 7c34aa5472d3..ff2b4bf3563d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java index d54ec83a28c7..ef86d34d1056 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java index 18ae69abc22a..da43ddd60e3f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java index 93cd7385e83c..5ce5152d77eb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringGlobalnetworkendpointgroupsdetachendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringGlobalnetworkendpointgroupsdetachendpointsrequest.java index 5a72b868a8d2..2bc40e401d3a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringGlobalnetworkendpointgroupsdetachendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringGlobalnetworkendpointgroupsdetachendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/AsyncGet.java index 3e4e75ddd488..978976f0d7c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGet.java index eef7e26b8900..a9258bcdbaa2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGetStringString.java index ebd9f16768c5..931b76a2ad9a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsert.java index 6ad0b83f2a76..46dbce95b6df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsertLRO.java index 123fd77696bc..c3f98722c0b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsert.java index 0df6e1f83db6..cc7d3d40ce99 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsertStringNetworkendpointgroup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsertStringNetworkendpointgroup.java index f33f6e1ba0ad..ebf50ce210b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsertStringNetworkendpointgroup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/insert/SyncInsertStringNetworkendpointgroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncList.java index d7e6f578014b..5f6ef5c67b77 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncListPaged.java index 38c41d808b87..4c252f9b78ec 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncList.java index abd69da5bfe2..98af35321ecf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncListString.java index 468d40665627..5e47f779b5d2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java index f1df8a23839b..a7376d137957 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java index d449346c8fd8..b71d98fd7520 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java index dca5aa6da739..f968dce81656 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringString.java index be9d003043c4..91fcbb0688e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroupssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroupssettings/get/SyncGet.java index af10a73b3022..fa5b0430b592 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroupssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalnetworkendpointgroupssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedList.java index f0788d59add9..2cf3f0fe1ed2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedListPaged.java index 0cb4eb1480dd..ac608f0d283e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedList.java index 6a213675951e..7496302539a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedListString.java index a73a53e888fa..c545c2d628e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetCredentialsProvider.java index 52403e1b7d0c..49081831a604 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetEndpoint.java index 51ad71014138..31ac37762bfc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/AsyncDelete.java index ff5b9e74e2c2..071ee1da73d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDelete.java index ae58e613e579..ae26940a29ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDeleteStringString.java index 617f74033c26..f2f6f6c93bbf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/AsyncGet.java index 4482fdded044..ade27da60a82 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGet.java index 4668b78134ac..9404ae481eb8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGetStringString.java index 9ac6fb4741d9..2d7e3b535f21 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncList.java index fb82eace20cf..7fedb31a4440 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncListPaged.java index 84071ef8b0b7..fe838effccc1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncList.java index fd839e9b2e77..ee2cea02b9d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncListString.java index c17ee48f316a..a591622e95d4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/AsyncWait.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/AsyncWait.java index 8981dfaa7949..42a395f609a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/AsyncWait.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/AsyncWait.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWait.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWait.java index 3be28b3fc0f4..a55aa1381e80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWait.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWait.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWaitStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWaitStringString.java index 146a99483512..2ce7494e821f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWaitStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperations/wait/SyncWaitStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperationssettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperationssettings/delete/SyncDelete.java index 2ef70f56a41b..eb91d8f47946 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperationssettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globaloperationssettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetCredentialsProvider.java index 74d6d814bd00..9c6b5d692898 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetEndpoint.java index d05c2b5a6339..257e6b69948b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/AsyncDelete.java index bede5f168ba2..85b206216476 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDelete.java index 8876b73a866f..fe5dcf69f0bc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDeleteString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDeleteString.java index ca4ed60e0fc2..1d590c6d57bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDeleteString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/delete/SyncDeleteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/AsyncGet.java index f82a28f95e3c..027d0e4eedd7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGet.java index fe9239a6781a..33c0674361a4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGetString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGetString.java index 450c1a526ba1..6ea3b627741d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGetString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/get/SyncGetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncList.java index d3a6df8549f8..6a6a575c4ce9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncListPaged.java index aa8534b3ff96..fd7851896ab4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncList.java index 5f383a8d0c41..dd4795f966f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncListNoargs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncListNoargs.java index c4d4dcd4477e..86262cd5b319 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncListNoargs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperations/list/SyncListNoargs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperationssettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperationssettings/delete/SyncDelete.java index 566113fe1d1a..a5a5518e490d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperationssettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalorganizationoperationssettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java index 97004981b5de..939f3dbd6bb2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetEndpoint.java index f80f3445b96d..26ef23c3b9c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDelete.java index 0ec4ccf6e705..d66b31525dba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDeleteLRO.java index 548e9f65ad15..80692d639330 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDelete.java index 5627a1ffdcf5..090b85ac59eb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDeleteStringString.java index 8af057c69c3a..d16d71d836bc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/AsyncGet.java index e9773d3aafe2..74d1de1d876b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGet.java index fdf19291dd51..d79111179e73 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGetStringString.java index 3abca0086be8..22af40217868 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsert.java index ed3aa4ad341d..7d10ddff49ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsertLRO.java index 77171048fea1..8e9e3fd07505 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsert.java index f8878c692e96..f41bbc39d673 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsertStringPublicdelegatedprefix.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsertStringPublicdelegatedprefix.java index a265a157f72f..062371415a28 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsertStringPublicdelegatedprefix.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/insert/SyncInsertStringPublicdelegatedprefix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncList.java index d518ede0569e..1eac26fa0a93 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncListPaged.java index f0e02accc1a3..367e66d3ea52 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncList.java index 5b90a2fdc716..e8f2280fa963 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncListString.java index b362501bc38e..cc5021411b34 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatch.java index f30fb9106bed..1c353fb88a12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatchLRO.java index 799dfde13772..ae8e3a481836 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatch.java index e5fe5516257c..fa5d78ba30aa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatchStringStringPublicdelegatedprefix.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatchStringStringPublicdelegatedprefix.java index 92094a1a36ff..422bd7be57cc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatchStringStringPublicdelegatedprefix.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixes/patch/SyncPatchStringStringPublicdelegatedprefix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixessettings/get/SyncGet.java index 81545e52e24f..35a15d41acbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/globalpublicdelegatedprefixessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedList.java index 86030e3d7fb6..2dc0590cb41d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedListPaged.java index 7dc0888c1afb..694723d4352a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedList.java index e4de3158b2c0..34ab7800c7f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedListString.java index b1c6b6808fd7..c87679dbf9d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetCredentialsProvider.java index 3bd2d4fd83ec..16e7cad98660 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetEndpoint.java index 8b96c0bd5b69..165cc14c0717 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDelete.java index 7a04d0f8b0c9..537191b511e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDeleteLRO.java index d541c2e47418..e88fad81f957 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDelete.java index 8b466cff8663..99203a010354 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDeleteStringString.java index 6e9a3da98c03..9f93b5398d55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/AsyncGet.java index fc5615679e8d..7771ee2d8007 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGet.java index c46ed2801ade..f009aadfb4f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGetStringString.java index 5e3334c67d1a..283d5de2d3f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsert.java index 4f125f6a9b35..b6af6dfeddd3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsertLRO.java index b87ec23b6da5..977ed408369a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsert.java index c5a2c3e28c5c..72a7b4ee45fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsertStringHealthcheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsertStringHealthcheck.java index e0d16c90815a..f20eadcdd5ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsertStringHealthcheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/insert/SyncInsertStringHealthcheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncList.java index 7deae24e25b7..eea4aff92eee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncListPaged.java index 942656aeaa0b..785604c68d9d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncList.java index 834443db0491..283169cae9f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncListString.java index 3a9d1e224723..3aac1ed9cead 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatch.java index 756c2dca2d27..1caa9016cb74 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatchLRO.java index 7ea1157b778e..a5d5c211d081 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatch.java index 7e09f8c3b055..e6cec91b3663 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatchStringStringHealthcheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatchStringStringHealthcheck.java index 473e36e2fd45..292b83588ea5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatchStringStringHealthcheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/patch/SyncPatchStringStringHealthcheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdate.java index 96a1bfc7c0fc..67f06ed2d44a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdateLRO.java index 95819cb55b51..34e91b23ee60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdate.java index 9957d4e14c1e..b1f0a463de4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdateStringStringHealthcheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdateStringStringHealthcheck.java index e491bd625743..492671648ff2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdateStringStringHealthcheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthchecks/update/SyncUpdateStringStringHealthcheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthcheckssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthcheckssettings/get/SyncGet.java index 4581f678d1ca..36d305e4fc2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthcheckssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/healthcheckssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetCredentialsProvider.java index 7efe40b063e2..02fd535068ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetEndpoint.java index b772ef45e879..7f2dd6d00a14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/AsyncGet.java index bc7bd6869d39..a6c71ca74f90 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGet.java index 6c3755fe8553..1783f5c4e2a7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGetStringStringString.java index 6d5863a9faff..fd3adf401f55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviews/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviewssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviewssettings/get/SyncGet.java index 5f1ea63ad041..0d3a423772c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviewssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagefamilyviewssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetCredentialsProvider.java index 21af9778b5e1..e0fcb8a8e650 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetEndpoint.java index aa61ddee3fd3..d53cf2e81f94 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDelete.java index 4655989c4379..da6540bc088f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDeleteLRO.java index 003fc775f0eb..c04e6ab4ca3a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDelete.java index 52c4ac2c647e..80733363cdd5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDeleteStringString.java index 7405942f451c..4539db48f7f6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecate.java index 0bd5f9e28b8f..3866c26c23f3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecateLRO.java index c1ab98fda32f..e3c9a372bdf0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/AsyncDeprecateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecate.java index bf7778c17453..52132ba933d2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecateStringStringDeprecationstatus.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecateStringStringDeprecationstatus.java index 5310668418a2..9e1dc927b67f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecateStringStringDeprecationstatus.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/deprecate/SyncDeprecateStringStringDeprecationstatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/AsyncGet.java index 23fa2bad23eb..2cc43d9bdd0a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGet.java index 2ad267b45832..1d001b9614bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGetStringString.java index 2c7b97f084b8..94347b07ae1e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/AsyncGetFromFamily.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/AsyncGetFromFamily.java index 41a31ac01b25..b653e98b032e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/AsyncGetFromFamily.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/AsyncGetFromFamily.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamily.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamily.java index 7a7b232ebf0a..4ea5d9d29623 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamily.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamily.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamilyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamilyStringString.java index 1dd6dc741384..1f102f8cea8f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamilyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getfromfamily/SyncGetFromFamilyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/AsyncGetIamPolicy.java index a0d5a69ddb55..917f78e389d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicy.java index d69bd3067901..65a3c7483509 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicyStringString.java index d0a0ac7fd63f..2afd820f2422 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsert.java index d822261e4876..fb04c2f71d17 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsertLRO.java index 6411f96d10ba..e74c4371b068 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsert.java index 527f1e62c9f8..fc703ccf0804 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsertStringImage.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsertStringImage.java index 903cde19cf6f..0f3f4cd65d07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsertStringImage.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/insert/SyncInsertStringImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncList.java index a3e2b68de45c..e0cd7200daef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncListPaged.java index 6d87ac0dda23..6b4f5fc4d9ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncList.java index fc6ba2ebc975..30ffacc13ce6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncListString.java index 7e9ef033a0fc..7f9c4b69fe4b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatch.java index 93f60533ef82..17ce6b7744bc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatchLRO.java index 6963bf69045c..33e9add7da7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatch.java index d06610c66e87..a4c6069a08b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatchStringStringImage.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatchStringStringImage.java index 54491478ac6a..7ad1a64d3fb8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatchStringStringImage.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/patch/SyncPatchStringStringImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/AsyncSetIamPolicy.java index 1ca8813de910..d04341c6701c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicy.java index fb530a76acce..3f616c031d01 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 336a501e58b7..96e1280bf016 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabels.java index b05104c61dba..b437c6b87ac4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabelsLRO.java index fbae55849915..7bf9c8bb9739 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabels.java index 37b3fc450950..bfe4ad5761f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index c58631e0203d..b9e38512c7aa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/AsyncTestIamPermissions.java index cf4f4eb66092..6b53ac36f3eb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissions.java index 859b20b7a04d..0a0f47abfd6e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index 53f1bf590ab7..cf2d914def59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/images/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagessettings/get/SyncGet.java index 34a80345dd2c..4d7a5422ce87 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/imagessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstances.java index f07e7561fcbf..322bc8299353 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java index 60a7216fdc49..855c90793524 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstances.java index 46b7a08cc7b7..e78aea061ae8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringInstancegroupmanagersabandoninstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringInstancegroupmanagersabandoninstancesrequest.java index 4a0f2ffbcb60..6525c222f18e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringInstancegroupmanagersabandoninstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringInstancegroupmanagersabandoninstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedList.java index 7ceb22579c17..5416e8a4a191 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedListPaged.java index 0170577a9d77..1f2b650d9ce4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedList.java index 1dde1a9b9e8a..a7f8a383849e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedListString.java index b1276ea99b6f..1dbdfd3d3963 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java index fd3c833f36dd..878da6365790 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java index affbc5447a81..5c72e5c4a9e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java index af195e620491..be78ccbb06c2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringInstancegroupmanagersapplyupdatesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringInstancegroupmanagersapplyupdatesrequest.java index 16f0424b31d8..995fcd4f4716 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringInstancegroupmanagersapplyupdatesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringInstancegroupmanagersapplyupdatesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetCredentialsProvider.java index 529e6ae8806d..657d99d4bb8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetEndpoint.java index edeb4affa1be..6b1475b9d9a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstances.java index 609da96cf447..1a9383d6946d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java index 3657ee223511..6f5626e34b4f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstances.java index bb6846b85dd4..34360f30c51d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringInstancegroupmanagerscreateinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringInstancegroupmanagerscreateinstancesrequest.java index 40c08b926357..effe74406d61 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringInstancegroupmanagerscreateinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringInstancegroupmanagerscreateinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDelete.java index b0d6a38824d6..4c6d281b76ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDeleteLRO.java index 62ec26fdbdce..de0c9e297e0d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDelete.java index 6a1e3548be7a..69cd9316ecfb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDeleteStringStringString.java index e0a90f5370a4..86e761cfc1ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstances.java index 9b3dab39c8dc..60419a554865 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java index c8a727b3326e..de324c8d1065 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstances.java index 6536d93382ac..94059d577dbd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringInstancegroupmanagersdeleteinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringInstancegroupmanagersdeleteinstancesrequest.java index 4770fd2700db..d77d30caf496 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringInstancegroupmanagersdeleteinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringInstancegroupmanagersdeleteinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java index 9da09b445cca..f23686dd49ff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java index 141efb8f5c17..820e332e00f6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java index 7b716e3756d6..3b75b5d5e85e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringInstancegroupmanagersdeleteperinstanceconfigsreq.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringInstancegroupmanagersdeleteperinstanceconfigsreq.java index 13e862672370..4c9fffbdffc9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringInstancegroupmanagersdeleteperinstanceconfigsreq.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringInstancegroupmanagersdeleteperinstanceconfigsreq.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/AsyncGet.java index 7584fc3bb6d2..e920d0c2ed9a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGet.java index 7b2e6204a48a..3a42f5404e14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGetStringStringString.java index 8fbb883cbf04..db31e7fc1301 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsert.java index a6670cd6482c..8d8064baeba4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsertLRO.java index 4dd6e88e22ae..62345622893c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsert.java index a3298ba8450f..ffa14aee891b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java index 1bf6f97c06b8..4be5a3832616 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncList.java index eebdbef317dc..10bc734415b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncListPaged.java index b0eae0ba58ca..49e2ff11e1c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncList.java index 95293f891a78..dac362c513e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncListStringString.java index 4b04641f9357..11984e44f124 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrors.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrors.java index adb435f8a3ff..593b1446ff93 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrors.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrorsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrorsPaged.java index 96db32fbd309..4b136cd7fcce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrorsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/AsyncListErrorsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrors.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrors.java index 06ba7672f355..5f6d125a818b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrors.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrorsStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrorsStringStringString.java index a4f07ed6a1e0..1d24f2051a81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrorsStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listerrors/SyncListErrorsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java index 2abadd483ec2..5c661df68810 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java index 92be1d3179e0..d0228165269f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java index c8fbdca399e3..c7c4f52512bb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java index 16f1b107c6f1..be6cba89a359 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java index d5b5c0953cff..0baefa91e2d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java index 5e1a232e3d82..0f35634890f6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java index 45bdd8288bc0..61af0ea26b4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java index 42f5367e0c82..93b8a3b82ef6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatch.java index 9e0d550dfe5f..3a0aac0f132d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatchLRO.java index cac974ac86e9..284b84467b4d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatch.java index f99812247645..b531789b8020 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java index 03aada36edec..f328b8e4a02c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java index 71fee837b753..55a6aaf56360 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java index babed9c03970..bbd74425d9e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java index 6791e2480f8f..d9f7d654a67a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringInstancegroupmanagerspatchperinstanceconfigsreq.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringInstancegroupmanagerspatchperinstanceconfigsreq.java index 7c071a5b82b9..e75cca4ec2d9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringInstancegroupmanagerspatchperinstanceconfigsreq.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringInstancegroupmanagerspatchperinstanceconfigsreq.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstances.java index f9a852c2705b..b6afa6b7226e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java index 02a8f061b7f3..78be295faf29 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstances.java index c59dc6a3477c..95ddd7984373 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringInstancegroupmanagersrecreateinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringInstancegroupmanagersrecreateinstancesrequest.java index d18e5acd0882..89df73264533 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringInstancegroupmanagersrecreateinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringInstancegroupmanagersrecreateinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResize.java index 4a1363c53183..0b4e56b6f676 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResizeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResizeLRO.java index 11a70410f348..02363bfdaba0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResizeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/AsyncResizeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResize.java index 8404bb44559b..5d0d48373254 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResizeStringStringStringInt.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResizeStringStringStringInt.java index 83b522bb5e41..bb8b56b352c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResizeStringStringStringInt.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/resize/SyncResizeStringStringStringInt.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java index b68521976e88..efc8102e0b68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java index 2f61d4cd37ee..02ffddc60cc7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java index 074f2e45ae06..905d21b81b50 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringInstancegroupmanagerssetinstancetemplaterequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringInstancegroupmanagerssetinstancetemplaterequest.java index 280928f963db..e94e401dd283 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringInstancegroupmanagerssetinstancetemplaterequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringInstancegroupmanagerssetinstancetemplaterequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPools.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPools.java index 7df100e32da7..a098e377d6cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPools.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java index 8f39e74194a7..6fdf89ca678c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPools.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPools.java index f6c6059ba3f1..67da84f648d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPools.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringInstancegroupmanagerssettargetpoolsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringInstancegroupmanagerssettargetpoolsrequest.java index 2f841cdd285c..e670cd8c4356 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringInstancegroupmanagerssettargetpoolsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringInstancegroupmanagerssettargetpoolsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java index cfea4fff73d2..9de7988c73fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java index 115198814b25..836261eb8421 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java index 968dc5a03eaf..401f75c4f91c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringInstancegroupmanagersupdateperinstanceconfigsreq.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringInstancegroupmanagersupdateperinstanceconfigsreq.java index f06079be432e..a4518ce13d3b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringInstancegroupmanagersupdateperinstanceconfigsreq.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringInstancegroupmanagersupdateperinstanceconfigsreq.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagerssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagerssettings/get/SyncGet.java index 5251142b7730..112f4beb0ee5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagerssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupmanagerssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstances.java index eb55fc36250a..08c5f80b0acb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstancesLRO.java index b914b1e06c46..73396afd8752 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/AsyncAddInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstances.java index 602d8920a850..529d6b1337f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstancesStringStringStringInstancegroupsaddinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstancesStringStringStringInstancegroupsaddinstancesrequest.java index 8c462fff71de..100db9ab4499 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstancesStringStringStringInstancegroupsaddinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/addinstances/SyncAddInstancesStringStringStringInstancegroupsaddinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedList.java index d43651d677c4..67fb677b72d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedListPaged.java index f4eff12e068a..b09a7ec59fb8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedList.java index 83cd6ac83545..02eff48d55bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedListString.java index 3a5ee35ff838..83fb0a687097 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetCredentialsProvider.java index 141186427796..ad7383fcec59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetEndpoint.java index 3d17e22a8eea..1a5afd8f0a50 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDelete.java index 193a2ca936a0..6e7641049e2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDeleteLRO.java index 3466c86c12fd..4771ee690632 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDelete.java index 2a1bb21748d5..157b152506b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDeleteStringStringString.java index 528d7583871e..89652f43cae6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/AsyncGet.java index 7c12e4382aa0..bd90c35ef58e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGet.java index d35ddeca3043..4e5257a2b684 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGetStringStringString.java index a1301ee2efe7..299c829fc43c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsert.java index fb2f052d6836..9ee875a26b30 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsertLRO.java index 554b6f77f29a..7ec170d9cf5f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsert.java index 6804f9b6570b..fc5848348d4e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsertStringStringInstancegroup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsertStringStringInstancegroup.java index 2c8f720dc8da..fd025d7c00ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsertStringStringInstancegroup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/insert/SyncInsertStringStringInstancegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncList.java index 4f5f8660aade..56f778f1edfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncListPaged.java index ebc181bb0123..d47231eb5478 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncList.java index 5a07bc1a5d6f..ac3f1f1d38da 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncListStringString.java index 46be90adcd95..68504448a8c0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstances.java index b8ba30f400d6..3c957bc05781 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstancesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstancesPaged.java index d83825e4de29..45b86cf000fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstancesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/AsyncListInstancesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstances.java index 3b8147f0185d..c6561b2c51f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstancesStringStringStringInstancegroupslistinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstancesStringStringStringInstancegroupslistinstancesrequest.java index 12abea70fde1..4f93cee025ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstancesStringStringStringInstancegroupslistinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/listinstances/SyncListInstancesStringStringStringInstancegroupslistinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstances.java index 423e77731d09..4acd79214088 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstancesLRO.java index 250c5be2b00b..bdac9dc9c359 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/AsyncRemoveInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstances.java index 3bf0340c5a18..01a1c23c6114 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstancesStringStringStringInstancegroupsremoveinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstancesStringStringStringInstancegroupsremoveinstancesrequest.java index ba31281edefa..e8e6b1ffa253 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstancesStringStringStringInstancegroupsremoveinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/removeinstances/SyncRemoveInstancesStringStringStringInstancegroupsremoveinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPorts.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPorts.java index 5ebfdd31af90..291b21730893 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPorts.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPortsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPortsLRO.java index 9d5dfe6fb2e7..2e6397469d95 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPortsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/AsyncSetNamedPortsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPorts.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPorts.java index c0ca00cd36c9..5b5efc7bf494 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPorts.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPortsStringStringStringInstancegroupssetnamedportsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPortsStringStringStringInstancegroupssetnamedportsrequest.java index 54d1544d71db..286840e47f7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPortsStringStringStringInstancegroupssetnamedportsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroups/setnamedports/SyncSetNamedPortsStringStringStringInstancegroupssetnamedportsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupssettings/get/SyncGet.java index efe9cd59db5c..f9cb66024122 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancegroupssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfig.java index b47e59690af3..5652e13ec510 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfigLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfigLRO.java index 03e6920621e8..8808bf2f09de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfigLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/AsyncAddAccessConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfig.java index dcfc0d1be57c..1013bc097fe5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfigStringStringStringStringAccessconfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfigStringStringStringStringAccessconfig.java index 9df782d32c32..d0282b5d4797 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfigStringStringStringStringAccessconfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addaccessconfig/SyncAddAccessConfigStringStringStringStringAccessconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePolicies.java index 3a000a77b16e..63818d50459d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePoliciesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePoliciesLRO.java index 01e9aaebaf7e..c7cf6d7a30c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePoliciesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/AsyncAddResourcePoliciesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePolicies.java index ab1c1c5d92f0..db4d7b6f586e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePoliciesStringStringStringInstancesaddresourcepoliciesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePoliciesStringStringStringInstancesaddresourcepoliciesrequest.java index d89e02e10da9..8ee2672132f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePoliciesStringStringStringInstancesaddresourcepoliciesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/addresourcepolicies/SyncAddResourcePoliciesStringStringStringInstancesaddresourcepoliciesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedList.java index 48d82b2cfa88..6f2ea980bdb9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedListPaged.java index 950bbc62dd2f..f094a062b07c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedList.java index bf1569574d5a..f1345a134871 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedListString.java index f49a4241cfa0..d3044a14bc8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDisk.java index 54d368a883d0..fed31ee38dfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDiskLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDiskLRO.java index 9894be4cf2c1..ba0306ee104e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDiskLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/AsyncAttachDiskLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDisk.java index be6886139bc4..b25e8ab9c64d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDiskStringStringStringAttacheddisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDiskStringStringStringAttacheddisk.java index b99df197dfbe..05fb47497f06 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDiskStringStringStringAttacheddisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/attachdisk/SyncAttachDiskStringStringStringAttacheddisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsert.java index 52900eec53ff..131950a16add 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsertLRO.java index 96faf13e5a94..5fd6deafd9a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/AsyncBulkInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsert.java index 467737c06383..5d659013c534 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java index ee427d57c251..735d695e0c58 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetCredentialsProvider.java index e66ef33a13ea..b3ca775b4f1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetEndpoint.java index e108ef5f6430..08b8414ef176 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDelete.java index 463c4d6cc8a5..4dba7b057df1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDeleteLRO.java index 6a13aed1e04e..46c94e456978 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDelete.java index aac532b566b6..67171ae98a6c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDeleteStringStringString.java index 7c6142c19cf0..dec8c71d3697 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfig.java index fcfe803d9a28..7c3b49164ca0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfigLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfigLRO.java index 79592f79cd2c..61e6cb6d257f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfigLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/AsyncDeleteAccessConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfig.java index 234cb049c443..413e1323f497 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfigStringStringStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfigStringStringStringStringString.java index 999134f9aa5f..5677f87de4a1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfigStringStringStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/deleteaccessconfig/SyncDeleteAccessConfigStringStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDisk.java index aa7885c52a17..563d3aa94498 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDiskLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDiskLRO.java index 1451a8ead881..27cfe5e54692 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDiskLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/AsyncDetachDiskLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDisk.java index 673319a8a9f9..46abeca9f80a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDiskStringStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDiskStringStringStringString.java index 8a99ddd245a9..507ccbb128fd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDiskStringStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/detachdisk/SyncDetachDiskStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/AsyncGet.java index 4742dc58f559..ee269b9c4684 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGet.java index ae8dac4fae23..9b2eac097bb0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGetStringStringString.java index 930f43c54008..95d0a2e6d7d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java index 910ba8bb600e..4500002e80ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewalls.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewalls.java index b4cb9f4d6564..92ca74963c4f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewalls.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringStringString.java index 50826185723d..3ff55194e0b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/AsyncGetGuestAttributes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/AsyncGetGuestAttributes.java index b8f98cda052c..2b76e5c37437 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/AsyncGetGuestAttributes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/AsyncGetGuestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributes.java index fe5909b5c0d7..0e58846678a3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributesStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributesStringStringString.java index 9405e383609b..481a06c4f237 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributesStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getguestattributes/SyncGetGuestAttributesStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/AsyncGetIamPolicy.java index 76b43c282288..115d2e10f647 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicy.java index 9f1931296427..44822f3d5538 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicyStringStringString.java index 5d15e6719ca2..da8224fe3a97 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/AsyncGetScreenshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/AsyncGetScreenshot.java index 4fc6e5dec777..5a8690489411 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/AsyncGetScreenshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/AsyncGetScreenshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshot.java index 931f1704e433..161fed41b285 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshotStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshotStringStringString.java index a1294bff6a82..8d0938446dfa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshotStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getscreenshot/SyncGetScreenshotStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/AsyncGetSerialPortOutput.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/AsyncGetSerialPortOutput.java index daa5f737a9d3..2f7a6f3367e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/AsyncGetSerialPortOutput.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/AsyncGetSerialPortOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutput.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutput.java index 24af43a620f3..ad53090f9bb1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutput.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutputStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutputStringStringString.java index 1993eeed4cd6..65c72e164e88 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutputStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getserialportoutput/SyncGetSerialPortOutputStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/AsyncGetShieldedInstanceIdentity.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/AsyncGetShieldedInstanceIdentity.java index 061250e5342c..59d5f321b750 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/AsyncGetShieldedInstanceIdentity.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/AsyncGetShieldedInstanceIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentity.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentity.java index 48e5d6c9c804..1e672a3d6780 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentity.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentityStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentityStringStringString.java index c3433b7e441f..93f7fb82e84f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentityStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/getshieldedinstanceidentity/SyncGetShieldedInstanceIdentityStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsert.java index e97b48254d87..4e36953b7ddf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsertLRO.java index 93c19b4e3011..eefaf633592f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsert.java index ec31b82090cc..d0663478f9ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsertStringStringInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsertStringStringInstance.java index 9f10dc1e558e..d25803d8e783 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsertStringStringInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/insert/SyncInsertStringStringInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncList.java index de67968d6d93..df1ca327415f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncListPaged.java index c1ef233bae86..49db767af49a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncList.java index 2a8388960916..8b4b6d89fca3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncListStringString.java index 2738bc9e9168..51d932554576 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrers.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrers.java index c6d356a2c0aa..cf6f023ea19b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrers.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrersPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrersPaged.java index f09b60ccc940..3a8f1b9e97fc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrersPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/AsyncListReferrersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrers.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrers.java index f1dab23cc486..4ad4633dda87 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrers.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrersStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrersStringStringString.java index 05816f87e50d..589da9d37402 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrersStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/listreferrers/SyncListReferrersStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenance.java index 2200e2b4bb29..557ff598c955 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenanceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenanceLRO.java index a4633bb08c6b..16f8f9efb804 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenanceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/AsyncPerformMaintenanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenance.java index c3ffc9bc2b33..422b460a559a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenanceStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenanceStringStringString.java index 06fdca924361..178018b5854f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenanceStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/performmaintenance/SyncPerformMaintenanceStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePolicies.java index 12fcbd8cee99..b230af41110f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java index c6e1ae6e7033..04576f3bf652 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePolicies.java index 0f00542c660a..80e8fd084e53 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringInstancesremoveresourcepoliciesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringInstancesremoveresourcepoliciesrequest.java index 55a1a7e33e4d..6e6bfa73b90f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringInstancesremoveresourcepoliciesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringInstancesremoveresourcepoliciesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncReset.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncReset.java index c89e76140bc3..8715ce220c3f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncReset.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncReset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncResetLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncResetLRO.java index 06c74d4d7854..75da20120b80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncResetLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/AsyncResetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncReset.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncReset.java index 9aba68b946c1..9a04f7257a0e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncReset.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncReset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncResetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncResetStringStringString.java index a83374633ba3..0cb0ec8baf0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncResetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/reset/SyncResetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResume.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResume.java index 1b62117609c1..176663c415e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResume.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResumeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResumeLRO.java index c48328292358..397af9f75e21 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResumeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/AsyncResumeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResume.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResume.java index 5353166524a7..24071897c99b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResume.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResume.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResumeStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResumeStringStringString.java index 801551e92776..9ee3d5363403 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResumeStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/resume/SyncResumeStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/AsyncSendDiagnosticInterrupt.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/AsyncSendDiagnosticInterrupt.java index 73d2ad869cef..4a5ea30da4ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/AsyncSendDiagnosticInterrupt.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/AsyncSendDiagnosticInterrupt.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterrupt.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterrupt.java index 98ed021a8991..cb636dd091cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterrupt.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterrupt.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterruptStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterruptStringStringString.java index 61a1fd8e5b61..7bbc22702bac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterruptStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/senddiagnosticinterrupt/SyncSendDiagnosticInterruptStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtection.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtection.java index 243a1ebdbcc8..ab876aac9ee2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtection.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtectionLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtectionLRO.java index 6c8edd3629b6..ee05e4905720 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtectionLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/AsyncSetDeletionProtectionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtection.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtection.java index 7b8b14e05385..9cea5117cd51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtection.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtectionStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtectionStringStringString.java index 6e5b26837118..9bce0bf545cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtectionStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdeletionprotection/SyncSetDeletionProtectionStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDelete.java index a6bf79a315a2..7a5c256a470c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDeleteLRO.java index e9bbd71358bb..1db24e524608 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/AsyncSetDiskAutoDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDelete.java index 8845eb8db689..7ae3ab4548b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDeleteStringStringStringBooleanString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDeleteStringStringStringBooleanString.java index 4608eb5ff0a2..7cb51a5ead60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDeleteStringStringStringBooleanString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setdiskautodelete/SyncSetDiskAutoDeleteStringStringStringBooleanString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/AsyncSetIamPolicy.java index 55ae4ee50d4b..fb8026313f94 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicy.java index 7a2de17e4617..792264a1d1c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java index c063450f7281..6aa34f31836e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabels.java index 656e973d73bf..9fe1d30150f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabelsLRO.java index 1895a0a00b90..a93537a40d11 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabels.java index 1b9d0bc92eb6..fb3fff7afdb4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabelsStringStringStringInstancessetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabelsStringStringStringInstancessetlabelsrequest.java index 181ccaaa7db7..a0a00311b744 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabelsStringStringStringInstancessetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setlabels/SyncSetLabelsStringStringStringInstancessetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResources.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResources.java index 1329da5dd5b0..86b8a73f65dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResources.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResourcesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResourcesLRO.java index 7555e3804edb..428b513642d5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResourcesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/AsyncSetMachineResourcesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResources.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResources.java index 04e7a8535d96..467ab34ae37e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResources.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResourcesStringStringStringInstancessetmachineresourcesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResourcesStringStringStringInstancessetmachineresourcesrequest.java index 1007c5599199..91e7b3929971 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResourcesStringStringStringInstancessetmachineresourcesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachineresources/SyncSetMachineResourcesStringStringStringInstancessetmachineresourcesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineType.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineType.java index f49e57d7a499..cd9974c23242 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineType.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineTypeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineTypeLRO.java index d6b2e6ec9e16..394af31a9216 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineTypeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/AsyncSetMachineTypeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineType.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineType.java index c39865d5c696..1e6cff324c7f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineType.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineTypeStringStringStringInstancessetmachinetyperequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineTypeStringStringStringInstancessetmachinetyperequest.java index 900383da06da..e254d2a95348 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineTypeStringStringStringInstancessetmachinetyperequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmachinetype/SyncSetMachineTypeStringStringStringInstancessetmachinetyperequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadata.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadata.java index d1cc1e69f523..36bc5e0bdd98 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadata.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadataLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadataLRO.java index d626efabed1a..2e127498bdbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadataLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/AsyncSetMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadata.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadata.java index 53b3b6a156af..102994cc7cd1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadata.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadataStringStringStringMetadata.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadataStringStringStringMetadata.java index 73761a4ca74c..d3590934ef2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadataStringStringStringMetadata.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmetadata/SyncSetMetadataStringStringStringMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatform.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatform.java index ea2572fced2b..e957beb35ada 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatform.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatform.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatformLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatformLRO.java index 55422b9017e7..75be11448577 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatformLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/AsyncSetMinCpuPlatformLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatform.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatform.java index b89734eb0ad3..2b0ed96b3b61 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatform.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatform.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatformStringStringStringInstancessetmincpuplatformrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatformStringStringStringInstancessetmincpuplatformrequest.java index d1b7476f907e..5be47232b65d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatformStringStringStringInstancessetmincpuplatformrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setmincpuplatform/SyncSetMinCpuPlatformStringStringStringInstancessetmincpuplatformrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetName.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetName.java index 05ebb3b1b4cd..2dbf577fb6ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetName.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetNameLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetNameLRO.java index 753075b5c767..2fc30cea1607 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetNameLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/AsyncSetNameLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetName.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetName.java index 1e0a3a8b4338..e9d1ab3a8a2e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetName.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetNameStringStringStringInstancessetnamerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetNameStringStringStringInstancessetnamerequest.java index 5cd0978f9836..b3fe292c00ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetNameStringStringStringInstancessetnamerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setname/SyncSetNameStringStringStringInstancessetnamerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetScheduling.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetScheduling.java index c157c59070f5..b326fe27567c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetScheduling.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetScheduling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetSchedulingLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetSchedulingLRO.java index b4d9f2f2cc67..41ccddbad171 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetSchedulingLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/AsyncSetSchedulingLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetScheduling.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetScheduling.java index 8d3f82703e90..5899f4c38541 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetScheduling.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetScheduling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetSchedulingStringStringStringScheduling.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetSchedulingStringStringStringScheduling.java index 94888dfb1736..664e6c2f022b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetSchedulingStringStringStringScheduling.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setscheduling/SyncSetSchedulingStringStringStringScheduling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicy.java index 06404106cf8f..c21677514a81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java index eb12f8a4cc80..60ffc032078a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicy.java index f400c3a71d33..f2b9d074dd21 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringInstancessetsecuritypolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringInstancessetsecuritypolicyrequest.java index 4e8bf8f0af4b..81ba99e0423f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringInstancessetsecuritypolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringInstancessetsecuritypolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccount.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccount.java index 7789919a47ad..91da9f18260f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccount.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccountLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccountLRO.java index cd73c5bb819e..d357abe0b011 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccountLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/AsyncSetServiceAccountLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccount.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccount.java index 9a50f22decc4..82759bf0e342 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccount.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccountStringStringStringInstancessetserviceaccountrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccountStringStringStringInstancessetserviceaccountrequest.java index 3551b6a84083..fec61f4225f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccountStringStringStringInstancessetserviceaccountrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setserviceaccount/SyncSetServiceAccountStringStringStringInstancessetserviceaccountrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicy.java index c02eeebefea7..eb22e8b2164b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicyLRO.java index 5a218e175fd6..33dce561ca96 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/AsyncSetShieldedInstanceIntegrityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicy.java index cdba653d2c5f..a7632e0d623e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicyStringStringStringShieldedinstanceintegritypolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicyStringStringStringShieldedinstanceintegritypolicy.java index cb9c929ee7d0..9028dbad1a53 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicyStringStringStringShieldedinstanceintegritypolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/setshieldedinstanceintegritypolicy/SyncSetShieldedInstanceIntegrityPolicyStringStringStringShieldedinstanceintegritypolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTags.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTags.java index 9117a03f584c..80f1c997fa18 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTags.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTagsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTagsLRO.java index 5e8ff34f116a..813bbb2d4b78 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTagsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/AsyncSetTagsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTags.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTags.java index 0d402b6b1ce9..28bf81fe8a84 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTags.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTagsStringStringStringTags.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTagsStringStringStringTags.java index 7d40289c6e55..65f9752f7d8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTagsStringStringStringTags.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/settags/SyncSetTagsStringStringStringTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java index 812114a3a90b..205736e2f2e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java index 6644c78ee730..2c99c6f5f725 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java index d0a6d43240a0..d11e4a84eb88 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringString.java index 79b04520c2ea..631d4d14f243 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStart.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStart.java index f0f58d8f5399..2ff2a34ea998 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStart.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStart.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStartLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStartLRO.java index df04f87d3cf2..cad178fc3af8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStartLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/AsyncStartLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStart.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStart.java index 8f494d294e44..569b0cf35d84 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStart.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStart.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStartStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStartStringStringString.java index 5e725b79b318..5bd43291be64 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStartStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/start/SyncStartStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKey.java index e6f0a81425b1..58be81582595 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKeyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKeyLRO.java index c0c66ed707bc..a66880c5e57a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKeyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/AsyncStartWithEncryptionKeyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKey.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKey.java index 047184e72c07..9ea30f267a21 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKey.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKeyStringStringStringInstancesstartwithencryptionkeyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKeyStringStringStringInstancesstartwithencryptionkeyrequest.java index 843e89103219..598c22a86e4f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKeyStringStringStringInstancesstartwithencryptionkeyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/SyncStartWithEncryptionKeyStringStringStringInstancesstartwithencryptionkeyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStop.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStop.java index 3c46de6b2b17..d1ce8ca28138 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStop.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStop.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStopLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStopLRO.java index 6c48f08fceec..42c722233530 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStopLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/AsyncStopLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStop.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStop.java index c442c0d1d1ec..c25777c30969 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStop.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStop.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStopStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStopStringStringString.java index 7583171fa89e..901e8c29f57b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStopStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/stop/SyncStopStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspend.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspend.java index c61ee03b1199..fd42866dd94e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspend.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspendLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspendLRO.java index be5d2ae07c82..bb9c0efd725b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspendLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/AsyncSuspendLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspend.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspend.java index 6694783deacf..315070cd31dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspend.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspendStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspendStringStringString.java index 5e9ddb71ccbf..69ba4ebb394b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspendStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/suspend/SyncSuspendStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/AsyncTestIamPermissions.java index 31171a2093c8..3405b264d9b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissions.java index d2422e17e9df..cc9a38d2bb97 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 5b57260f4ad5..c636158e4fdf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdate.java index d79250d0fcdd..d583b82803f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdateLRO.java index a7ff55d80473..72f250079837 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdate.java index b24a94639c85..859cdba95156 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdateStringStringStringInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdateStringStringStringInstance.java index 738945181e24..283470c82654 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdateStringStringStringInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/update/SyncUpdateStringStringStringInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfig.java index 1b2c4f16e910..b51c9772bb54 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfigLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfigLRO.java index 30759a51fb14..60048d4f037a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfigLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/AsyncUpdateAccessConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfig.java index bc648072a434..b5c671e7ca67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfigStringStringStringStringAccessconfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfigStringStringStringStringAccessconfig.java index b41b48ac37dc..65a3ca732c5d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfigStringStringStringStringAccessconfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateaccessconfig/SyncUpdateAccessConfigStringStringStringStringAccessconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDevice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDevice.java index ec243d972635..63ef01868757 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDevice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDevice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDeviceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDeviceLRO.java index 8e9953a21d7a..d35bf65530e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDeviceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/AsyncUpdateDisplayDeviceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDevice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDevice.java index c2e92e389e20..17fcc87c6534 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDevice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDevice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDeviceStringStringStringDisplaydevice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDeviceStringStringStringDisplaydevice.java index 731b0b76ccdc..ca1ea10cf014 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDeviceStringStringStringDisplaydevice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatedisplaydevice/SyncUpdateDisplayDeviceStringStringStringDisplaydevice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterface.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterface.java index c16827529ff0..ea653f195678 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterface.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterfaceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterfaceLRO.java index 1c6555ac38ed..87f067beb77a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterfaceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/AsyncUpdateNetworkInterfaceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterface.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterface.java index 39bcf4e6973d..5fdb70faff46 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterface.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterfaceStringStringStringStringNetworkinterface.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterfaceStringStringStringStringNetworkinterface.java index 08ba1c80c527..fdf314779967 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterfaceStringStringStringStringNetworkinterface.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updatenetworkinterface/SyncUpdateNetworkInterfaceStringStringStringStringNetworkinterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfig.java index e9443633eb09..249ece9ec4b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfigLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfigLRO.java index 0cafbe08f48b..db24943979c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfigLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/AsyncUpdateShieldedInstanceConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfig.java index 6f17e263bc0d..719eb11fef51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfigStringStringStringShieldedinstanceconfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfigStringStringStringShieldedinstanceconfig.java index a21886da3cff..f832a1b5da67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfigStringStringStringShieldedinstanceconfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/updateshieldedinstanceconfig/SyncUpdateShieldedInstanceConfigStringStringStringShieldedinstanceconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancessettings/get/SyncGet.java index 7dec38e2fadf..0b2a49d3b6cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedList.java index ce92db11ab4d..e685165bf7e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedListPaged.java index b2366437cb46..94dc1dea5723 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedList.java index 1380f1b1b8c5..f85433141aff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedListString.java index 875cedda4dc6..2f77897ea53a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetCredentialsProvider.java index 5e7e9e4976cd..57c8c5f99f76 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetEndpoint.java index 276dad0eeacb..cecc231b7664 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDelete.java index 7be2c01b9841..d860b6e424d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDeleteLRO.java index 6e1b9b8bb6f0..c467129070ec 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDelete.java index 57d0cbeca2e2..6ef35b02d69c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDeleteStringString.java index c5af8e0bf4ad..c7e95255dd55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/AsyncGet.java index 08df11128a24..47907f8fd322 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGet.java index 9e0abc4361db..6d062e764d32 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGetStringString.java index 2e5fbefe8a87..94bfdeaf2c2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/AsyncGetIamPolicy.java index 9947eec60752..8bcbb49e3fbe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicy.java index 329d9e45b286..6ca07a3e73e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicyStringString.java index bb4b12286aa6..c6851d0fca70 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsert.java index 13284a3e3b5f..42007e4a15ec 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsertLRO.java index 9ea309104453..9695154bfd37 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsert.java index 88c4a67b0e07..9e60965b9ae4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsertStringInstancetemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsertStringInstancetemplate.java index 405520fa9961..77fd397a2b8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsertStringInstancetemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/insert/SyncInsertStringInstancetemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncList.java index 16740a74666d..2f2a412dffe1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncListPaged.java index d6325799913a..42a749e92e36 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncList.java index e7bc4a1e9c22..5376d344bc5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncListString.java index 9ec158ba76c6..beb160234acc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/AsyncSetIamPolicy.java index 52d9a7fafabb..cbd9e5d33cde 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicy.java index dad3447b6df6..ce7e13fb7624 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 25cca82a6314..f0bb4df32525 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/AsyncTestIamPermissions.java index 84aa664e5afa..3273cb397b40 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissions.java index 8f43de09d7e1..03c3d150d3ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index dfc4242dcae7..95a79ce5fa76 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplates/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplatessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplatessettings/get/SyncGet.java index 4ef56832b047..201309b1e038 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplatessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instancetemplatessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedList.java index 5008bf83c7f9..3003ba526ee3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedListPaged.java index 6ab3b3593846..8b5cdeb1a85b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedList.java index 59fe9ad3af64..ee96c76fdad6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedListString.java index 70c5000e8d4c..46a406bcfe0f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetCredentialsProvider.java index 38212a8c9239..2b4e78daa7b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetEndpoint.java index f3cf9912e6b6..60dd5c857096 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDelete.java index be57a794a4a8..07593a299ab0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDeleteLRO.java index 130165f33ad4..b4c7f1fd3dba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDelete.java index 83a6d5ef2965..6d19bb4e7405 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDeleteStringStringString.java index 17320f101431..369dcbb93aa3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/AsyncGet.java index d61ed9a38c3d..2e2c402fc5d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGet.java index be567ab662c3..4c390994179b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGetStringStringString.java index dd9bec0047a6..bd76c0748d8e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsert.java index d2df48337481..cd7f084b4e5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsertLRO.java index a8cf9d7f3947..492c7d6d4b80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsert.java index 222f21cc8d21..24109a0cc72d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsertStringStringInterconnectattachment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsertStringStringInterconnectattachment.java index 2a76158681dd..ef2ece2fc51b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsertStringStringInterconnectattachment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/insert/SyncInsertStringStringInterconnectattachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncList.java index 69e6de583b5d..bceaaa79a72d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncListPaged.java index 107c388b598a..246f7f2b0e27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncList.java index 8a876addcda5..bf44e0856040 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncListStringString.java index ba2bb0ff018a..a0612dd5f94a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatch.java index f741d5324ebf..8c1b66a7419d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatchLRO.java index 767e61f0ffb9..1a76fd0e2d51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatch.java index 57d40478b562..6c40381ffa13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatchStringStringStringInterconnectattachment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatchStringStringStringInterconnectattachment.java index 306e7a772c4e..da611f48bfbf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatchStringStringStringInterconnectattachment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/patch/SyncPatchStringStringStringInterconnectattachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabels.java index d2e552d88b70..0e175170fa81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabelsLRO.java index 00442f9f8590..9a8be5329793 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabels.java index b84cfe585100..dc2164f0dd22 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index 4dfc8ba5b796..fa52d2f5f683 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachments/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachmentssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachmentssettings/get/SyncGet.java index aaecc5ee162f..0bcbae21ff6b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachmentssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectattachmentssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetCredentialsProvider.java index 24296c3022f4..fd4494feb480 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetEndpoint.java index 0a36b33b79be..a788a952e12e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/AsyncGet.java index b9262a756e57..a71e241bac07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGet.java index ba2ec9fd8afe..35ba6a392b8c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGetStringString.java index e4a5663b9df6..8051673a0815 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncList.java index bfd0ef3d2689..5e4e887eb75d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncListPaged.java index 2288a40bc050..3241959dfb83 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncList.java index 93ad1d205078..cfd11748ecf0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncListString.java index b026bbe8f20e..d5077aac0b23 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocations/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocationssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocationssettings/get/SyncGet.java index de4c9200c5a0..20369d141800 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocationssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectlocationssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetCredentialsProvider.java index b8ffa7d74f89..2a0eb24b8e90 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetEndpoint.java index 375ef4dd425f..6f10dc6490e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/AsyncGet.java index 559ed9399d65..8f447c5a9db7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGet.java index 300d7dced906..5b61895f9ce3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGetStringString.java index 97c1d95b9849..7e98a1061f25 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncList.java index 3c9ef8573138..e6a6041dc3c1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncListPaged.java index 86c795e7daca..d7f2b8ab11ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncList.java index dc45f8989115..d964620aad15 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncListString.java index d896a284b00b..f7c581797417 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocations/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocationssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocationssettings/get/SyncGet.java index 07a285f0ae56..63899bc44eff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocationssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectremotelocationssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetCredentialsProvider.java index ff0b3fe34e39..016471b33ce0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetEndpoint.java index c145c7d6692e..aa257614c828 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDelete.java index 6ce5f06cb13d..8c7d19b6b854 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDeleteLRO.java index 7a8c9ebbaf16..6cf436086863 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDelete.java index d32ba33e967b..e114b55ca7ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDeleteStringString.java index 386500ac4a61..599510d28db1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/AsyncGet.java index 5075ecacb43d..ccddae783b6c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGet.java index c2a80e0bd850..0b7eb6c77b91 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGetStringString.java index 134d44c1f714..b020a9020acd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/AsyncGetDiagnostics.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/AsyncGetDiagnostics.java index d90d302cbea5..0153790d7e0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/AsyncGetDiagnostics.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/AsyncGetDiagnostics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnostics.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnostics.java index fa6290c45ba7..cbba043d5135 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnostics.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnostics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnosticsStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnosticsStringString.java index 4555747dfa6c..5726b9b47b78 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnosticsStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getdiagnostics/SyncGetDiagnosticsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/AsyncGetMacsecConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/AsyncGetMacsecConfig.java index 3c887954987f..3012a0c9dcab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/AsyncGetMacsecConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/AsyncGetMacsecConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfig.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfig.java index 994bf120f4c8..a56fcc6963ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfig.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfigStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfigStringString.java index d49490ba54f3..b970f1418497 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfigStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/getmacsecconfig/SyncGetMacsecConfigStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsert.java index 1cefdf26cf58..3cb770328672 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsertLRO.java index f5186bd64ad5..10150f567169 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsert.java index 81d8879de461..1d4aefe3c273 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsertStringInterconnect.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsertStringInterconnect.java index 380cd1145094..564ee97d500b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsertStringInterconnect.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/insert/SyncInsertStringInterconnect.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncList.java index a0d10c7bd69e..0cdc3fa3f4a4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncListPaged.java index 8647298fe37b..60f7e7e3b6e2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncList.java index 49cdc6807a0a..0b0482a00e48 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncListString.java index ba97e08e1860..d4fa3a3d867f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatch.java index c390ea980863..ace72f9496fe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatchLRO.java index ad40f5dd6c26..38852f0c60ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatch.java index 4e4f62ae0e7f..ca444df003b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatchStringStringInterconnect.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatchStringStringInterconnect.java index f8fde194da05..6957086c0959 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatchStringStringInterconnect.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/patch/SyncPatchStringStringInterconnect.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabels.java index 72eea908111d..1840d5b71f92 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabelsLRO.java index f01b415d038c..a8e902be6acf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabels.java index f9fdd722d961..137bc6138b0b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index 91360397b937..892ffd78ff07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnects/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectssettings/get/SyncGet.java index f59c99c7f99b..ee81d4f605e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/interconnectssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetCredentialsProvider.java index af2f54640315..1e92b4cf7879 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetEndpoint.java index 67faac3d4999..5135c8b29e80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/AsyncGet.java index 7a73505a8eba..c56480dc56ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGet.java index e918b94ac392..e6f56a73e0fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGetStringString.java index 7fa7a72bcd4c..f461f5a1a0c0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/AsyncTestIamPermissions.java index b73a8c3df0c0..e70d8d923651 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissions.java index 897015ddbaff..c6658b905ab8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index a00ff5cfc64d..59f67838cae8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodes/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodessettings/get/SyncGet.java index aeb6fdc02e67..be2a29a4c172 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensecodessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetCredentialsProvider.java index b2eff8987ff2..c8469c1fbba3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetEndpoint.java index ecc0ac63e0af..204ceb8c19ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDelete.java index 1c0ca4095262..951bbd360009 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDeleteLRO.java index 68ca6b908cfe..b96d38c7d430 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDelete.java index b00b4440ca7a..ba40725636e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDeleteStringString.java index 390f72e5a845..5bc30c171c6d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/AsyncGet.java index ffdc25b952ea..f0697895a2fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGet.java index 05939326e79b..e9d620c74664 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGetStringString.java index 62f63279cf19..328f6b0b9631 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/AsyncGetIamPolicy.java index 84cfa5cf93ac..439ed163965b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicy.java index 3e1ad20432ce..28742a4af2d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicyStringString.java index ef96255d2abd..538549d72f29 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsert.java index 6301b1116fc5..695106c8e0fc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsertLRO.java index 2438eb4265bf..59a50d901025 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsert.java index 70b3b3175fbd..180a22a0d1e0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsertStringLicense.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsertStringLicense.java index 965b726213d7..377b295d4fa6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsertStringLicense.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/insert/SyncInsertStringLicense.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncList.java index 7e9bda34e0d0..1f03df0a4e22 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncListPaged.java index db97a051203a..f225b4f8a5fd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncList.java index 40dce3ca95fb..182a3a26be04 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncListString.java index 53e15b9bd636..efc299ddadd4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/AsyncSetIamPolicy.java index e83d10e2ea71..2fc0f6d38929 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicy.java index 98ef64060fba..e2a6bb091505 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index ff89f1a3b62f..f25c75d79a07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/AsyncTestIamPermissions.java index 3659f1648d52..e43db48093f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissions.java index f0a855461267..85af1d607a06 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index 01097a72b910..21dd098ecb65 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licenses/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensessettings/get/SyncGet.java index afa1d2183f75..19acc8e1fd9e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/licensessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetCredentialsProvider.java index c264e6693723..00c9203628dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetEndpoint.java index e571e7346392..acab5beaf20d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDelete.java index 4a22c097e1d3..5e2bc77d2dbb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDeleteLRO.java index 37f5b5f8c8fb..35a4a4304ffa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDelete.java index 5838070d4f94..1531323990ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDeleteStringString.java index ae2e5c9ee52a..094fcfd6e691 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/AsyncGet.java index a7890b54dea1..61114119b881 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGet.java index cd8eb16f715d..0b283f1f019e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGetStringString.java index 29366d6ed609..007dcd60b527 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/AsyncGetIamPolicy.java index ff6d123d0183..311f00775a56 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicy.java index afde538cb0ba..65a60905afef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicyStringString.java index 593e4d01feac..4a92eb462285 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsert.java index 37df8d0770da..15bea887949d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsertLRO.java index 1df7ed1d820c..02cb68b6ba27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsert.java index ea600f8bae0c..e50a9951b737 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsertStringMachineimage.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsertStringMachineimage.java index 03c253766a74..7363b992b40a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsertStringMachineimage.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/insert/SyncInsertStringMachineimage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncList.java index dd30ef8d40df..e84b641b5030 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncListPaged.java index 84ab3b14c5dc..f8b3c3e98623 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncList.java index 7838506c93a3..8ec53582637b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncListString.java index fc7ff573f725..47ba055ad35d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/AsyncSetIamPolicy.java index 371373129d8d..fb81b3a8e4db 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicy.java index 31f9e5498529..c227132e8044 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 58b35a6332cf..b11addb647af 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/AsyncTestIamPermissions.java index 94d5b69d28af..eb1751ea396e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissions.java index 88d9564a48db..ae56d7c6ea0b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index b7c6cfce1f3a..7fcb56cd8b19 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimages/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimagessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimagessettings/get/SyncGet.java index 54f4cf0ad08e..23ec87d5af27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimagessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machineimagessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedList.java index 36ae7270b0cf..86a894c9acef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedListPaged.java index bca6894ab89c..d318a8723928 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedList.java index 926aa90977cc..c8745af6bfa8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedListString.java index b2ee3cd2f6a6..cd5cbf02a78e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetCredentialsProvider.java index f406aea6c977..a0936bf08972 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetEndpoint.java index 9136bfc6a3a6..bfb91920b939 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/AsyncGet.java index cd669fac0a03..67d7f92332b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGet.java index 3c4dfb02db37..60e99834a374 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGetStringStringString.java index 6a135c954026..907a50cfb652 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncList.java index 9bc54812ff5d..93e88e1dd734 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncListPaged.java index 43518a25970d..1bcc49882fe2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncList.java index 74f195430eb2..985f9d62832d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncListStringString.java index 26af23452e9c..29ea7d72d868 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypessettings/get/SyncGet.java index ff645cb64f57..cf98e0274536 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedList.java index bd0db91b5f77..713c9f88bcf4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedListPaged.java index 37976fe2e819..6640df9aca64 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedList.java index 7c7977b00491..c50b1fa4afcb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedListString.java index e27883726fd1..5b637b94518f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetCredentialsProvider.java index f362c5279f53..27bf6f1c7bbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetEndpoint.java index 4c34a4717dce..6359a9dddbbf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDelete.java index 76040b0ec0ea..546ddd86117c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDeleteLRO.java index f66737a82312..90c76c95eae0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDelete.java index c65e88045237..01d1e39c26f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDeleteStringStringString.java index f86a7a7b172a..e0a2edd1d2ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/AsyncGet.java index 4dcaf6f41c56..17f6b98e8642 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGet.java index 56a8f98ac223..90b38268b0ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGetStringStringString.java index d60a9e0a9eec..7464c573099d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/AsyncGetIamPolicy.java index 4a60b30d018e..15631f912aca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicy.java index b1a8f51ca250..631cd95113d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicyStringStringString.java index f3aaad354e15..1d1f6aa7e69a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsert.java index 3a81e41cda95..610eb885e188 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsertLRO.java index f1a180446839..d0dd12d8b5e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsert.java index 153e77fafc1b..62051f8c04f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsertStringStringNetworkattachment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsertStringStringNetworkattachment.java index 61a8f7066876..de0c80fb9d77 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsertStringStringNetworkattachment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/insert/SyncInsertStringStringNetworkattachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncList.java index e5913b0a73eb..20717525f2ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncListPaged.java index 69b18400c9a7..9fd50dc85df6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncList.java index 75ecb0b62e02..3e65ea1b3117 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncListStringString.java index 2b3318f6b406..471deeedfa81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatch.java index b37910ffe29c..c391385c5910 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatchLRO.java index bdb230537790..b831fb5533a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatch.java index dde83ee23b24..f07fcea3991d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatchStringStringStringNetworkattachment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatchStringStringStringNetworkattachment.java index 5febff76fa27..20a3914bff13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatchStringStringStringNetworkattachment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/patch/SyncPatchStringStringStringNetworkattachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/AsyncSetIamPolicy.java index 157da2dfa8cf..9afad998949d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicy.java index d74a1798ca41..c903a7522c2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index ed8ef9064b57..a37aee7c7a98 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/AsyncTestIamPermissions.java index 6b87fa5919aa..28f66ea4ff24 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissions.java index bf31d503c29a..f62ace61b3cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index da3122a798ac..55b593784061 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachmentssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachmentssettings/get/SyncGet.java index a7f17ce564c0..d4e1b06eb0a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachmentssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkattachmentssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedList.java index e1e400204b35..f5a29ba3d95f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedListPaged.java index 561901438786..90ef47ac39a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedList.java index e0703f34d572..4e111f2591d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedListString.java index 8d93b5473aac..d5aaed971586 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetCredentialsProvider.java index 39f750b1bbe3..13905c889d7d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetEndpoint.java index 6e5d64a81369..846634c3553d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDelete.java index f9cefd758153..9d438085cf5c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDeleteLRO.java index 91037ffc5baf..80f8303f76d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDelete.java index 034fb538c327..bb12c68c0314 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDeleteStringStringString.java index b1bd107fb85b..67d3e90ea9a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/AsyncGet.java index 51e2a8e2360a..c4b1f381ef1a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGet.java index d39afcd7fca4..405aaedc2b29 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGetStringStringString.java index 1304ffee2444..9da6078b3a4d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsert.java index 56d0621114f6..5ac1a952ffa1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsertLRO.java index 24c8cd82a17e..5fe1bf081b93 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsert.java index ed2fe995ab7d..7d4d0104e403 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsertStringStringNetworkedgesecurityservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsertStringStringNetworkedgesecurityservice.java index 3239f52c2acf..d00ffa92cfc2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsertStringStringNetworkedgesecurityservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/insert/SyncInsertStringStringNetworkedgesecurityservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatch.java index 88fe4c0f2a08..8c453f9028d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatchLRO.java index cf18624f1f52..d7656dc8d3fd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatch.java index 8a832088740d..3d6f39144de7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatchStringStringStringNetworkedgesecurityservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatchStringStringStringNetworkedgesecurityservice.java index e3901847a24f..77cdfbabf87e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatchStringStringStringNetworkedgesecurityservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservices/patch/SyncPatchStringStringStringNetworkedgesecurityservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservicessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservicessettings/get/SyncGet.java index 39043ed52b0d..4898690b6e51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservicessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkedgesecurityservicessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedList.java index 603ddde7fc96..c63727942cad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedListPaged.java index fcd94f5e86b5..fdb3e86f20bb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedList.java index 4980219af195..2a658474e901 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedListString.java index 71ce3ec7187d..c196f8217175 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java index 64c82c7d04e9..2e37b3995364 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java index af6e838becb2..afc1aeca1f19 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java index 34826f4382f9..ef3aa571a98c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringNetworkendpointgroupsattachendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringNetworkendpointgroupsattachendpointsrequest.java index a4ebc79d9543..91830c6865d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringNetworkendpointgroupsattachendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringNetworkendpointgroupsattachendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetCredentialsProvider.java index 79cf83216f00..b7e22fa63689 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetEndpoint.java index eb5824f35da1..aee20e783043 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDelete.java index 9a8063c7c112..1faa95331193 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDeleteLRO.java index 37d087aa3d10..56270a6770c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDelete.java index 3f32d3dbdec0..019a44a4ff50 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDeleteStringStringString.java index 57f3b27ae06a..b4f815b5e3f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java index bc5a6773dc79..5e2ca3f2d16b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java index e3c4b5e96700..d52cf8052407 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java index 375051238231..de7ce7d8f295 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringNetworkendpointgroupsdetachendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringNetworkendpointgroupsdetachendpointsrequest.java index 75d871471546..7bb34c5b6404 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringNetworkendpointgroupsdetachendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringNetworkendpointgroupsdetachendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/AsyncGet.java index 689a9b87b244..b5c87d5d944e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGet.java index 5af5ea03e72f..7b4a463b0def 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGetStringStringString.java index a05a040df501..0240608fe0bc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsert.java index 79f25b0b385c..e34342ab87ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsertLRO.java index 214d68e9086b..2f896812d27c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsert.java index cfbc2ddd346d..e83a4b875eaa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java index ac9e9601faa0..5b1da256f539 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncList.java index 7294b0ce09a5..9ae0217a75eb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncListPaged.java index 47e8136aecc9..9a76653a862f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncList.java index e5c2384ad52e..75c782148231 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncListStringString.java index ea33024d9e31..2322cb219d45 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java index 0e17efc1e08f..195dce488af0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java index 88caba142615..8de52c6b077e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java index 2d43e39016ea..45b3e47e9bfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringStringNetworkendpointgroupslistendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringStringNetworkendpointgroupslistendpointsrequest.java index d75d02959785..030acab62cbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringStringNetworkendpointgroupslistendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringStringNetworkendpointgroupslistendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/AsyncTestIamPermissions.java index 6c288381f088..279708cff557 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissions.java index 77a565beb070..3d5df32eaec1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 93f55e4f1da6..d6407a866583 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroupssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroupssettings/get/SyncGet.java index bfd8dcfcc444..a5ab45641035 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroupssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkendpointgroupssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociation.java index 03166e275976..266aaf9afcf4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java index 21655b4cbd97..e305568b4ada 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociation.java index 071836288104..eddf5b2e91c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociationStringStringFirewallpolicyassociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociationStringStringFirewallpolicyassociation.java index 6644c34d3320..e1ad8447c759 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociationStringStringFirewallpolicyassociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addassociation/SyncAddAssociationStringStringFirewallpolicyassociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRule.java index d2164d87d50f..f02bac9ad87f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRuleLRO.java index 70916aaf6bf5..4ff68068763a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/AsyncAddRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRule.java index a7b7f358ce42..b5beae9eb34b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRuleStringStringFirewallpolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRuleStringStringFirewallpolicyrule.java index f7905562cd9c..b4d67d3b5fd8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRuleStringStringFirewallpolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/addrule/SyncAddRuleStringStringFirewallpolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRules.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRules.java index 51adc6b02b89..f7fecd52ce38 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRules.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java index c319b3bab4e6..40a2b01fe398 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRules.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRules.java index 8e21b3751034..817453bf049a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRules.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRulesStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRulesStringString.java index 02429b4516ff..7b9c081aa083 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRulesStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/clonerules/SyncCloneRulesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java index d03a62d7cd2c..a63b1f6a5bfb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetEndpoint.java index d8f7c847b7b7..09cf61c4e938 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDelete.java index d71af6aee270..346c0e027236 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDeleteLRO.java index 57ef388a7906..bbbaedac8cb3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDelete.java index cd499c3e5b39..e10fa8ef354d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDeleteStringString.java index d6529db10f0d..264b94b7f720 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/AsyncGet.java index f156f31db4bd..11e0be280231 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGet.java index 94d804fd2e5d..e995451e8a2f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGetStringString.java index 3c4262091feb..bdeaaf00e137 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/AsyncGetAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/AsyncGetAssociation.java index 6da100f0d674..99a4a2281f95 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/AsyncGetAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/AsyncGetAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociation.java index eaaa8c1723e7..e89e4886bc39 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociationStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociationStringString.java index 84bfb509343a..a763fd892ad9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociationStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getassociation/SyncGetAssociationStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java index 6fff3f11af13..1ed4d367b9dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java index d8f6de930de9..577822497e3e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringString.java index 2bee8b393f1b..b3c7840421ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/AsyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/AsyncGetRule.java index 666ed111d5eb..7440ecf2cf5c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/AsyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/AsyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRule.java index 046b21a277ff..61e63cfd5ffc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRuleStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRuleStringString.java index 9183154ec25d..4312d939ccdc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRuleStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/getrule/SyncGetRuleStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsert.java index a1aa86a8a935..29813f134cc8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsertLRO.java index 788104df3b56..0b85c08db252 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsert.java index b7bd9f31c5e5..4cc9d7b5b6b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsertStringFirewallpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsertStringFirewallpolicy.java index 6efa6a073853..9e0c90cd2ef9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsertStringFirewallpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/insert/SyncInsertStringFirewallpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncList.java index 1e5142fd998d..354483a84bfd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncListPaged.java index 23246aea7b89..f84aa8008e69 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncList.java index bcc68ae2a001..08f82984a8ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncListString.java index 215a404dee52..98fddbb0de8d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatch.java index 8df9f627c3e6..c156825a3236 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatchLRO.java index f7536f43bc69..162f6b43efa5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatch.java index dea671c65416..ab0421462a4a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatchStringStringFirewallpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatchStringStringFirewallpolicy.java index 885c243a7f23..a58935d23a29 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatchStringStringFirewallpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patch/SyncPatchStringStringFirewallpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRule.java index afc4a91ed5b8..dda9102431c2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java index 465725e6b212..3699b30b7fea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRule.java index a2a238492066..2f7734528934 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRuleStringStringFirewallpolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRuleStringStringFirewallpolicyrule.java index 2f7976b2fbae..31bf5e089af3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRuleStringStringFirewallpolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/patchrule/SyncPatchRuleStringStringFirewallpolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java index 6110fa19986c..73b9dba6e148 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java index 23fdcd979e44..cc8b82e34c1d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociation.java index 828b886d7e09..d77ba28a8901 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociationStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociationStringString.java index a95392a24500..501799d23c67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociationStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removeassociation/SyncRemoveAssociationStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRule.java index 90ef3ff5d073..9b213f0c39b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java index e15c2826fa38..6bacd9046db8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRule.java index b63b7041847c..a9dafe84344d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRuleStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRuleStringString.java index 8375baf4f3b4..0fc7b0095a2e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRuleStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/removerule/SyncRemoveRuleStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java index b924cdd30493..eed1b285eae1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java index cdfef22f064b..a023fe0bf44d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 1b6305cd9868..f312d8eeffef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java index d8dbe90dc835..f9dd37ec6fb3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java index a48c7e1706ee..4ef979ee58a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index c003f4fee6d6..5af1f1715fc0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpoliciessettings/get/SyncGet.java index d3fdd54f53e4..46bb2d46ef44 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkfirewallpoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeering.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeering.java index fd034bc8a4e4..3d51b25ff2b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeering.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeering.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeeringLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeeringLRO.java index e80d5bbba82b..c59ecea97f14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeeringLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/AsyncAddPeeringLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeering.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeering.java index 87d18662be2b..e475a79db878 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeering.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeering.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeeringStringStringNetworksaddpeeringrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeeringStringStringNetworksaddpeeringrequest.java index 0eab8776a83a..842d98156b22 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeeringStringStringNetworksaddpeeringrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/addpeering/SyncAddPeeringStringStringNetworksaddpeeringrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetCredentialsProvider.java index 70feb86e4160..23e9fd1b2833 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetEndpoint.java index a510844f3641..bdf463391e00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDelete.java index b9be486131a0..6a27deb35de0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDeleteLRO.java index fdd9f0ff6428..8cedbb5b2d45 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDelete.java index 19c09f8b230e..14a651e2cea2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDeleteStringString.java index 80953834bab6..a6edb1329e0a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/AsyncGet.java index e7cc502e16b0..587f2571e747 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGet.java index 63a3525e60e5..47ea50d4476f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGetStringString.java index 56ab9ef8c6f4..976d2aa69362 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java index 40d38b5eadf9..c5f0eb354cbb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewalls.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewalls.java index 4eed6afc4be3..5759d2284d05 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewalls.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewallsStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewallsStringString.java index 5f5f00edb52e..66974c3ed9a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewallsStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/geteffectivefirewalls/SyncGetEffectiveFirewallsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsert.java index 62b354712b90..175e42578cf9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsertLRO.java index 5c493cb72a4d..32b77ad3cf71 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsert.java index 6d9ad94f1860..dcdde586e698 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsertStringNetwork.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsertStringNetwork.java index 7c5c54251711..f97f2f17f3a1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsertStringNetwork.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/insert/SyncInsertStringNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncList.java index 682b7a7a59f4..722242705920 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncListPaged.java index 387e0fe14161..a9e93239f12c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncList.java index c0d41d910574..55e169a44c6c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncListString.java index 78dd063b2c40..96aff535f15c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutes.java index c5f40e06c312..1e039c2b2d36 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutesPaged.java index 8762aa682810..eff7fd969c9b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/AsyncListPeeringRoutesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutes.java index b104592c6b11..9aa4ef60d03f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutesStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutesStringString.java index 2990aaa53f69..bfef41c67740 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutesStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/listpeeringroutes/SyncListPeeringRoutesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatch.java index b848b40fb6a1..ac7811db738c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatchLRO.java index c43db70be980..7d4e5daf823a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatch.java index 9f910d529b6d..8e855bec6b0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatchStringStringNetwork.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatchStringStringNetwork.java index 7a8f0838e137..e1a7d659ca13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatchStringStringNetwork.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/patch/SyncPatchStringStringNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeering.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeering.java index 2b330a0f872d..b8ec2ccab2c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeering.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeering.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeeringLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeeringLRO.java index a4bd3bd73086..2ade9418cf87 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeeringLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/AsyncRemovePeeringLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeering.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeering.java index f2ff68e5cf68..49f384b6be0a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeering.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeering.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeeringStringStringNetworksremovepeeringrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeeringStringStringNetworksremovepeeringrequest.java index 51a772c7d8cb..c064bd31d2dc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeeringStringStringNetworksremovepeeringrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/removepeering/SyncRemovePeeringStringStringNetworksremovepeeringrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomMode.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomMode.java index 951e656fad37..cfe317295752 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomMode.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomModeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomModeLRO.java index 52109c3c612b..e07e3a369b87 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomModeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/AsyncSwitchToCustomModeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomMode.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomMode.java index 8120eacb72e5..61d56887c787 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomMode.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomModeStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomModeStringString.java index 161f9b127470..a61ac18deddf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomModeStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/switchtocustommode/SyncSwitchToCustomModeStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeering.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeering.java index 66d5611792bd..1d51d8367be4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeering.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeering.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeeringLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeeringLRO.java index b870a2b5d3c4..589d1707cec3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeeringLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/AsyncUpdatePeeringLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeering.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeering.java index 8c4b9b0bd11c..412bc2bd58fe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeering.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeering.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeeringStringStringNetworksupdatepeeringrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeeringStringStringNetworksupdatepeeringrequest.java index d18bf63a7b71..f0724c901ade 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeeringStringStringNetworksupdatepeeringrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networks/updatepeering/SyncUpdatePeeringStringStringNetworksupdatepeeringrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkssettings/get/SyncGet.java index e6a1ecf91bfb..8780a2045519 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/networkssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodes.java index a75ed5c113b9..beb0a0376253 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodesLRO.java index 389447175556..e4658da5b983 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/AsyncAddNodesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodes.java index 9620da1744b1..b874a5611c79 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodesStringStringStringNodegroupsaddnodesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodesStringStringStringNodegroupsaddnodesrequest.java index 3fb05a65ab1c..847068457335 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodesStringStringStringNodegroupsaddnodesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/addnodes/SyncAddNodesStringStringStringNodegroupsaddnodesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedList.java index d3879a8a1226..d5d2e59b4cff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedListPaged.java index bc660937f406..e398ff05fed9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedList.java index 1cf6cfc7e062..17ef101be0dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedListString.java index 209f248b9382..e83af17b5774 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetCredentialsProvider.java index 5113f282d357..ad90e76b17d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetEndpoint.java index 49e516eb81b1..c3bd66b0ed5e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDelete.java index 3be26543a00b..edc7ff06d77a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDeleteLRO.java index 70f43d5479c1..7680091bf3f6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDelete.java index 35c035b7d3d2..47cc0dbbc01f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDeleteStringStringString.java index b6e8cc8fee30..9025b6dfc808 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodes.java index fecfb79f2a72..f9da09032be3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodesLRO.java index d21c342bbe54..6ab5587371de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/AsyncDeleteNodesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodes.java index cdd4fef1ab94..4174503aa5b3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodesStringStringStringNodegroupsdeletenodesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodesStringStringStringNodegroupsdeletenodesrequest.java index 1a5501deb639..0e1caf5b25b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodesStringStringStringNodegroupsdeletenodesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/deletenodes/SyncDeleteNodesStringStringStringNodegroupsdeletenodesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/AsyncGet.java index 64be9ae11668..f130d26a2e58 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGet.java index 6adea67548c2..ccd02aa649cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGetStringStringString.java index 91625eb77869..37cae5d1fdd3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/AsyncGetIamPolicy.java index fc30c6215df1..92e2bd9222a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicy.java index 8606be474bbd..0cb4b00a75d2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicyStringStringString.java index f21902c59389..1603e378f00a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsert.java index d66ce28ca645..b9c23c882574 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsertLRO.java index 5001b44fcbeb..f1858f79ecd2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsert.java index e509f9808421..06fa4c148cb8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsertStringStringIntNodegroup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsertStringStringIntNodegroup.java index 3129451b8751..c81e08fa6fd9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsertStringStringIntNodegroup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/insert/SyncInsertStringStringIntNodegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncList.java index 3332920e412b..30b72154bd91 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncListPaged.java index 4e073a86d619..56387903296a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncList.java index c8a837852760..39e140f1bb5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncListStringString.java index 4e2a24e34474..ff181c7d87e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodes.java index 5e264f74ee5b..369b95530ffb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodesPaged.java index 7231c27a9298..45b7adec2c23 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/AsyncListNodesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodes.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodes.java index 36b3ceedc260..ff38ef783c50 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodes.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodesStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodesStringStringString.java index 84c480f8a319..38e67f530ce6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodesStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/listnodes/SyncListNodesStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatch.java index e3dbca372e25..23938ffd3241 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatchLRO.java index 207ae75bb101..f1b7429b6246 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatch.java index a86a2df5ea58..964279605598 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatchStringStringStringNodegroup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatchStringStringStringNodegroup.java index 0d426d8c7b6e..08fa1da9de3c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatchStringStringStringNodegroup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/patch/SyncPatchStringStringStringNodegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/AsyncSetIamPolicy.java index 86f4b4a9292b..286ff9e06d56 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicy.java index 588f071c628d..ac9c3aec64ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java index ac515b716355..aeab5dbf9706 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplate.java index 92dc7108101c..218e9a3b50ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplateLRO.java index f18bc73a91da..66af8be138ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/AsyncSetNodeTemplateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplate.java index 55f2001fc48c..f10d0a361742 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplateStringStringStringNodegroupssetnodetemplaterequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplateStringStringStringNodegroupssetnodetemplaterequest.java index 45d4bf6a7dd7..608d38fc0bad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplateStringStringStringNodegroupssetnodetemplaterequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/setnodetemplate/SyncSetNodeTemplateStringStringStringNodegroupssetnodetemplaterequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java index f171550d1083..714cc2d19062 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java index 8b445caaa3be..27014bd309cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/AsyncSimulateMaintenanceEventLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java index ed7bf6bd9f87..15f4c1fb9183 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringStringNodegroupssimulatemaintenanceeventrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringStringNodegroupssimulatemaintenanceeventrequest.java index 10b60ca32b32..51c2edae9f8e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringStringNodegroupssimulatemaintenanceeventrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/simulatemaintenanceevent/SyncSimulateMaintenanceEventStringStringStringNodegroupssimulatemaintenanceeventrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/AsyncTestIamPermissions.java index 8c10c0425c7d..599077d3cc12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissions.java index 69f67b7f0eb2..8127a4c38dcd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 85335457d5e3..890a9d4ee00e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroups/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroupssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroupssettings/get/SyncGet.java index 2a10b746ee16..bdbffb3cd913 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroupssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodegroupssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedList.java index 1ca77838bf0f..96902eaf2cd4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedListPaged.java index f37a7a4b9f37..4b7d860ac7fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedList.java index 2e47f54e93dc..3d173ab717ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedListString.java index ac10f75308f7..c86419f07a51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetCredentialsProvider.java index cb34cf89b2ea..c04613b5029f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetEndpoint.java index 41256bbc7f01..e996b0ce12f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDelete.java index f550c6192403..7cb763854280 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDeleteLRO.java index 1b8b5f97303f..b733a4486c15 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDelete.java index 762e222e9b71..788a4d45b0d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDeleteStringStringString.java index ff07f1242cd2..a16ebd5ab16e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/AsyncGet.java index 831951bbcecf..bd8fc1a18fb5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGet.java index 60e8f13b1b45..a28168ef13c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGetStringStringString.java index f47bffcc2095..b434a09e7ba9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/AsyncGetIamPolicy.java index 809947dd65c0..508403bc0553 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicy.java index 76de58304bf1..937d86fa6792 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicyStringStringString.java index 107d71981ba8..712862913989 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsert.java index 304a5a0d3da1..8cab21622a82 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsertLRO.java index d5c45d5524a2..dcdb6ebfa683 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsert.java index 3dd4b8f1e5a8..19decb6a5ac8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsertStringStringNodetemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsertStringStringNodetemplate.java index 644eb63056d2..8a1a7350b945 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsertStringStringNodetemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/insert/SyncInsertStringStringNodetemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncList.java index a8d6d63ebda2..8d73ccedd227 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncListPaged.java index 19ef58de4411..cf9e6e80a4fd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncList.java index bcc197e49d3a..fd45d43e00cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncListStringString.java index ccf75a39eb41..619c17bec559 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/AsyncSetIamPolicy.java index dc96ab38718f..679641c07034 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicy.java index 24f7d864b51c..04bc625bb187 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index b483797cc4f2..d327cf300a00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/AsyncTestIamPermissions.java index bc8cb36b544e..95f1120dc0ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissions.java index 3415739b5d45..cb341bff8752 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index c54317d0d25b..9ee9b1577567 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplates/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplatessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplatessettings/get/SyncGet.java index 75516d4f4543..cf2029c3fcd4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplatessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetemplatessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedList.java index a69cd56b1c50..bf7dbc6ea96f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedListPaged.java index 1ae4aa963d8e..401a06d49eb6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedList.java index b3c83d1406e4..af501a0d53d9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedListString.java index 90bb38872720..528b76ad1b3e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetCredentialsProvider.java index b7352c060da0..05ba72c0ab34 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetEndpoint.java index 3c67664a1f68..1261cf77a6cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/AsyncGet.java index 0234b7dc0d7d..c65f3009c248 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGet.java index e15534c750e6..6a1887ecddd7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGetStringStringString.java index a958d81077f7..d68169742586 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncList.java index 15eb60eff072..421fcf79e9f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncListPaged.java index df2db1715188..f048a4989a5b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncList.java index a42cc00fe33c..b3d436ce468d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncListStringString.java index bfd1651d0272..57b0b3fde7fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypessettings/get/SyncGet.java index 6ddc3060ebfc..6fb463e408c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedList.java index 1bc354b3e86d..f635852d69e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedListPaged.java index 44d436051532..328989137c85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedList.java index 5fff11bab594..721aae876ac8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedListString.java index f2636d7ccdee..02c0c2b3590b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetCredentialsProvider.java index 2975024fffcd..bd9cb8096f67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetEndpoint.java index 3fbe008d3467..5113a464f5ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDelete.java index 260a0f219652..23e7bceb3690 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDeleteLRO.java index 0403b57be2bd..3c9139a8aca6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDelete.java index 46167a1ea6c2..2e3bf8ece61f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDeleteStringStringString.java index 4214b5cb2b4c..1de29a984ec2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/AsyncGet.java index 0d07ae053b67..a2571793fd54 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGet.java index ce0df6c2e4c4..d4bc6dbd03c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGetStringStringString.java index 35b73b29bf35..7493a4f830d2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsert.java index ad9bc9bb3416..7d78e51d9034 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsertLRO.java index 867b3d1eb6d5..149921aa4f70 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsert.java index 194efb396a86..bbf4b3c51091 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsertStringStringPacketmirroring.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsertStringStringPacketmirroring.java index a675173e6220..88f3a3d5fb09 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsertStringStringPacketmirroring.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/insert/SyncInsertStringStringPacketmirroring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncList.java index 208f5401cb17..f0d2845e67fc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncListPaged.java index e1408eb70125..38b6776598cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncList.java index 751b56c4ccc4..3fdba202c4a8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncListStringString.java index f258090f2e2f..d0384e4d038c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatch.java index 5a59128775f5..4b08c05b7460 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatchLRO.java index 23bb9c5273c4..0530e67bbf40 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatch.java index 8ec31810d0d7..19988e506525 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatchStringStringStringPacketmirroring.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatchStringStringStringPacketmirroring.java index 4b0460fc2b9a..308c9a9a4356 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatchStringStringStringPacketmirroring.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/patch/SyncPatchStringStringStringPacketmirroring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/AsyncTestIamPermissions.java index 9ee7046d7b52..45ee4376f80b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissions.java index bad550154791..c826a94f9e5f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index a51593ea2658..0359ce1ecc59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirrorings/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirroringssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirroringssettings/get/SyncGet.java index 6098fd109277..d320ff54d8a3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirroringssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/packetmirroringssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetCredentialsProvider.java index 15319433b28d..c220296c68b8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetEndpoint.java index a7c7aab67438..7854b20a893e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHost.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHost.java index c88f30ad12b8..741d6fb22387 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHost.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHostLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHostLRO.java index 68eda3e5a1b0..94f1d5df4e18 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHostLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/AsyncDisableXpnHostLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHost.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHost.java index 554cedbf9808..8f572c5ef5d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHost.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHostString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHostString.java index 7a852f7d6d75..bdacfd4837fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHostString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnhost/SyncDisableXpnHostString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResource.java index 1b4f83c78f34..61c8c28f456c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResourceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResourceLRO.java index 9e6a6e4f2e9f..33efcdeddad0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResourceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/AsyncDisableXpnResourceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResource.java index 69753dfeb80f..8fb2e0bdbc4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResourceStringProjectsdisablexpnresourcerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResourceStringProjectsdisablexpnresourcerequest.java index e43e4b2e2717..b43e8b04d36d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResourceStringProjectsdisablexpnresourcerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/disablexpnresource/SyncDisableXpnResourceStringProjectsdisablexpnresourcerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHost.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHost.java index aa81a1b71285..b488fd3a337b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHost.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHostLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHostLRO.java index 5e87d678b329..f2668d146b04 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHostLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/AsyncEnableXpnHostLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHost.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHost.java index 1b331e1347d8..9fefe81ee5dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHost.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHostString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHostString.java index 528b13b0fbd3..2f8ffe5c8c78 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHostString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnhost/SyncEnableXpnHostString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResource.java index ce92714b7c07..e8aff41e3c4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResourceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResourceLRO.java index 27081f62d67c..d04d5daa82a1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResourceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/AsyncEnableXpnResourceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResource.java index 0b930c17b192..3b0312dd0b66 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResourceStringProjectsenablexpnresourcerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResourceStringProjectsenablexpnresourcerequest.java index cf8b2c62e9b9..b962326eead2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResourceStringProjectsenablexpnresourcerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/enablexpnresource/SyncEnableXpnResourceStringProjectsenablexpnresourcerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/AsyncGet.java index c091c8b999bc..abfbeec25797 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGet.java index 89748793333a..2232f7bf3c6c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGetString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGetString.java index dac266b3ed6d..d00e896386f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGetString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/get/SyncGetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/AsyncGetXpnHost.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/AsyncGetXpnHost.java index 48bd2d34bbdc..1bd01792d997 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/AsyncGetXpnHost.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/AsyncGetXpnHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHost.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHost.java index 379bb51b67b8..ca6414795eea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHost.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHostString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHostString.java index 60b427314b02..ed6e29b8448a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHostString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnhost/SyncGetXpnHostString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResources.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResources.java index 49ded9ea0098..e1ad324025e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResources.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResourcesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResourcesPaged.java index 8b46347aa320..9c86f5643a27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResourcesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/AsyncGetXpnResourcesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResources.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResources.java index 3dac741a8bba..85e705fcb76c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResources.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResourcesString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResourcesString.java index 39b73cb8b1c0..2cc233eb7ccb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResourcesString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/getxpnresources/SyncGetXpnResourcesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHosts.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHosts.java index 4a77d6fccbc8..6b78d191a1f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHosts.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHosts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHostsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHostsPaged.java index de908453ae70..6a1dbe56057b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHostsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/AsyncListXpnHostsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHosts.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHosts.java index 2f1b9bfcbbad..e372dacf5eed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHosts.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHosts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHostsStringProjectslistxpnhostsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHostsStringProjectslistxpnhostsrequest.java index 27f95c376699..cf428091b98b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHostsStringProjectslistxpnhostsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/listxpnhosts/SyncListXpnHostsStringProjectslistxpnhostsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDisk.java index 895839cb0c7c..d9c59e2cb1f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDiskLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDiskLRO.java index 80bf98a05ec3..cfe31bfb25a1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDiskLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/AsyncMoveDiskLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDisk.java index 4bc3638d5c48..58e4e6c3d5c1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDiskStringDiskmoverequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDiskStringDiskmoverequest.java index 9d422239b240..7563da128c2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDiskStringDiskmoverequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/movedisk/SyncMoveDiskStringDiskmoverequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstance.java index d0407cac5892..e92a640af8e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstanceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstanceLRO.java index 31b2f47f2f0e..4e6b0fee12c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstanceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/AsyncMoveInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstance.java index 50f6370b8632..c8d0446a845b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstanceStringInstancemoverequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstanceStringInstancemoverequest.java index ac52f1649555..580dc4c62949 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstanceStringInstancemoverequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/moveinstance/SyncMoveInstanceStringInstancemoverequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadata.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadata.java index 2be53e8f64fd..7a804bdb2147 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadata.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadataLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadataLRO.java index 4c9de7ecae77..1743a7958ac1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadataLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/AsyncSetCommonInstanceMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadata.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadata.java index afee6e08292d..cf1a922916bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadata.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadataStringMetadata.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadataStringMetadata.java index 5113f971d385..1dc8c2b0445a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadataStringMetadata.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setcommoninstancemetadata/SyncSetCommonInstanceMetadataStringMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTier.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTier.java index ee1943f751da..3fc24f06d944 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTier.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTier.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTierLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTierLRO.java index 494ee5277376..bc91669d8ece 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTierLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/AsyncSetDefaultNetworkTierLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTier.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTier.java index a963871c9937..638bf7ae8732 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTier.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTier.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTierStringProjectssetdefaultnetworktierrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTierStringProjectssetdefaultnetworktierrequest.java index f0c0cc87a339..c9c03a9f6cfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTierStringProjectssetdefaultnetworktierrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setdefaultnetworktier/SyncSetDefaultNetworkTierStringProjectssetdefaultnetworktierrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucket.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucket.java index da4b03ed0b10..cae7c82736e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucket.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucketLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucketLRO.java index 9d4ad924f769..8a094d318aab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucketLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/AsyncSetUsageExportBucketLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucket.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucket.java index d49d9ca90b9e..3cd2df627bfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucket.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucketStringUsageexportlocation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucketStringUsageexportlocation.java index 4ca7c4d6232c..d07d0b5dc5c1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucketStringUsageexportlocation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projects/setusageexportbucket/SyncSetUsageExportBucketStringUsageexportlocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projectssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projectssettings/get/SyncGet.java index 09767e0fbc36..4087bd49209e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projectssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/projectssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounce.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounce.java index 790263a80b30..3e8a4285f29d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounce.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounce.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounceLRO.java index 636e4212e769..f6a71ed0d6b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/AsyncAnnounceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounce.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounce.java index 4e8b31ada303..807845d9ae0f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounce.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounce.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounceStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounceStringString.java index 61c2b179dff2..43de12325468 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounceStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/announce/SyncAnnounceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetCredentialsProvider.java index 75cde8ceee84..ad2606b8c71f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetEndpoint.java index acdd6fd60767..f6473d300d32 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDelete.java index fe53ccbaba34..06b7dbf1a3e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDeleteLRO.java index 881389d2ec19..dae5ee70bcc9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDelete.java index bcd1ebb5b2c5..42e858bcdc67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDeleteStringString.java index 033ea005bb47..1ac281372ebf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/AsyncGet.java index 6c0ffda05178..4a1adf1cf1e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGet.java index e59b82d9dd2f..9ea607f7d56c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGetStringString.java index f26b73a18fc0..a667838528e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsert.java index cb5dd11d8967..42f006bc1db8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsertLRO.java index c91eccacc41d..6c0a2ad7486a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsert.java index d1982dcd730e..6b73fb19bc11 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsertStringPublicadvertisedprefix.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsertStringPublicadvertisedprefix.java index a14715c6084b..75132962e06e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsertStringPublicadvertisedprefix.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/insert/SyncInsertStringPublicadvertisedprefix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncList.java index b721e26e3b2b..8bbc9b76afc2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncListPaged.java index 23094227dfad..7a0479b187fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncList.java index e76900c2bc67..68c26f28d6a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncListString.java index 63a6ce24a9c0..d387eac0f9b7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatch.java index eb78b5601b19..dcea551a8f47 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatchLRO.java index cfc6ffb94a50..c3bfb1c5f796 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatch.java index c4a1818d74ca..8ced90d007a1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatchStringStringPublicadvertisedprefix.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatchStringStringPublicadvertisedprefix.java index d66c69f3a090..e2e7f684ba24 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatchStringStringPublicadvertisedprefix.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/patch/SyncPatchStringStringPublicadvertisedprefix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdraw.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdraw.java index ffedda1aae5a..a9f4307e896c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdraw.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdraw.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdrawLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdrawLRO.java index 858d15d1116c..6fba6b75b4f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdrawLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/AsyncWithdrawLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdraw.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdraw.java index 5c68108286e1..e406894d6936 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdraw.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdraw.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdrawStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdrawStringString.java index 97d9099ec982..8cc991f04680 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdrawStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixes/withdraw/SyncWithdrawStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixessettings/get/SyncGet.java index 575cea21c0f9..9a665fbf8ac7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicadvertisedprefixessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedList.java index a3fe405417b4..2bc853b47dbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedListPaged.java index b290ca73aa2d..b4a73bcfba68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedList.java index e48e9f03de84..27f6ed6a3d04 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedListString.java index 2bfa5f70078b..9eb12208ebad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounce.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounce.java index e3e48d55d919..8d604948c9a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounce.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounce.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounceLRO.java index 29372b40652e..18c02e2354a3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/AsyncAnnounceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounce.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounce.java index b94e154e4fa1..77ad26c6949a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounce.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounce.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounceStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounceStringStringString.java index d3666ba012b4..b883adbffbe2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounceStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/announce/SyncAnnounceStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java index aa706f59254a..88c0ac9daa24 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetEndpoint.java index 7d2fd3ae5605..1e387da58863 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDelete.java index 9c49790f1f8a..c3d1074c99f3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDeleteLRO.java index febdfda41e1c..83926a38b770 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDelete.java index 97f0592289e9..5490b753a835 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDeleteStringStringString.java index 74b1864df878..e01b346bb2a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/AsyncGet.java index b25ad46a2a11..cf51282aec88 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGet.java index 386474e4d380..35fb93355f8a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGetStringStringString.java index d69194f12444..8c148ee3384d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsert.java index 5b07d6929317..3f5ed6e7fe25 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsertLRO.java index 915fe9dbc17c..7785149b9be4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsert.java index ad785a74894b..66eee4ffd0f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsertStringStringPublicdelegatedprefix.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsertStringStringPublicdelegatedprefix.java index 431d0729541c..8e25b3fc9d03 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsertStringStringPublicdelegatedprefix.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/insert/SyncInsertStringStringPublicdelegatedprefix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncList.java index 14d69c3abdd7..bab2f12f16a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncListPaged.java index a9a0f32fddff..624facd86642 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncList.java index 18a4481cb798..b603d96d1c67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncListStringString.java index 347a62d104f0..06d9a8a5a5dc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatch.java index 92177a1392bd..aaca15560abc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatchLRO.java index 1854786f4f77..02ab6d0618ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatch.java index 1fda860d8c13..deb09b809073 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatchStringStringStringPublicdelegatedprefix.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatchStringStringStringPublicdelegatedprefix.java index ca63bf13f819..db597452864f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatchStringStringStringPublicdelegatedprefix.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/patch/SyncPatchStringStringStringPublicdelegatedprefix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdraw.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdraw.java index 304697ede770..98fa47f0c7cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdraw.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdraw.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdrawLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdrawLRO.java index c20a8e7baeff..987fe9d83eae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdrawLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/AsyncWithdrawLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdraw.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdraw.java index 1c969bab1659..037808d6f01e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdraw.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdraw.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdrawStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdrawStringStringString.java index dfc1ba222a5d..af731270f660 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdrawStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixes/withdraw/SyncWithdrawStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixessettings/get/SyncGet.java index 463f1bf825a9..eb340c5e26df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/publicdelegatedprefixessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetCredentialsProvider.java index 2128a6524be5..5b6f9a3a8536 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetEndpoint.java index d9ae080b5075..aea2826f5e80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDelete.java index af7b1f0ee64f..0432e87ee6f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDeleteLRO.java index 0b82b2f42e16..11737df8838c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDelete.java index 1edd6bbc5cd2..6b2423aa4af7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDeleteStringStringString.java index fe6e8aedf7f7..bb3ec44c7407 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/AsyncGet.java index 3d0c57cff426..03b09a8b6629 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGet.java index 619a5ee8adb5..2412fe9f4aea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGetStringStringString.java index f9cb30e3c2d3..1d04683d1a7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsert.java index 2544166c9544..e4baa57742be 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsertLRO.java index 9dcac2c27e82..78a03c1fb875 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsert.java index 3297348b871f..0cf6e0ffb1ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsertStringStringAutoscaler.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsertStringStringAutoscaler.java index 5949b0519a39..ec6487063327 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsertStringStringAutoscaler.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/insert/SyncInsertStringStringAutoscaler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncList.java index a4e7944baaae..2a5861e44e9d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncListPaged.java index faabe16a2d75..d1223aade8db 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncList.java index d1d7b638aada..57f23ba1f152 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncListStringString.java index 7719c8932096..41a0acf3ba20 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatch.java index 06ad4ca8f928..d09f26f9a5bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatchLRO.java index e4fffda72752..b54644fdb92d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatch.java index 5f37810e37b0..3c1feb46d883 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatchStringStringAutoscaler.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatchStringStringAutoscaler.java index a27ab861ca3d..9264b9d9af30 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatchStringStringAutoscaler.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/patch/SyncPatchStringStringAutoscaler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdate.java index 8a6aba005b4e..786047f43558 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdateLRO.java index a0c0ae144df4..85c271dd773d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdate.java index 75c766afdd01..cc63c6f1e4cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdateStringStringAutoscaler.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdateStringStringAutoscaler.java index 5b80654dd3d8..adccc565ac2f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdateStringStringAutoscaler.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalers/update/SyncUpdateStringStringAutoscaler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalerssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalerssettings/get/SyncGet.java index 2201336c71cd..f39ee8b86b18 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalerssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionautoscalerssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetCredentialsProvider.java index 0749ab2c58b3..2a692f3b161f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetEndpoint.java index dd9ffee8d00d..afeeab658571 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDelete.java index 287805ddb5bb..16d1609dc7ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDeleteLRO.java index c20f3122ce63..9f22fb8afa75 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDelete.java index 038ae09e07a4..ef453c0eacd6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDeleteStringStringString.java index be5a88d4a789..7b596374d8e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/AsyncGet.java index 3257599fa0ab..194533a8888f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGet.java index 88fe8edad3b0..18b218feb6d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGetStringStringString.java index e768856b2bd5..8ad7a780b1a8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/AsyncGetHealth.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/AsyncGetHealth.java index 9921640f6310..e7894cc3d2db 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/AsyncGetHealth.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/AsyncGetHealth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealth.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealth.java index 25d58c3fb2fc..8ed56536f332 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealth.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealthStringStringStringResourcegroupreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealthStringStringStringResourcegroupreference.java index 83b7252efb37..27a1cdbfa621 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealthStringStringStringResourcegroupreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/gethealth/SyncGetHealthStringStringStringResourcegroupreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/AsyncGetIamPolicy.java index c932aded6246..b89f021242e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicy.java index 8a3d3fd7d297..04ce6edec198 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicyStringStringString.java index a8ad0f99b1d5..f9e1ed99e476 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsert.java index 6205283edebe..09861628ab00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsertLRO.java index 8c2a9269c8d1..0976e9dae066 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsert.java index 8f2f5ba90b04..6850614b3478 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsertStringStringBackendservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsertStringStringBackendservice.java index bcde89b14f9f..32e0b46ea7b8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsertStringStringBackendservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/insert/SyncInsertStringStringBackendservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncList.java index c766be7c4a2d..c5bc3fdbf27c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncListPaged.java index bcc863711252..5c1ae5deffc7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncList.java index 6ea56cc02577..b657500b0290 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncListStringString.java index 2029940cd3b4..b4bb52f8a911 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsable.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsable.java index fab371cc34c6..a1691f8e5f1a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsable.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsablePaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsablePaged.java index e0f4fe12e105..4b74f5d0126f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsablePaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/AsyncListUsablePaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsable.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsable.java index 781d83549914..494cedd67f47 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsable.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsableStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsableStringString.java index eb907863c0c8..e897ab6d2c5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsableStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/listusable/SyncListUsableStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatch.java index a7271bc0eddf..43aebf5938c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatchLRO.java index 90e85176e693..a1643caa2481 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatch.java index 980fb4c3bf07..cd71a4189ae2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatchStringStringStringBackendservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatchStringStringStringBackendservice.java index 59851accc1bc..bd46171e8f60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatchStringStringStringBackendservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/patch/SyncPatchStringStringStringBackendservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/AsyncSetIamPolicy.java index 9cf7f6c611b3..e815e5979cca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicy.java index ddd63ba2fe7e..3d75d740c9b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index 1d48a6c2acd3..a62a62b6614c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java index 4fef9e1fa265..851b7b409e36 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java index 8af634e6db28..b16b461c4cdd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicy.java index b7a0d0bf0072..a0602e14d35e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java index 8db73c73dbdc..0f6cd7217e17 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/AsyncTestIamPermissions.java index ab0cbf9944e5..6587c89f983f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissions.java index d43670e30717..dc71cfc5140c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 67baedae3d80..983a4cffa201 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdate.java index 62b6caa9601f..551a28b8b7da 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdateLRO.java index c60de46447f3..42a686f36839 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdate.java index a406afb86a0f..865814e85ff4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdateStringStringStringBackendservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdateStringStringStringBackendservice.java index 712d7e64dfa8..eb8f6f43ba32 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdateStringStringStringBackendservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservices/update/SyncUpdateStringStringStringBackendservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservicessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservicessettings/get/SyncGet.java index ca7ba632cc77..fb368a113f20 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservicessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionbackendservicessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedList.java index 258701b0d92b..366a1d3ace41 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedListPaged.java index fba9cd1c8b5f..ceb1ed87801b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedList.java index 6dd0b3c81a1d..c47f8758e395 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedListString.java index 8cb42d799f9e..d2d0ed99d200 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetCredentialsProvider.java index fcca13dfef23..36026eab1a91 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetEndpoint.java index edf8dbef0cb8..493443802346 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/AsyncGet.java index cb2503094410..55d36b553806 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGet.java index 80899492ec1d..234ebd59ead1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGetStringStringString.java index 1fc9da033b5e..ced59af89eda 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsert.java index 42dbe576baee..547f81cbe35f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsertLRO.java index d9704a08730e..8023c951e023 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsert.java index 4b912c613206..e8a1ebbae9c0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsertStringStringCommitment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsertStringStringCommitment.java index 823359eebc8c..1b557672d8b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsertStringStringCommitment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/insert/SyncInsertStringStringCommitment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncList.java index 05b1d55e33e2..cad0f44ea700 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncListPaged.java index cbdb929fbb52..ba7352a5613b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncList.java index ffbe725374b8..ddb98c907463 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncListStringString.java index 42e62fd4048f..194f3d12bbe7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdate.java index 276afffce855..1a7b77a20c17 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdateLRO.java index 730408f86cdf..c511c34a5db5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdate.java index 16f0b00a2ed8..8c2062375706 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdateStringStringStringCommitment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdateStringStringStringCommitment.java index 2d58f43c648a..228b3dca4068 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdateStringStringStringCommitment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitments/update/SyncUpdateStringStringStringCommitment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitmentssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitmentssettings/get/SyncGet.java index 2371a52ccf25..1f2cf03a294e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitmentssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioncommitmentssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePolicies.java index 2b9a639de606..823b6a448601 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java index 7ef67cab705b..1cde9247b9d8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/AsyncAddResourcePoliciesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePolicies.java index e353758eb3c2..abf294617bed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringRegiondisksaddresourcepoliciesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringRegiondisksaddresourcepoliciesrequest.java index ac9e795599b6..5d477fdf10e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringRegiondisksaddresourcepoliciesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/addresourcepolicies/SyncAddResourcePoliciesStringStringStringRegiondisksaddresourcepoliciesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsert.java index 23d668d96d38..5fda78769312 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsertLRO.java index 6a4938fd5623..3a682678b016 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/AsyncBulkInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsert.java index d59e513c4efb..7188013b477c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java index 1dcd4f8a5050..46157e53faeb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/bulkinsert/SyncBulkInsertStringStringBulkinsertdiskresource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetCredentialsProvider.java index b982fe394b49..6e003793535f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetEndpoint.java index 6204f4ef8441..7b9d1c1436d8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshot.java index ba53da25bc01..9ced9a6a6c42 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshotLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshotLRO.java index 9c02a9d3176a..0204a72152f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshotLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/AsyncCreateSnapshotLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshot.java index 67c010fbc76f..0356a586a107 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java index a50ae3647e08..2d8cf9f91354 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/createsnapshot/SyncCreateSnapshotStringStringStringSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDelete.java index f0850d3e1b85..4ff0c3b8df52 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDeleteLRO.java index b8debca6307c..d09e0d82765f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDelete.java index 4088612ed928..6ffc07b1b284 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDeleteStringStringString.java index e3b3dec54b07..66fe2c1b904a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/AsyncGet.java index e6ca11aef044..2b6eefa18b05 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGet.java index e10353d4dbd6..b1d7c1bfb7bb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGetStringStringString.java index db2d7075ab91..ab508e2db4e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/AsyncGetIamPolicy.java index 04c4efa7ac7f..6bb3fa727ec0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicy.java index dec3d00114e8..dbd34770609d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicyStringStringString.java index 1fd00f01f887..2b47bc58ad5d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsert.java index ef38de194323..7982caa00b8c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsertLRO.java index f12288a251da..562facd1f421 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsert.java index b15208a6dd0f..29e63022f5ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsertStringStringDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsertStringStringDisk.java index 9cc8fd1f9229..a7fd6f5074ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsertStringStringDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/insert/SyncInsertStringStringDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncList.java index add299743f14..ee5feee18449 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncListPaged.java index 6e2cd549734d..20a72de3b684 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncList.java index 3b4379044af9..7244bd2adb3a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncListStringString.java index 2384dfe04ac3..146403e1cb60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePolicies.java index 3fe5bd1ba0e4..e1b92f9cb799 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java index f190f8821486..7985bc7628bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/AsyncRemoveResourcePoliciesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePolicies.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePolicies.java index 8d1cd3407abf..839acebccfd4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePolicies.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringRegiondisksremoveresourcepoliciesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringRegiondisksremoveresourcepoliciesrequest.java index 7e0dea7f09a6..de859ecaeafb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringRegiondisksremoveresourcepoliciesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/removeresourcepolicies/SyncRemoveResourcePoliciesStringStringStringRegiondisksremoveresourcepoliciesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResize.java index 5779f8e0690b..7e71deb8b9ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResizeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResizeLRO.java index 2b8c93b5d212..7604c382489d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResizeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/AsyncResizeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResize.java index 33f05e665912..13cd8cab39fe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResizeStringStringStringRegiondisksresizerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResizeStringStringStringRegiondisksresizerequest.java index c84cbc568123..e9f2afb0bb00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResizeStringStringStringRegiondisksresizerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/resize/SyncResizeStringStringStringRegiondisksresizerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/AsyncSetIamPolicy.java index 6fdb768cbc03..75f9961f3971 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicy.java index 8dca3d326057..055edcce7719 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index 6c359adb7534..b3e39d670e09 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabels.java index d659388efe00..677e9db64010 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabelsLRO.java index e941938c2a8f..a3aced79fba1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabels.java index c35988db9c8e..3d9f0d77c142 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index aebf547b9547..ca9c764c8855 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplication.java index 01591e1b894b..8c3c6e7696e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplicationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplicationLRO.java index 1706bbeb294d..30a3f89ede81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplicationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/AsyncStartAsyncReplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplication.java index f2c3da520a7a..4367fd755322 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplicationStringStringStringRegiondisksstartasyncreplicationrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplicationStringStringStringRegiondisksstartasyncreplicationrequest.java index 4aab3ded3f11..933d1f16396f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplicationStringStringStringRegiondisksstartasyncreplicationrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/startasyncreplication/SyncStartAsyncReplicationStringStringStringRegiondisksstartasyncreplicationrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplication.java index 349677cb4571..4a6c77e491f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java index ee407b8437db..59d0d9c53ced 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/AsyncStopAsyncReplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplication.java index 938c2dcbf5fb..9315da9b0480 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java index f2f26f04217b..9d91f1be73f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopasyncreplication/SyncStopAsyncReplicationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java index e4dd323b3854..948e936850d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java index c8cbd3893952..1ffd3169bd7d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/AsyncStopGroupAsyncReplicationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java index 29fbe6f6e703..0977ad973fe2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java index 1127bffd7000..c46ccffa2d5e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/stopgroupasyncreplication/SyncStopGroupAsyncReplicationStringStringDisksstopgroupasyncreplicationresource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/AsyncTestIamPermissions.java index 73fce0bcdac1..1ea1a6b04f4b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissions.java index 0813514e7fe7..aab488966f12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 8c82f947d6c7..ebc705b056a3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdate.java index 7deb1d291c32..ce57d58455cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdateLRO.java index e8723dbd5f85..b8947731ef55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdate.java index 24feef8425f5..29709710b076 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdateStringStringStringDisk.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdateStringStringStringDisk.java index a086ca7b7868..d8540982ac61 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdateStringStringStringDisk.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisks/update/SyncUpdateStringStringStringDisk.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondiskssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondiskssettings/get/SyncGet.java index 549d74e2030b..c549fba0f65e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondiskssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondiskssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetCredentialsProvider.java index 1a0093f4a999..5dd66c2725e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetEndpoint.java index da948bf5e57d..aa68d9143077 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/AsyncGet.java index 153834cf02fb..1ad708283681 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGet.java index a17ecc4944b6..515a9114e83b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGetStringStringString.java index e7b3d539c56b..0c761d41413f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncList.java index 1bc0e6ac0cca..e0630beeaabd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncListPaged.java index 4c72f036219f..ebacfc061553 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncList.java index b7f490df21fd..25238d922357 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncListStringString.java index 0b9f32f7464c..333dcb223d58 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypes/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypessettings/get/SyncGet.java index d52161923628..6ebf925a31de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiondisktypessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetCredentialsProvider.java index 869f152b95d5..c75111335d13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetEndpoint.java index dad8415b46ed..7d9a10b1e884 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDelete.java index d899c2c9d81a..407b217c3994 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDeleteLRO.java index 89097fb2422b..24b4223218e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDelete.java index b7590a71274f..f912197d3211 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDeleteStringStringString.java index 49898fad8219..8d4a8d3e7211 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/AsyncGet.java index 0bb559bbfe93..df257d44a7a9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGet.java index 0691041ffa4e..f8418a70dab1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGetStringStringString.java index cf6fa2f28e0d..ffece3949d16 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsert.java index e9dd3ec30c27..db146fa1d9ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsertLRO.java index 0366812c24a5..c7f871c03847 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsert.java index 65c8acab3f3b..3caf43fc8cd6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsertStringStringHealthcheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsertStringStringHealthcheck.java index 44ef9bfa247f..cdf3772c40aa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsertStringStringHealthcheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/insert/SyncInsertStringStringHealthcheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncList.java index a9a10f5ae7db..9f33f1e65e1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncListPaged.java index 8c19a7921d60..56bd6ca16425 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncList.java index 53fb36657274..564b1226e97f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncListStringString.java index 2bba9c35fd87..9780f02663f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatch.java index 83082b948bed..b1e04f21f981 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatchLRO.java index d553d520f032..80bb4e0e0058 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatch.java index 433ed596ea3c..76f7f2b422da 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatchStringStringStringHealthcheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatchStringStringStringHealthcheck.java index aef91d99c237..fc3be29529b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatchStringStringStringHealthcheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/patch/SyncPatchStringStringStringHealthcheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdate.java index 0223519cf85a..ed83892dfa07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdateLRO.java index 1e77ab3e20bc..888c527df737 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdate.java index 348870e9328f..680c0aff241e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdateStringStringStringHealthcheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdateStringStringStringHealthcheck.java index a56607ef2936..c908d582f98b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdateStringStringStringHealthcheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthchecks/update/SyncUpdateStringStringStringHealthcheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetCredentialsProvider.java index 9e31a3714776..5eb7808172dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetEndpoint.java index c0a635e2c719..eed7261a8ef4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDelete.java index bd1a43b993d9..60f6c8e47c6b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDeleteLRO.java index 9b1e8ddaf5bf..b98ae618fc8f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDelete.java index 45998b7ce4f1..44abb7172270 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDeleteStringStringString.java index 34e50c40f866..4cb1dcbdb872 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/AsyncGet.java index aabf42f2fa99..3866b9b29c85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGet.java index 61fd47134fa2..a9ce7222c891 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGetStringStringString.java index bc3d5dccf221..a04a6917c705 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsert.java index 0ebdb83f15ce..1b1ce9f9709c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsertLRO.java index 3fe653d48929..0526d91a0aef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsert.java index 0445b3133c56..270c8fd8dd7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsertStringStringHealthcheckservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsertStringStringHealthcheckservice.java index 1cad4b649bea..325cd125ed15 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsertStringStringHealthcheckservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/insert/SyncInsertStringStringHealthcheckservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncList.java index d36f9519f9dd..38f6cc52aacc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncListPaged.java index 36d684a6affe..d84fb4e65c6d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncList.java index 5b2460a9ae92..c8c34a0157fc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncListStringString.java index 3490364b0318..893c74571593 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatch.java index a0517001c1e6..652ae865b1f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatchLRO.java index 446a414edb63..477b52181979 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatch.java index 5629c9a404d0..595c459d9675 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatchStringStringStringHealthcheckservice.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatchStringStringStringHealthcheckservice.java index 3981f7ec5603..149af117f698 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatchStringStringStringHealthcheckservice.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservices/patch/SyncPatchStringStringStringHealthcheckservice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservicessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservicessettings/get/SyncGet.java index a13aa18f12bb..81b3435e342c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservicessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckservicessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckssettings/get/SyncGet.java index 1e907b1a2de4..374cc3664a49 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionhealthcheckssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstances.java index 62d052d20449..d29408431a7d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java index 3281029ca288..30537e5d70a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/AsyncAbandonInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstances.java index 009cfec94a52..d1396ca4c312 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringRegioninstancegroupmanagersabandoninstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringRegioninstancegroupmanagersabandoninstancesrequest.java index a42a3cb22bd5..3ee33b31537f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringRegioninstancegroupmanagersabandoninstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/abandoninstances/SyncAbandonInstancesStringStringStringRegioninstancegroupmanagersabandoninstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java index ac3e4cb85ab3..c7876b312be6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java index 9f90553e1a9b..d6084b82036d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/AsyncApplyUpdatesToInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java index 6a733b0535dc..0237bf8fe85b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringRegioninstancegroupmanagersapplyupdatesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringRegioninstancegroupmanagersapplyupdatesrequest.java index 8f94679efe2d..d00bdee494d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringRegioninstancegroupmanagersapplyupdatesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/applyupdatestoinstances/SyncApplyUpdatesToInstancesStringStringStringRegioninstancegroupmanagersapplyupdatesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetCredentialsProvider.java index 409c6f503179..4106fb253702 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetEndpoint.java index 28b49ebdb03f..e373d6dae67f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstances.java index 6f98e8a589f0..3c3442cb247c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java index 82bc960143d8..0c53f123ee1a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/AsyncCreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstances.java index ff10c4345d1e..2eaaa484a7ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringRegioninstancegroupmanagerscreateinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringRegioninstancegroupmanagerscreateinstancesrequest.java index c4dd3c1ffbc5..e6e7979b9ad8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringRegioninstancegroupmanagerscreateinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/createinstances/SyncCreateInstancesStringStringStringRegioninstancegroupmanagerscreateinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDelete.java index ee4699aee8fb..9823b4d2ccb8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDeleteLRO.java index dcba17787313..8be7943ef76f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDelete.java index 1070dee82d71..2d7ba6da9ee6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDeleteStringStringString.java index 1bd6e0fa89dc..2a63a4656e6f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstances.java index e4da0d3b383a..6f63772fbc82 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java index c409823b60b0..767e3775be88 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/AsyncDeleteInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstances.java index 02a997c6f3a2..9d57d5b51e39 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringRegioninstancegroupmanagersdeleteinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringRegioninstancegroupmanagersdeleteinstancesrequest.java index ab9080c38b40..0318c14a78b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringRegioninstancegroupmanagersdeleteinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteinstances/SyncDeleteInstancesStringStringStringRegioninstancegroupmanagersdeleteinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java index 2d61dd9b2c37..d38c8bafcc96 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java index 1a7cb33dc921..03d7747f5862 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/AsyncDeletePerInstanceConfigsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java index 435ae2ca6b96..8d207c75d527 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringRegioninstancegroupmanagerdeleteinstanceconfigreq.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringRegioninstancegroupmanagerdeleteinstanceconfigreq.java index 4eed8d53435b..e826ee202f6f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringRegioninstancegroupmanagerdeleteinstanceconfigreq.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/deleteperinstanceconfigs/SyncDeletePerInstanceConfigsStringStringStringRegioninstancegroupmanagerdeleteinstanceconfigreq.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/AsyncGet.java index 7cb988280319..f61a4d85eb1e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGet.java index ecec080b8307..2e6ac719c5c7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGetStringStringString.java index f771240a01bc..d088b5f886af 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsert.java index 743ceb6c7c35..ad0ad05dadfc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsertLRO.java index f26065cd126a..2d6ffb7eb75c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsert.java index 5ccf53755eeb..2ee6513d2645 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java index 737faad460e5..66868b606cd3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/insert/SyncInsertStringStringInstancegroupmanager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncList.java index b5199a088f33..57cfc565090e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncListPaged.java index 1d3917e0cfe9..51ce5b3f9945 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncList.java index b94906f33eb6..d4af45143743 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncListStringString.java index 8b043acbf92f..227d9ebd7676 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrors.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrors.java index c1ddce2efbea..b2c63eccb648 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrors.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrorsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrorsPaged.java index d2d1ff416137..f1f9a0f8e3b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrorsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/AsyncListErrorsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrors.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrors.java index 2b2d8a8f097d..913795c41aa0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrors.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrors.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrorsStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrorsStringStringString.java index a7b4f5462717..90c1166583ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrorsStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listerrors/SyncListErrorsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java index ab915df22cc8..b5513205c796 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java index 1251c8f96136..b388953ae16d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/AsyncListManagedInstancesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java index 79713a87947d..71fba74ee573 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java index 5d976892188a..ead45773d4d5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listmanagedinstances/SyncListManagedInstancesStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java index 5e5a8894921a..58c2bb98ca70 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java index 4e2c880cc661..239730c06604 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/AsyncListPerInstanceConfigsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java index 8618c13673ab..c203099f195a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java index b1c9ec5c38c8..495cc104694a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/listperinstanceconfigs/SyncListPerInstanceConfigsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatch.java index a2a0d189a540..5e566a4e2b1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatchLRO.java index 34a7f493ceb7..af83649f50a8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatch.java index 1b6e3769c7a8..66a2c4ee5581 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java index cdab53535f8e..df1940c8bfe6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patch/SyncPatchStringStringStringInstancegroupmanager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java index 7cf188176e8c..d6c12dd2c1ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java index ef4feaff44e1..765749e32000 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/AsyncPatchPerInstanceConfigsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java index 1abcf39d377b..6c80fc4ccdc3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringRegioninstancegroupmanagerpatchinstanceconfigreq.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringRegioninstancegroupmanagerpatchinstanceconfigreq.java index 844efdd937c1..45eefaf633be 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringRegioninstancegroupmanagerpatchinstanceconfigreq.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/patchperinstanceconfigs/SyncPatchPerInstanceConfigsStringStringStringRegioninstancegroupmanagerpatchinstanceconfigreq.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstances.java index 5e643b7faabe..c7bc6901fa6f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java index df09ff5e58eb..fba5f4c052ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/AsyncRecreateInstancesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstances.java index fb9a3d5e4ab8..65b66665a5ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringRegioninstancegroupmanagersrecreaterequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringRegioninstancegroupmanagersrecreaterequest.java index 3c98441593c2..8824f0b4c307 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringRegioninstancegroupmanagersrecreaterequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/recreateinstances/SyncRecreateInstancesStringStringStringRegioninstancegroupmanagersrecreaterequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResize.java index 9ee176c5ac36..91f1c55d7e88 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResizeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResizeLRO.java index d2df917beee7..f6ccbfa1a17d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResizeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/AsyncResizeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResize.java index bbb550c1c58d..e72be19dac22 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResizeStringStringStringInt.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResizeStringStringStringInt.java index c63bb5cfbeea..fed883b907ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResizeStringStringStringInt.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/resize/SyncResizeStringStringStringInt.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java index 709e327eafda..bcfcd5573b45 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java index 82f38446e7e2..62b8ef8e8d47 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/AsyncSetInstanceTemplateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java index c54c48ee7168..4a70b86ac0c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringRegioninstancegroupmanagerssettemplaterequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringRegioninstancegroupmanagerssettemplaterequest.java index 358dfc5e9b0e..7c09d344b2f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringRegioninstancegroupmanagerssettemplaterequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/setinstancetemplate/SyncSetInstanceTemplateStringStringStringRegioninstancegroupmanagerssettemplaterequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPools.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPools.java index eba2b56af8e5..1cf5823a776a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPools.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java index 2fe4a4bce0d6..5ec5fd9b11a0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/AsyncSetTargetPoolsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPools.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPools.java index a705174cc21b..e6edd4b8938e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPools.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringRegioninstancegroupmanagerssettargetpoolsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringRegioninstancegroupmanagerssettargetpoolsrequest.java index 717c3ffdaef8..8e226288f4f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringRegioninstancegroupmanagerssettargetpoolsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/settargetpools/SyncSetTargetPoolsStringStringStringRegioninstancegroupmanagerssettargetpoolsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java index f41061b68676..eb0269667df2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java index e4c13bcad557..1a3845c145f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/AsyncUpdatePerInstanceConfigsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java index 90070fd50ca2..792d57c25ebb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringRegioninstancegroupmanagerupdateinstanceconfigreq.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringRegioninstancegroupmanagerupdateinstanceconfigreq.java index 681a86efffc7..d5b7727ece8f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringRegioninstancegroupmanagerupdateinstanceconfigreq.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagers/updateperinstanceconfigs/SyncUpdatePerInstanceConfigsStringStringStringRegioninstancegroupmanagerupdateinstanceconfigreq.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagerssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagerssettings/get/SyncGet.java index 181042b46ea9..c3c2e4ffe02b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagerssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupmanagerssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetCredentialsProvider.java index e2eb37b89dbc..90afcec90538 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetEndpoint.java index ea00e7e4b3a1..10f1031e35c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/AsyncGet.java index 04a240bdeb3a..7fb667ef575b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGet.java index 738ee98ef000..aaa79d349de7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGetStringStringString.java index dbe52c82200d..33e811bad430 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncList.java index b162b82d7176..de7983833e80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncListPaged.java index 757583922691..8c21709aecbd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncList.java index e5505def0bbb..2bb84c6c17c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncListStringString.java index 9e1e0e6ab414..03c7c4609590 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstances.java index 9d85086e4d45..5cc0ea5cbade 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstancesPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstancesPaged.java index 7c40c6c6bfa1..deeba1764fc8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstancesPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/AsyncListInstancesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstances.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstances.java index be17b08a2cb8..e8a5d28f55e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstances.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstancesStringStringStringRegioninstancegroupslistinstancesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstancesStringStringStringRegioninstancegroupslistinstancesrequest.java index daa7ec934426..46d3682b4066 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstancesStringStringStringRegioninstancegroupslistinstancesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/listinstances/SyncListInstancesStringStringStringRegioninstancegroupslistinstancesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPorts.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPorts.java index eacac2032ef2..fb59baec0fc1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPorts.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPortsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPortsLRO.java index 6320d3ac5f05..aa0482eaee57 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPortsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/AsyncSetNamedPortsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPorts.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPorts.java index 9f0d38190641..a187355747c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPorts.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPortsStringStringStringRegioninstancegroupssetnamedportsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPortsStringStringStringRegioninstancegroupssetnamedportsrequest.java index 70660bd1b250..087f01ad7323 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPortsStringStringStringRegioninstancegroupssetnamedportsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroups/setnamedports/SyncSetNamedPortsStringStringStringRegioninstancegroupssetnamedportsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupssettings/get/SyncGet.java index 6239ffcc345c..0a4e19520787 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancegroupssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsert.java index 1b8acfb442af..799dc14bb864 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsertLRO.java index ef9eb15372ee..28f8108eaf92 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/AsyncBulkInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsert.java index 2a7c11422a74..5420f90b1035 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java index e03f18881b19..d56ff6620749 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/bulkinsert/SyncBulkInsertStringStringBulkinsertinstanceresource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetCredentialsProvider.java index 513c54544208..6f827d694cf2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetEndpoint.java index ea2449d00aaf..a17731ff56c0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstances/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancessettings/bulkinsert/SyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancessettings/bulkinsert/SyncBulkInsert.java index 53c098b72bcc..a65a15a50ffd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancessettings/bulkinsert/SyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancessettings/bulkinsert/SyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetCredentialsProvider.java index c9cfd0e2efbe..2375647294a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetEndpoint.java index 8f42582f39ac..7da16d61f989 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDelete.java index 4e99c8badc31..f04ba77c3d0a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDeleteLRO.java index f7ee859ff3c4..42069c6a25b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDelete.java index 63fa90625cd7..227fc66de6a4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDeleteStringStringString.java index 22936ab9ba22..3920bbb58c46 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/AsyncGet.java index f8edc3eeb324..b035c1924182 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGet.java index 6494a0126b5a..9544c4c68071 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGetStringStringString.java index 13c56697ba8e..9369601db01d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsert.java index ef0e83915078..76c2acd63247 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsertLRO.java index cc88604db987..a0e45fa751bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsert.java index 0a3bca3207a1..ec8c11da596b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsertStringStringInstancetemplate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsertStringStringInstancetemplate.java index dc5c53755527..6d0e7e8b9c27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsertStringStringInstancetemplate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/insert/SyncInsertStringStringInstancetemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncList.java index 16f9ff1223e7..e5e66e89fdcf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncListPaged.java index 02e2115334bf..51dcd9924cae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncList.java index 7785ac95d6ab..977d5e27c81e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncListStringString.java index cad03e36798d..926d521c981c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplates/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplatessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplatessettings/get/SyncGet.java index b92d3777e889..b46b6501def4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplatessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regioninstancetemplatessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java index 1f17fd8eddb8..ad618293f0e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java index 60c74910ff28..2fa34843c323 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/AsyncAttachNetworkEndpointsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java index 25e4053a0ead..f790e920d1b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsattachendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsattachendpointsrequest.java index de0d1caa897a..19a5d584e62e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsattachendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/attachnetworkendpoints/SyncAttachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsattachendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java index 565801025f10..3728389d9a33 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetEndpoint.java index 2d8b484ef1b6..5720a0950175 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDelete.java index def1acc46951..1faf44358302 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDeleteLRO.java index 4989fbeb9421..433ebb35bb6f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDelete.java index e6f727791adf..126f4c96b7ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDeleteStringStringString.java index dc051ae86d13..eb09ebc63120 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java index e84e12d0557c..07cfd8316330 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java index dbf249605387..09f7d08c1d5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/AsyncDetachNetworkEndpointsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java index 02b942f65022..02533f26e1ff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsdetachendpointsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsdetachendpointsrequest.java index 8e2bfdaba749..53adfe2a73b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsdetachendpointsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/detachnetworkendpoints/SyncDetachNetworkEndpointsStringStringStringRegionnetworkendpointgroupsdetachendpointsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/AsyncGet.java index 94ca652ea918..b448c21d6aa7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGet.java index 7e7661d849db..236041fc1314 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGetStringStringString.java index 1bd6b5b0193c..4d4764606abc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsert.java index 5b24600f7ae6..6cebd32d4213 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsertLRO.java index 73c513f9eae9..8be05c4bda68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsert.java index 254afbcea444..009b58af8349 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java index 56553cd9e65c..7726ca556f8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/insert/SyncInsertStringStringNetworkendpointgroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncList.java index b58513d027be..c5b14aa5e753 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncListPaged.java index 50dd5029d5df..ce78cb9b2bf4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncList.java index 3f1062276e5b..57e5f2aef826 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncListStringString.java index 30ac7edad979..8ae76822e645 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java index b9cf437e6e91..caec182da64c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java index 9132e65d57f8..aa78b4372e10 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/AsyncListNetworkEndpointsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java index d230f713d599..d0f551a22f7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringString.java index 6814e566dc3b..8e5382c222ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroups/listnetworkendpoints/SyncListNetworkEndpointsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroupssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroupssettings/get/SyncGet.java index 0561ef322bd7..756cb57e2515 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroupssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkendpointgroupssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociation.java index 290cb5df659d..201ed2d57ed1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java index 9e28459be360..8a6b3e908177 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/AsyncAddAssociationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociation.java index 4ed90aea1274..7a0e2feeb710 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociationStringStringStringFirewallpolicyassociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociationStringStringStringFirewallpolicyassociation.java index 8b9102dc10f1..8e2a678db0a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociationStringStringStringFirewallpolicyassociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addassociation/SyncAddAssociationStringStringStringFirewallpolicyassociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRule.java index 0461f6341af1..e4be0c49036a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRuleLRO.java index 3fcc25c1c061..02e9c4f370ab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/AsyncAddRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRule.java index 26f0edc3ed3e..73bffb5ce41a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRuleStringStringStringFirewallpolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRuleStringStringStringFirewallpolicyrule.java index 0f004fee73a6..a624b0a58d44 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRuleStringStringStringFirewallpolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/addrule/SyncAddRuleStringStringStringFirewallpolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRules.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRules.java index 45f20032453c..f649bd982e25 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRules.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java index cb72ddb98efc..1b5633b75800 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/AsyncCloneRulesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRules.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRules.java index c4f0f13f6662..43c5e65b8c33 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRules.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRulesStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRulesStringStringString.java index 18dc84a7e41a..210ea9e3b79c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRulesStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/clonerules/SyncCloneRulesStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java index 82e1684da7b3..0772acc42ea5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetEndpoint.java index f5061fc9d477..5592e64654f3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDelete.java index 153dea692142..e4ef3e742c49 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDeleteLRO.java index bd231ba584ac..97eb14968b0b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDelete.java index 0ab8e02157da..8a0fa4c974a3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDeleteStringStringString.java index b8970d9654c3..5016f1b9b6ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/AsyncGet.java index d1ae6f6dfac2..47bcd64db830 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGet.java index 1fc91f633dd6..6e49d24f24f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGetStringStringString.java index f03c274904a0..f4ff9a8163dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/AsyncGetAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/AsyncGetAssociation.java index 5054aaf4a8e2..842835cbdff7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/AsyncGetAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/AsyncGetAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociation.java index 1784209d4697..526c75775d14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociationStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociationStringStringString.java index 294dd68a5c88..280b236332b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociationStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getassociation/SyncGetAssociationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java index dff9c4eb44fc..efcc6b94c6fd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/AsyncGetEffectiveFirewalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewalls.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewalls.java index f733469c83d8..20a09b844196 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewalls.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringString.java index 9272dedbe6a2..583b9706d3cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/geteffectivefirewalls/SyncGetEffectiveFirewallsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java index 0dfddff2457c..f369ec2e2997 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java index 744f1cc59961..af0fdc4ac3df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringStringString.java index 5eabd5d94566..1dec7d1524e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/AsyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/AsyncGetRule.java index c6e24bd1601e..30528e81609e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/AsyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/AsyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRule.java index 3c97172ceeb4..0496afdc33bc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRuleStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRuleStringStringString.java index 705e85c7b2f1..9fca50df9c59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRuleStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/getrule/SyncGetRuleStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsert.java index 25b73ffc0091..1da6659ecb6a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsertLRO.java index d4d25c832804..35158b62337c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsert.java index 359959e9caf3..43956cf535f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsertStringStringFirewallpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsertStringStringFirewallpolicy.java index 51ae683e43a4..55109a7d4140 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsertStringStringFirewallpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/insert/SyncInsertStringStringFirewallpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncList.java index 567b330fff8f..bba97dd924ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncListPaged.java index 53de00bbf231..f415cba62a43 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncList.java index c1f7efbc38a1..8d25eb3aeb2b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncListStringString.java index 872dc17fc712..5c114079942a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatch.java index 65cc844df89b..c167302a2b04 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatchLRO.java index 0ecee43869d7..7234e225567c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatch.java index 797ad5418415..3324c7aa4d5b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatchStringStringStringFirewallpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatchStringStringStringFirewallpolicy.java index 475372ae8804..6832f44317fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatchStringStringStringFirewallpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patch/SyncPatchStringStringStringFirewallpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRule.java index 3e0ca2d55f6d..d236d3c8c113 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java index 5b77503aa331..ad4e0228692a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/AsyncPatchRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRule.java index 11c74996279e..315b11249d27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRuleStringStringStringFirewallpolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRuleStringStringStringFirewallpolicyrule.java index 1dde03cf5c4f..ea3be35edd79 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRuleStringStringStringFirewallpolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/patchrule/SyncPatchRuleStringStringStringFirewallpolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java index 242a844d7ad8..efb845b588b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java index dd4788702684..0e5501cde4df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/AsyncRemoveAssociationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociation.java index 963e7261b5d9..30f519b0a35f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociationStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociationStringStringString.java index ff9e980bbe45..c4cfbafd8bf4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociationStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removeassociation/SyncRemoveAssociationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRule.java index 5bcc104c0d7f..386deb5ae0cc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java index fe364f6cc1e5..2457a210760b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/AsyncRemoveRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRule.java index 8513300898af..7070324c9f34 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRuleStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRuleStringStringString.java index 5fe4c3ca6cf0..790eba7b264b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRuleStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/removerule/SyncRemoveRuleStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java index 1c7b5885e0ed..fe9bfc3940ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java index 65eec7396dfb..40ae4314bd6e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index 9da7fa465308..663709457375 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java index 9174574e6e58..05f1153af32a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java index 954885e80273..ab2bdcf77fa4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index e49a68493d51..3909e3ca5760 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpoliciessettings/get/SyncGet.java index 31915c779c0b..d078f14e6373 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnetworkfirewallpoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetCredentialsProvider.java index a28b44d29f7d..e633be49854a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetEndpoint.java index 429017e8d5dd..be197ed596b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDelete.java index 0c38581d3740..a49f34dc41a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDeleteLRO.java index 2dc1b54fe646..1d16dbc6f7c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDelete.java index b43f6bd874c1..5a221e70c20d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDeleteStringStringString.java index 32fe62b80fe9..8fb22f029acd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/AsyncGet.java index acf78559eb95..af4ecf9ce7c1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGet.java index c48c3537415f..272e644f567f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGetStringStringString.java index a1ed2805afad..ef20ed4ee44f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsert.java index a38841641694..c09b2341f1c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsertLRO.java index 8120c2838173..6a33b3ef51f6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsert.java index 8f079a89ef95..cdd653a6ae2f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsertStringStringNotificationendpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsertStringStringNotificationendpoint.java index ad75a55a60b1..e031e71f05a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsertStringStringNotificationendpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/insert/SyncInsertStringStringNotificationendpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncList.java index 5ee1033b6fe8..9020b422f6bb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncListPaged.java index d6f86664dbc1..96c2ed0f8127 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncList.java index c146370f9747..bd8b2261aba9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncListStringString.java index e8296efad9a9..15dfe32e0f60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpoints/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpointssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpointssettings/get/SyncGet.java index 81bb88b146d8..e78dbfad855e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpointssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionnotificationendpointssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetCredentialsProvider.java index e5b016472b4e..685487cc2022 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetEndpoint.java index d964c80a2d56..48572b0def38 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/AsyncDelete.java index 1f7fc6f005ca..e941bd06d9b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDelete.java index 30a32e2d69d5..81ca15fa42ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDeleteStringStringString.java index 1d5b194c417f..d09cd2542d0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/AsyncGet.java index 203d4e527071..efa73c8e3ce7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGet.java index d87c4d7031fe..ca8fe0ef3d91 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGetStringStringString.java index 59147510c98d..589e03fbd45d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncList.java index c61d2d500b0f..8b5c791b9633 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncListPaged.java index 6bea8d01cd09..aab42809fa3a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncList.java index 15c1cf52010c..508ba4198b79 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncListStringString.java index 7547762fa95f..0bc9ba905f9c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/AsyncWait.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/AsyncWait.java index 87820de26a8f..cc9596cef910 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/AsyncWait.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/AsyncWait.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWait.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWait.java index d88ddbee1750..45541fc86ed1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWait.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWait.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWaitStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWaitStringStringString.java index 0dfa3203f3cb..06382c25ade6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWaitStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperations/wait/SyncWaitStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperationssettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperationssettings/delete/SyncDelete.java index 9a45663283bb..a96f3f722cf0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperationssettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionoperationssettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetCredentialsProvider.java index 48bc50414563..b70e58dcb39f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetEndpoint.java index f64892710daa..69f088ecea47 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/AsyncGet.java index 4eabac4e44d4..657cec3d51e2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGet.java index 1b9340bbe42c..ac84fc365aac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGetStringString.java index b44a5472507b..633e86c668f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncList.java index 1f0b4db0e3ed..97f5a630e63d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncListPaged.java index 5cf4ba247c82..d97092cd2258 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncList.java index 0d3c5e00a553..7e6f9f380244 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncListString.java index e75f9ca02f52..9d81e549b99f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regions/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRule.java index 9697f45785e0..89eb29215e84 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRuleLRO.java index f4a215a3410a..6d998fc5ffc3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/AsyncAddRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRule.java index 8f919cb94c43..d47c93ed6799 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRuleStringStringStringSecuritypolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRuleStringStringStringSecuritypolicyrule.java index 11817c45911e..1fd950c3d3c1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRuleStringStringStringSecuritypolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/addrule/SyncAddRuleStringStringStringSecuritypolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetCredentialsProvider.java index 34547f12f099..5e95f01230b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetEndpoint.java index 292b1bd3b130..e853b5f7ac79 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDelete.java index eb61c5520716..d49949bad149 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDeleteLRO.java index 4e24908788d6..e022562991c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDelete.java index f0872eba68f0..b1a62728c0e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDeleteStringStringString.java index 77791e826346..f56a7b9d7db4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/AsyncGet.java index ce092c841752..02ad04671254 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGet.java index ef4bf3a2d11f..605c9ead23d5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGetStringStringString.java index 815c6b6e72ee..5706a1272aa3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/AsyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/AsyncGetRule.java index c0c117e3df1e..3566edbb5e07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/AsyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/AsyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRule.java index 82dc9cab751c..508e8be1f5c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRuleStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRuleStringStringString.java index a61062f084c8..97401f975d1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRuleStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/getrule/SyncGetRuleStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsert.java index 80d4bb9364ad..531b956f0916 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsertLRO.java index 01497b8cc833..d69ccc5869ff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsert.java index 0a4266ff5a9f..aef7f4bcac9b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsertStringStringSecuritypolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsertStringStringSecuritypolicy.java index 6464b43a3fd6..a16473ebfbb5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsertStringStringSecuritypolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/insert/SyncInsertStringStringSecuritypolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncList.java index f6a5dca4836a..a63e6946e29d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncListPaged.java index 476cecb3155a..2a833a3ea08c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncList.java index 970d76dfce6d..ce6e1fca0d85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncListStringString.java index 37dae0e60619..982a0ba35703 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatch.java index 287ed9d69122..8193d8b771c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatchLRO.java index 240324a1a0f1..4a6ec636a2ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatch.java index 7f704dfdac61..38b4beb017b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatchStringStringStringSecuritypolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatchStringStringStringSecuritypolicy.java index f89a53d22482..0ca8975f835b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatchStringStringStringSecuritypolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patch/SyncPatchStringStringStringSecuritypolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRule.java index 6ea0dff62ec9..18310bfa4f39 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRuleLRO.java index 9391d7f03df4..f682e2e2c7cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/AsyncPatchRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRule.java index 3049a71cc004..88f23d87f56d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRuleStringStringStringSecuritypolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRuleStringStringStringSecuritypolicyrule.java index 657a225638f7..452953e5e91b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRuleStringStringStringSecuritypolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/patchrule/SyncPatchRuleStringStringStringSecuritypolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRule.java index b877f08c4f16..4497e6533ccc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRuleLRO.java index 327cc9fd438f..33e78c2e79b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/AsyncRemoveRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRule.java index 1883ced65aab..60b127596842 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRuleStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRuleStringStringString.java index ace2fdd6e281..3e367de42f1c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRuleStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypolicies/removerule/SyncRemoveRuleStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypoliciessettings/get/SyncGet.java index bcd9812b436b..d25d030eedd4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsecuritypoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionssettings/get/SyncGet.java index 7368c7eb7075..f19c83a7a701 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetCredentialsProvider.java index 2863b980ee33..7b4105d516c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetEndpoint.java index 242df41393d1..59039bfcc773 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDelete.java index a9db5a26f491..a242bc87343b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDeleteLRO.java index 37b3a6812f03..789007ef019d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDelete.java index a1d258e79c6b..279db4e0c6b7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDeleteStringStringString.java index 677fa59baac2..c8bd207f7b2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/AsyncGet.java index f95ed946fe48..a2c521720608 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGet.java index e934e6d39b61..699e20cd26a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGetStringStringString.java index ab894192e2bc..c14ed0aa2c2c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsert.java index 7a85d3969343..c8ec9a45f979 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsertLRO.java index fbb68bef44bd..cc268083a666 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsert.java index a47a21cd734d..25d1aa2d7d09 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsertStringStringSslcertificate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsertStringStringSslcertificate.java index 78206c57b962..726d0d5b7b2f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsertStringStringSslcertificate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/insert/SyncInsertStringStringSslcertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncList.java index df3b68b9e828..cd6c134a3d6e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncListPaged.java index 4951bb1ada82..6e4c1a352315 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncList.java index b028fc095ab8..500212392b35 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncListStringString.java index 74972ee44203..15beae191ef0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificates/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificatessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificatessettings/get/SyncGet.java index e9cfafb3d663..1630b49691e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificatessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslcertificatessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetCredentialsProvider.java index 2c4160c1864e..485073f27c55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetEndpoint.java index 82c71f610f12..42c0c12bda61 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDelete.java index 1f87dd06093b..fbb3740107fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDeleteLRO.java index b0908c10d72d..d896f0f8434c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDelete.java index 2adc1b6359c8..822ea6d8863f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDeleteStringStringString.java index 1f8db9b4a8b1..fc55a70feafd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/AsyncGet.java index 4fd54becc746..eb3dcce0ffb7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGet.java index de2c4554455e..3eb1785e650f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGetStringStringString.java index 033fb11943da..9c388058360a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsert.java index 56638f67db64..ea3c469f633b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsertLRO.java index a8191b3881f0..9b46a95127ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsert.java index d46bbbcec1cf..17a02e9b6ee4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsertStringStringSslpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsertStringStringSslpolicy.java index 426e07d82f5d..866a25c8aa63 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsertStringStringSslpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/insert/SyncInsertStringStringSslpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncList.java index ca671cad8bc6..2a431eaa33ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncListPaged.java index 2be936596a4e..d9809dfd54c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncList.java index 9988893a44e2..a9ea2baf4cae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncListStringString.java index b9a4a20d7907..c7218d92de7e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java index c88f59d8c0c6..8337a4821dfd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeatures.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeatures.java index 34ec8b0232b8..ed6822511ded 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeatures.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeaturesStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeaturesStringString.java index cc8dce7a6d9e..f56e7bcc9866 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeaturesStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/listavailablefeatures/SyncListAvailableFeaturesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatch.java index 85fb8c7074bc..2f4d940bd5fd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatchLRO.java index 593b741d172e..a3f9ab0e0901 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatch.java index 25d23923a456..ce63e7ca261a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatchStringStringStringSslpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatchStringStringStringSslpolicy.java index 81fb21db9b20..d2fba338a4d8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatchStringStringStringSslpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpolicies/patch/SyncPatchStringStringStringSslpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpoliciessettings/get/SyncGet.java index 2ea31059ac20..075fd7e1b447 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionsslpoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetCredentialsProvider.java index 4fed129b249e..5a0ba5068809 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetEndpoint.java index 43f5619a70cf..4a549ff5a557 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDelete.java index 27bbdbb1eb78..e1079cca6cad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDeleteLRO.java index db7b592ff7e3..a7bd047d3491 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDelete.java index 71c96b249065..2801b66d25c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDeleteStringStringString.java index 6ee4e566e06c..204e83c7b49f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/AsyncGet.java index 83bc8974a733..8f781f487eab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGet.java index 57583078e9b6..3da0012bb46d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGetStringStringString.java index 4397821e76ee..819c4346eed0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsert.java index 537465136466..0ad631099d3f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsertLRO.java index f907eee7c105..a08c9afc0b16 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsert.java index 000eb88549da..7b2486474ada 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsertStringStringTargethttpproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsertStringStringTargethttpproxy.java index 39f825a99027..9395b8c043c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsertStringStringTargethttpproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/insert/SyncInsertStringStringTargethttpproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncList.java index 0c1948d20bb3..18f8399ec61f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncListPaged.java index 71b1fb1426a5..5647506723ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncList.java index 3bf0033d811e..5bafd0544e86 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncListStringString.java index 5ad563c067b9..d8e451520bf7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMap.java index 4801981cee60..adf53cf11fb1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMapLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMapLRO.java index e179875d79ca..38be300b1199 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMapLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/AsyncSetUrlMapLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMap.java index 812b15b73abe..4d7a48bf9fea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java index 28d9195fedd5..27164dbe59ff 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxiessettings/get/SyncGet.java index 33b59d1a6c52..b769b38dfbea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetCredentialsProvider.java index ef7260534d92..f29f93c1f54f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetEndpoint.java index bbc073fe2814..e98a655c7b1c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDelete.java index 281162fa7305..39d7af09b1f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDeleteLRO.java index 70375831b3c0..d4f6892b33cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDelete.java index e355ec542208..46af72ffe760 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDeleteStringStringString.java index 7dcf64372ebb..fda4da195ebb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/AsyncGet.java index 578deebda121..f6f5debb1685 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGet.java index d0a4bea03815..bbecd8ac20b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGetStringStringString.java index 111a8df47b8e..5f9bf432b5fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsert.java index 123b801fedca..e6c2fb7438bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsertLRO.java index d4e21aca2a42..d87befa3d12e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsert.java index 987ef2224aa2..b5a77a9fc49c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsertStringStringTargethttpsproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsertStringStringTargethttpsproxy.java index 6306de2979d1..ef1c07f2c5a7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsertStringStringTargethttpsproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/insert/SyncInsertStringStringTargethttpsproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncList.java index 8d8d43abe823..7de15433076d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncListPaged.java index eabb9f9ed161..3c035f6bf092 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncList.java index a4c193473f69..d4e2602eeeed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncListStringString.java index ee3e8ce48c92..5ab059f70025 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatch.java index 022251efcde6..30b71b5e4cc9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatchLRO.java index b8c4d308bad9..596182dc0477 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatch.java index 2e949286f961..6b7f75bbc10c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatchStringStringStringTargethttpsproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatchStringStringStringTargethttpsproxy.java index 4d3ff61328a5..b595fd2582cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatchStringStringStringTargethttpsproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/patch/SyncPatchStringStringStringTargethttpsproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java index 4924871209f5..f121d31fcd92 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java index e894c9a03197..559043e93502 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificates.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificates.java index e3366e0d5025..6c33d010806c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificates.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringStringRegiontargethttpsproxiessetsslcertificatesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringStringRegiontargethttpsproxiessetsslcertificatesrequest.java index 26f9e2f4a17d..21ede2cb470b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringStringRegiontargethttpsproxiessetsslcertificatesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringStringRegiontargethttpsproxiessetsslcertificatesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMap.java index aa7b04cd657b..79ea61a02828 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java index 967f1b12c971..e3344cf1036e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMap.java index 4eb1c336987c..4e84830c0259 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java index ea35279d9fe9..330bb9f7a8e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxies/seturlmap/SyncSetUrlMapStringStringStringUrlmapreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxiessettings/get/SyncGet.java index fbdb00b436eb..297d5fceb0b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargethttpsproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetCredentialsProvider.java index 68851eabaa89..d1de1039d868 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetEndpoint.java index 55ce18c30fb9..840f8da06a31 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDelete.java index 84f52042d628..65578f6afaca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDeleteLRO.java index 4e394f35b0b7..4aa87bce43dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDelete.java index 44c4547c8a15..1bf6e225655c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDeleteStringStringString.java index 915bdaaf4081..76b2657507ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/AsyncGet.java index 0b316b4f2c12..899ef700b052 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGet.java index aa5d49e9a833..b717175a1cbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGetStringStringString.java index 7c5ef3c6938f..f127e74733d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsert.java index 2132419da038..9c1e856cda96 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsertLRO.java index 4dfc1be02ce2..d617c87b885b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsert.java index d57575816cd3..be992d5ee26f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsertStringStringTargettcpproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsertStringStringTargettcpproxy.java index c9efbe91583e..6e90106b50c7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsertStringStringTargettcpproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/insert/SyncInsertStringStringTargettcpproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncList.java index b35189a63b69..655a0e3bea49 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncListPaged.java index 4b8236a6ed0d..c984b9e966e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncList.java index 84b086eba53e..05e30445a93c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncListStringString.java index ab68ea5aef3a..0336406d86b8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxiessettings/get/SyncGet.java index 1d48f34ef823..dde3959391e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regiontargettcpproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetCredentialsProvider.java index aa1191454dc7..1eb20921eaf6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetEndpoint.java index 58984b2372ad..217805a7957d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDelete.java index 4805b6afabc0..dd1900e3ee69 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDeleteLRO.java index d2f006462a07..f89a4c000e59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDelete.java index a24b6cc986bb..143ef7f73c38 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDeleteStringStringString.java index b3e5fd20f895..2d008faf4f69 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/AsyncGet.java index 680a8829eafc..6ff20b348c03 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGet.java index f1d2e9027de8..17d8cd3ce1a3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGetStringStringString.java index e13aa26ea37c..e3a842b3ed40 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsert.java index 42ba10023fc7..8a455b185d15 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsertLRO.java index 452aa8a88cc9..26d953cf104d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsert.java index faf2c7b5c5f3..7f788bb132f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsertStringStringUrlmap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsertStringStringUrlmap.java index a43411229683..ab427870f67f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsertStringStringUrlmap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/insert/SyncInsertStringStringUrlmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncList.java index 919f17bbb9cb..af7ca3dc69f8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncListPaged.java index 308180172988..b2f55ec551bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncList.java index c816da85cc3b..609301ea741c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncListStringString.java index f90736cecf46..142904e553b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatch.java index f9c25ee1d8a8..d966d286c3d9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatchLRO.java index 2c917e925989..626e2bb8c94d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatch.java index fadffee3b399..ae1ea01daccd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatchStringStringStringUrlmap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatchStringStringStringUrlmap.java index 1d591a1f2a11..12ea4b17faad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatchStringStringStringUrlmap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/patch/SyncPatchStringStringStringUrlmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdate.java index cc454cff16c9..f883a81b68d5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdateLRO.java index 43cd6f35927d..bfa919ef3a84 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdate.java index 65bc33e7a13f..1a1dbd85566f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdateStringStringStringUrlmap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdateStringStringStringUrlmap.java index b6613f5d964b..d78ec5a8ebae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdateStringStringStringUrlmap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/update/SyncUpdateStringStringStringUrlmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/AsyncValidate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/AsyncValidate.java index ca39a81940ea..065db3728f13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/AsyncValidate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/AsyncValidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidate.java index 46063ed1af97..9a7baf45cc74 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidateStringStringStringRegionurlmapsvalidaterequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidateStringStringStringRegionurlmapsvalidaterequest.java index 36184244b9d5..0675b03f31d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidateStringStringStringRegionurlmapsvalidaterequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmaps/validate/SyncValidateStringStringStringRegionurlmapsvalidaterequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmapssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmapssettings/get/SyncGet.java index 5c19d98a65e6..85053a6ad5b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmapssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionurlmapssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetCredentialsProvider.java index cb7ce50271aa..533f49d9ff07 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetEndpoint.java index 3833a3226ea1..12763d4c3735 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncList.java index a94deebb00ad..a6c33fbb58be 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncListPaged.java index fd918dff3fe6..74d28ae2350e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncList.java index 79076bf3d099..f95f13869a60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncListStringString.java index 628e677ea299..51ac522c2bfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzones/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzonessettings/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzonessettings/list/SyncList.java index fa9423a281bf..8602aa04877a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzonessettings/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/regionzonessettings/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedList.java index e57245974b55..6a13b0817a13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedListPaged.java index 8242a04d4c13..b705be9ef31a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedList.java index c1bd5d455f68..15bc07d85851 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedListString.java index 0345d50a3c0e..952da109cb74 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetCredentialsProvider.java index cdb0fa46f423..98af5df7367e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetEndpoint.java index d6ffe65ded42..5509f4af725f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDelete.java index f18be49fae96..2fae9656f206 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDeleteLRO.java index da424238ee84..14b1eb336b5b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDelete.java index 01ae984300f3..ff59988be85b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDeleteStringStringString.java index 0e4ddc47bee1..f53255826001 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/AsyncGet.java index 5e91d1ed66f1..8f2765776769 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGet.java index f2f2063eb8cb..c67f4785c3ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGetStringStringString.java index d6c97f7e8e36..931203bd8f9f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/AsyncGetIamPolicy.java index 6d9fa45cde56..52d4309f0f93 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicy.java index 0f45f55a197c..c80f81bf365c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicyStringStringString.java index a06da12a743a..0bbac44c7202 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsert.java index ba383f1ab5b3..aa7f76dea97b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsertLRO.java index a97c550b29d0..6e36aa28e927 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsert.java index f09adc964803..45ec96a0af3e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsertStringStringReservation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsertStringStringReservation.java index 0a581f82180b..4afd5eae676c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsertStringStringReservation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/insert/SyncInsertStringStringReservation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncList.java index 8b3aea47b162..0027f505d14f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncListPaged.java index b230093626fb..d0ae26ba34f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncList.java index 90725a572e44..66bd187dfd11 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncListStringString.java index 3d22677571d7..5f77d42cab2b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResize.java index 7718617144e7..813d97aaa224 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResizeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResizeLRO.java index 054b60cef7e1..5d06bdac5b0b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResizeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/AsyncResizeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResize.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResize.java index 53c063031109..07bc266accb9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResize.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResizeStringStringStringReservationsresizerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResizeStringStringStringReservationsresizerequest.java index 20741ddf9190..b828d971aa60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResizeStringStringStringReservationsresizerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/SyncResizeStringStringStringReservationsresizerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/AsyncSetIamPolicy.java index e86f86a1eac5..e85173d85060 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicy.java index 24ca10ff73d3..c36be5314d29 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java index 4dc398ad8861..382023ef2dde 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/setiampolicy/SyncSetIamPolicyStringStringStringZonesetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/AsyncTestIamPermissions.java index 5d4123b85ec7..68d27f2cb4cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissions.java index 2f8aa1bac470..2e17b426b6fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 67391adcfe23..4b79fc071478 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdate.java index 325e1b1ae1c3..97a755998e0e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdateLRO.java index d7882da5a099..7b187b5d2086 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdate.java index ac059a9066ad..27522b0adf4a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdateStringStringStringReservation.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdateStringStringStringReservation.java index be79772c68a0..0959ea2c248b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdateStringStringStringReservation.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/SyncUpdateStringStringStringReservation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservationssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservationssettings/get/SyncGet.java index aeaf31a26a54..247fe645a2ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservationssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservationssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedList.java index ca0a1ac31d71..95b2e24a8c75 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedListPaged.java index 53e05fd62dbd..8febedcffc25 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedList.java index 747d559bf548..2014d40e6436 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedListString.java index 1ce5a3eab99d..7691dc7a57ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetCredentialsProvider.java index c94d3e1fd0b2..a7afb948c570 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetEndpoint.java index a91c1e0f1474..0c112872b49e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDelete.java index ad3b8e172665..97d478c4c1ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDeleteLRO.java index 8243e85aeb18..3f01c4ab1193 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDelete.java index 64cdc888ded5..3be3ecc278e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDeleteStringStringString.java index 49dd48b871a8..dc33bb9b5653 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/AsyncGet.java index 66d81c554924..78fc45f17a62 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGet.java index 26258893213e..313d662e194f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGetStringStringString.java index 133f73701f12..537365aebedc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/AsyncGetIamPolicy.java index e5817d6534ea..a23f91408933 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicy.java index 968aa6ade1ea..2969d2e0d9bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicyStringStringString.java index 54d6b55d222e..7df3ba7033ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsert.java index 70cbf01555f1..54f287c94325 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsertLRO.java index cf731e37102e..91d4514b2eb8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsert.java index 062934545af7..08fea2cbb425 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsertStringStringResourcepolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsertStringStringResourcepolicy.java index 211ae290c916..ba3869a11628 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsertStringStringResourcepolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/insert/SyncInsertStringStringResourcepolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncList.java index fa32dcda2607..b853ee9efe17 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncListPaged.java index 4832a8114ac7..37ad634f34dc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncList.java index 4afe806bab49..85071862b5ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncListStringString.java index c0ad502f5425..ecf1ccd0deac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatch.java index 1575e19efaf1..71f882c08040 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatchLRO.java index a36d34adba7e..ddcb9246bbe0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatch.java index 7452fdd1d843..59d8279ca59f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatchStringStringStringResourcepolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatchStringStringStringResourcepolicy.java index 442993039654..7495f6ec5672 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatchStringStringStringResourcepolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/patch/SyncPatchStringStringStringResourcepolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/AsyncSetIamPolicy.java index 821dd1b37062..b430106aefb7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicy.java index 8212d2ee624a..17c6cc0eb0ee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index d271d6364624..b470debb9060 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/AsyncTestIamPermissions.java index e3814f6f12ee..99151a5dbe2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissions.java index 19e6d9a6bc02..ed3e664f1cfd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 20c9af94db7b..575dcde9e885 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepolicies/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepoliciessettings/get/SyncGet.java index 891432b0bc8f..31143818ccd4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/resourcepoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedList.java index 14ab28fc700b..41fdad5bcf95 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedListPaged.java index 25047b51e5e1..4dd2f923f8d4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedList.java index a6d191927992..7451e11eea41 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedListString.java index 02ba16a4fb01..2db936e7dbf9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetCredentialsProvider.java index e63d5fd0c3dd..91f3a75544be 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetEndpoint.java index 53e817325c44..8c472f89d29f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDelete.java index 5a6c7a6d2833..febbecee78e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDeleteLRO.java index a342986ae514..433ab3fca522 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDelete.java index 703fb6fba9b2..e0ba112b64bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDeleteStringStringString.java index 6edc413e329d..a9b2b487b06b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/AsyncGet.java index f242f1d3539e..c24b436e1e58 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGet.java index de5287fd7f4f..e06d4a437fbe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGetStringStringString.java index 34181dc8f022..a6a5d4597a5d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/AsyncGetNatIpInfo.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/AsyncGetNatIpInfo.java index 367213a62c7b..16cc676e5794 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/AsyncGetNatIpInfo.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/AsyncGetNatIpInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfo.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfo.java index 090cc3868ae8..c91f767300e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfo.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfoStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfoStringStringString.java index 22085f7d5d74..1b3367735ad2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfoStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatipinfo/SyncGetNatIpInfoStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfo.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfo.java index 431ef1f8d650..3ddfd85359b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfo.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfoPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfoPaged.java index bbb50c993714..c0cf62a5068f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfoPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/AsyncGetNatMappingInfoPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfo.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfo.java index 88f5fa0e89ad..21331d383122 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfo.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfoStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfoStringStringString.java index 3d7856c4f79c..116e71142970 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfoStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getnatmappinginfo/SyncGetNatMappingInfoStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/AsyncGetRouterStatus.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/AsyncGetRouterStatus.java index be40c2c899f2..66e65666ce4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/AsyncGetRouterStatus.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/AsyncGetRouterStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatus.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatus.java index d66a7d2b0dec..ad35ccbf4e14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatus.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatusStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatusStringStringString.java index 0c2ba47c1eea..c377aad19c8e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatusStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/getrouterstatus/SyncGetRouterStatusStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsert.java index 9da64b2fff89..470d1e5fe8cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsertLRO.java index cb8c93471039..338909c0fa16 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsert.java index 405e3f7c5f60..2237be976686 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsertStringStringRouter.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsertStringStringRouter.java index 4ce97166bbc5..7417a4cfde98 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsertStringStringRouter.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/insert/SyncInsertStringStringRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncList.java index c48c6641b33c..db426ae4ab53 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncListPaged.java index 6f09ec0c6b2a..38de5e51e6de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncList.java index 5e8a757b1385..740370d75f6b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncListStringString.java index 28b5b8af66ab..5e5efccaf76e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatch.java index fe3e417dab23..6667a8494d1b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatchLRO.java index a8aa86da54d2..23b22163564f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatch.java index 749d42addb34..975cd239f85e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatchStringStringStringRouter.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatchStringStringStringRouter.java index ef6c5683085f..4c4096aacadf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatchStringStringStringRouter.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/patch/SyncPatchStringStringStringRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/AsyncPreview.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/AsyncPreview.java index 264d357ddfa6..6a1bb68ea7a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/AsyncPreview.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/AsyncPreview.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreview.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreview.java index c06bcf321ec1..c72907f7ff0a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreview.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreview.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreviewStringStringStringRouter.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreviewStringStringStringRouter.java index 242afa3be080..fd3a6b67c427 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreviewStringStringStringRouter.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/preview/SyncPreviewStringStringStringRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdate.java index fc673fe1daa6..69260cb748ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdateLRO.java index c82d47c60e1d..a4d8c332affe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdate.java index 6799df33cd3a..17f0d435ad2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdateStringStringStringRouter.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdateStringStringStringRouter.java index 1bd01cc15b59..5bba819cf06d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdateStringStringStringRouter.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routers/update/SyncUpdateStringStringStringRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routerssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routerssettings/get/SyncGet.java index 76295d050aca..c7361f8338f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routerssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routerssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetCredentialsProvider.java index 9aa081762e47..25c3fbfa578d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetEndpoint.java index b675f5787b02..067f8edcaa53 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDelete.java index f4273f8328bb..4213ae787af3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDeleteLRO.java index e5d87b0660a6..b65fbee71975 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDelete.java index c4e26bf7ee97..74428d91ee63 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDeleteStringString.java index db09110f8c37..0f6168f45dfc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/AsyncGet.java index 428e538f3ebd..74c03f697cc3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGet.java index aa4de443167c..b4614fe03f81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGetStringString.java index e2f4c2b940c8..bc217935e444 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsert.java index c9913a638cc5..b9aefb829ba6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsertLRO.java index a75bc81245a6..30e2cc1998b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsert.java index 3e62cd4d3606..f7afa9267390 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsertStringRoute.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsertStringRoute.java index 9e3b64ab1f7c..82081a28e244 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsertStringRoute.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/insert/SyncInsertStringRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncList.java index 657e8165533a..0fc41d413acf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncListPaged.java index 0e72bd428ac0..56a1cfa40303 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncList.java index 9f8cb9d1f7ae..4b0faf5af9de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncListString.java index 115f36578961..8b3978393941 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routes/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routessettings/get/SyncGet.java index f25e75f455b9..8cfcc816473d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/routessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRule.java index 3b5c892eb7de..c3c745aa0efc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRuleLRO.java index ff53082c7ed6..c08817244025 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/AsyncAddRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRule.java index 1a695b0a3bd6..23eb3d47e92d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRuleStringStringSecuritypolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRuleStringStringSecuritypolicyrule.java index 637580c1e505..57b1cd5856c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRuleStringStringSecuritypolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/addrule/SyncAddRuleStringStringSecuritypolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedList.java index aa9b88ec6c4e..24b28e44130c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedListPaged.java index 31d3dde85017..41b41b5b2c19 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedList.java index 7c582629cb14..c0a2201181e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedListString.java index aa3bfffa0a3c..2a8242bcfffe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetCredentialsProvider.java index 7107f60be562..d13b32b31736 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetEndpoint.java index 5aaeebd85175..2a64aa0e9e27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDelete.java index 8cc21440f8d5..f28ff1190cae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDeleteLRO.java index 0182866a2fd2..d850ab2c164b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDelete.java index 63c53145027a..335b45b7ea01 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDeleteStringString.java index f67e8cc28ec6..fc3a4592b7b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/AsyncGet.java index 368f7d81a0c1..3ad760884c73 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGet.java index cfb9fab801f1..5806ffd4c807 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGetStringString.java index 6dd7f55901e2..7563130baffb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/AsyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/AsyncGetRule.java index a264b67a4035..5d0a24c1dcdc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/AsyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/AsyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRule.java index 6824ee5530bf..c662838281db 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRuleStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRuleStringString.java index 98132d36e26f..c1bb0843ae7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRuleStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/getrule/SyncGetRuleStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsert.java index 24588523181a..d9349401c661 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsertLRO.java index c5599f477efc..fe076050643c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsert.java index 801ebf3fc179..1e7bc6bd4057 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsertStringSecuritypolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsertStringSecuritypolicy.java index a7d528efaeca..6e0d52478ccc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsertStringSecuritypolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/insert/SyncInsertStringSecuritypolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncList.java index e629f12a8ad5..2b981687cf6f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncListPaged.java index d41922b58eae..3518f1b5a409 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncList.java index e081a88eff7f..12d0f18e3b28 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncListString.java index c6a6fe8a7add..4653b005023f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/AsyncListPreconfiguredExpressionSets.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/AsyncListPreconfiguredExpressionSets.java index 1e4d8992d201..0a8ea0e169c7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/AsyncListPreconfiguredExpressionSets.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/AsyncListPreconfiguredExpressionSets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSets.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSets.java index 8183ff30d4df..120939d5d03a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSets.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSetsString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSetsString.java index 7d3eb869dfe6..79270defc327 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSetsString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/listpreconfiguredexpressionsets/SyncListPreconfiguredExpressionSetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatch.java index e9b627d1fe8d..c7500131d558 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatchLRO.java index 0bf8c94f1f25..3b7ac225589f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatch.java index a92a22e5d996..83db220bdd1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatchStringStringSecuritypolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatchStringStringSecuritypolicy.java index 54b1c312b030..f73087c8e26b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatchStringStringSecuritypolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patch/SyncPatchStringStringSecuritypolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRule.java index 7f705287e7a7..9f80d8aac8cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRuleLRO.java index e0ed0c69806d..05c0a1549561 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/AsyncPatchRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRule.java index d91dc1799eb3..81c2d801ccda 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRuleStringStringSecuritypolicyrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRuleStringStringSecuritypolicyrule.java index ae2cd7a16397..df70096eab3a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRuleStringStringSecuritypolicyrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/patchrule/SyncPatchRuleStringStringSecuritypolicyrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRule.java index 33141fa0e3ab..2a27d8b8b02e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRuleLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRuleLRO.java index 5fd5792562a0..b8866820b462 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRuleLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/AsyncRemoveRuleLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRule.java index 6f2d8cfecbd4..6afd619530c3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRuleStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRuleStringString.java index 5239f736cfd4..cabf11e30310 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRuleStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/removerule/SyncRemoveRuleStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabels.java index 83c7b726be92..bf1616298279 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabelsLRO.java index e4bb4dad9c6c..00bcd4dc3de0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabels.java index ad1cf561719e..21ce8a04a9c7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index 85cc93dc5325..8ce0a1736419 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypolicies/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypoliciessettings/get/SyncGet.java index 954dd0fb1fac..ed7894562d48 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/securitypoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedList.java index 1c3221685086..80ec669cb016 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedListPaged.java index d751e48586b9..dc068005f324 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedList.java index 39a4b016aebf..0ed414c4200a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedListString.java index 36115682bba5..f2e878eb1113 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetCredentialsProvider.java index 5139995f3404..becb69784994 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetEndpoint.java index 86e2d1538553..280ab6aafaf9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDelete.java index 31f70974aeed..8a9205054899 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDeleteLRO.java index e052d2e42c40..cbed7c92c6eb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDelete.java index 782abcc52e04..2319736ee892 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDeleteStringStringString.java index 74ffa4fcac82..2fb8898d5754 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/AsyncGet.java index 3f4879a23b25..e9a79c60e513 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGet.java index f3ec7dd4bb2e..77bb95fba3bb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGetStringStringString.java index 60c9f4419678..cf6b785cd833 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/AsyncGetIamPolicy.java index c96dc66b7b13..1a98facb0086 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicy.java index ad65ca73c709..93a635dd127c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicyStringStringString.java index d20ff0ccae70..462370e74a5a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsert.java index ff99ce75c749..fff29622d8b4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsertLRO.java index 42b195ef5939..daec58800a0e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsert.java index 1ef86fb67113..af24d2b75fd2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsertStringStringServiceattachment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsertStringStringServiceattachment.java index ec2336dd0236..ec8bed2690e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsertStringStringServiceattachment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/insert/SyncInsertStringStringServiceattachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncList.java index 21ca9c4ef2bd..91e9c841b7bd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncListPaged.java index 513087a5550c..5c9efefac2e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncList.java index 4bda232cc30a..41442065e0ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncListStringString.java index 1e0febdcbd65..e4d734d64f46 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatch.java index 447e19f602db..7e1ea0ff50ea 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatchLRO.java index 814c55359877..6060c64fec54 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatch.java index df6eea8d9c1e..719fbd6e4b73 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatchStringStringStringServiceattachment.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatchStringStringStringServiceattachment.java index d90f57758769..bf8d61c9d323 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatchStringStringStringServiceattachment.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/patch/SyncPatchStringStringStringServiceattachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/AsyncSetIamPolicy.java index f2dcf6cd3b01..61f9c1195e54 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicy.java index c0179a1d2da8..315199156c55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index bc59fe4c47f1..9414c3b872ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/AsyncTestIamPermissions.java index 7918a58789b8..a9f49458a7d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissions.java index b551bbc243cd..1c373d2a6c23 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 248d64e854ed..859cea4c7ed0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachments/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachmentssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachmentssettings/get/SyncGet.java index b898f9bb57e8..06bc63eb9214 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachmentssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/serviceattachmentssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetCredentialsProvider.java index f980c277428d..e520319638e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetEndpoint.java index e598cc56a14d..510321fba726 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDelete.java index a99f029ffab5..35db9fa7e26f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDeleteLRO.java index 981d086dfe37..aa8a92ca864b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDelete.java index 812a455fa5a4..301b288ffc9f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDeleteStringString.java index 9d8cc6c709eb..ac9410d58b4a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/AsyncGet.java index 44d95e72962d..add609df0693 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGet.java index 93bf19697b90..fd5c1a17b556 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGetStringString.java index c6fa9451c122..14e13881cd3e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/AsyncGetIamPolicy.java index 0c02c4c099c1..e3fc548fb5f0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicy.java index 8edb12106199..9338ed2cbda7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicyStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicyStringString.java index ad5864b99ed4..8b0156564084 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicyStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/getiampolicy/SyncGetIamPolicyStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsert.java index 463b1364b474..87ec0cc67e1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsertLRO.java index 1e5e6131ddc4..54ab128e6a9e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsert.java index 892b96173e7d..626a2a25a41a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsertStringSnapshot.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsertStringSnapshot.java index b25a7c38bc76..dcd84555ac97 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsertStringSnapshot.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/insert/SyncInsertStringSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncList.java index 67190b06e5dc..69560281692e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncListPaged.java index 7bc1c24d711f..c8caa2e78316 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncList.java index 7fedd5f1d2b1..c013783140f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncListString.java index 558bf8eb12d6..63476f679d0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/AsyncSetIamPolicy.java index 25b082457b1b..94614c26848c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicy.java index 2a40b9e4b14e..1c9d2808e94d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java index 483141bbdd00..a4947403f70d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setiampolicy/SyncSetIamPolicyStringStringGlobalsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabels.java index 638e0c07ef50..53400999aea9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabelsLRO.java index 0b8420aeb9b9..1904b487711e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabels.java index 495923f4d1eb..24123d1a4825 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java index a49196a369c1..9198e947a868 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/setlabels/SyncSetLabelsStringStringGlobalsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/AsyncTestIamPermissions.java index 5ada4390c128..a081c9490649 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissions.java index f1596c4fce5d..8dfed1f79b27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java index 2ba66ed8c2ee..6393f099300e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshots/testiampermissions/SyncTestIamPermissionsStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetCredentialsProvider.java index affcb5df497b..f283fde4021f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetEndpoint.java index f6156644b7ba..3b21bf5cd3ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/AsyncGet.java index b5f4771d9a34..09cc837087c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGet.java index 51c8a89a5c17..55e9b6a31593 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGetString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGetString.java index 998150f396c3..b1b2b82c79a4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGetString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/get/SyncGetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatch.java index 596493bf84eb..534f7ddec8aa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatchLRO.java index 575afb598ca9..ce25680beab2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatch.java index dd416dd9a0d1..4e258c3d73cc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatchStringSnapshotsettings.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatchStringSnapshotsettings.java index b7a51aef0078..af0bb7e93e5d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatchStringSnapshotsettings.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservice/patch/SyncPatchStringSnapshotsettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservicesettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservicesettings/get/SyncGet.java index 03f25fbebee5..f62a3e337427 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservicesettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotsettingsservicesettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotssettings/get/SyncGet.java index 090b2eee16b0..c918925b35f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/snapshotssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedList.java index 8f4f4414041a..0c1015720c83 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedListPaged.java index 4fb27e75714b..c0e5c5d9ea76 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedList.java index 42f51eafc5e8..bdd7897d39f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedListString.java index cf437fbdc89b..8797c2458cf1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetCredentialsProvider.java index 46f30e1dab04..0226ca701a7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetEndpoint.java index f1c413136e6e..ff3dbbe3f231 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDelete.java index cd466639571c..12012438ebd0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDeleteLRO.java index 08f825031877..b963b4179289 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDelete.java index ec9974b24022..f82a8ed2f162 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDeleteStringString.java index d658140967e3..abd8644278a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/AsyncGet.java index 35dc0e844197..44ab2a4f3cde 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGet.java index f53b420fc3b5..bfed90d851c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGetStringString.java index b5a95c65e709..0db1dcca40f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsert.java index 5952d05efd87..ff88c8449dc3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsertLRO.java index 0fc5997755e9..df498ba54a2d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsert.java index ec16dc2aa904..7727c1fd7306 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsertStringSslcertificate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsertStringSslcertificate.java index 052974e51ef7..bb5e743fbdb4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsertStringSslcertificate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/insert/SyncInsertStringSslcertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncList.java index 0c513659e99f..9a6a2145ee80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncListPaged.java index 3d0ef17f3d91..91e7230aecf1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncList.java index 7865e2292c1f..fe4464933e17 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncListString.java index da8da838723a..d4bdf00714de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificates/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificatessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificatessettings/get/SyncGet.java index 1cd3cd22cba5..5e267dde865f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificatessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslcertificatessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedList.java index 04fbba71700e..e46de213a6e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedListPaged.java index 7ae4e931ed66..8034825020e9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedList.java index 93a81d4aecf1..ac4ee5ae03f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedListString.java index 3acaca3a3ea2..8da32db7bb7e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetCredentialsProvider.java index 10670b6b02a6..701063f8cca8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetEndpoint.java index 0ac091c157ee..79b6233646d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDelete.java index de14b7036746..07505b2f186e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDeleteLRO.java index 77ebd9b1bc4d..1d4ffe07791b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDelete.java index 10022d1e55f7..0690dd55f8d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDeleteStringString.java index 10b87566996f..4880f94540b8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/AsyncGet.java index d260d1444ef7..06c2bfdda378 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGet.java index b2c0426173f4..f7113ee14a7f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGetStringString.java index cf2ef74cb061..5805a7bffa51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsert.java index 545e41917919..bf9e8f1323d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsertLRO.java index c9372562eb2a..54225fcac220 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsert.java index 55538cc49da3..a0a1b1ffa26d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsertStringSslpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsertStringSslpolicy.java index 9181327e8904..9cd6a8419902 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsertStringSslpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/insert/SyncInsertStringSslpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncList.java index 4705f3aa8e10..147c87f81b55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncListPaged.java index 4baf491b929e..b3d31d2f5f62 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncList.java index fc52d7fa19dd..8e0d8e601761 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncListString.java index d083f6f27d60..54ee9fef45fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java index 1eeb5b5599f8..8419b07be260 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/AsyncListAvailableFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeatures.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeatures.java index 3b93b6d4e240..bd9ce17b8cf8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeatures.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeaturesString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeaturesString.java index 637bcad2e661..376cc9433e22 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeaturesString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/listavailablefeatures/SyncListAvailableFeaturesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatch.java index e196b61e09d1..386a771be41a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatchLRO.java index 3c78317c9ad6..69fe73a4e3de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatch.java index 67dcb23ee070..5486d23fb93e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatchStringStringSslpolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatchStringStringSslpolicy.java index 182c38379349..30053bac02e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatchStringStringSslpolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpolicies/patch/SyncPatchStringStringSslpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpoliciessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpoliciessettings/get/SyncGet.java index 47c02c3fe1a5..aff925827c17 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpoliciessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/sslpoliciessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/acceleratortypesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/acceleratortypesstubsettings/get/SyncGet.java index 686b0e7bfc12..5a113a3c439a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/acceleratortypesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/acceleratortypesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/addressesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/addressesstubsettings/get/SyncGet.java index 83eb88602aaa..12b99ce57f1c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/addressesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/addressesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/autoscalersstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/autoscalersstubsettings/get/SyncGet.java index f0f902ea9561..9422592641c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/autoscalersstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/autoscalersstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendbucketsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendbucketsstubsettings/get/SyncGet.java index 28778b74d6cf..dbc4113d330e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendbucketsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendbucketsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendservicesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendservicesstubsettings/get/SyncGet.java index d2aee84a4a6c..46ba64460313 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendservicesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/backendservicesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disksstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disksstubsettings/get/SyncGet.java index 18df380d4cfa..a939575468f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disksstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disksstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disktypesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disktypesstubsettings/get/SyncGet.java index 0975b48d930d..b7205b80a0c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disktypesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/disktypesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/externalvpngatewaysstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/externalvpngatewaysstubsettings/get/SyncGet.java index 2a11507548b2..19151f1ec200 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/externalvpngatewaysstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/externalvpngatewaysstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallpoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallpoliciesstubsettings/get/SyncGet.java index 8bf11920ae51..29eb2fed2cc0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallpoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallpoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallsstubsettings/get/SyncGet.java index 0dcbe17d9798..b106e30425ca 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/firewallsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/forwardingrulesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/forwardingrulesstubsettings/get/SyncGet.java index 3eca4e931570..e6c7c18a2030 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/forwardingrulesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/forwardingrulesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaladdressesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaladdressesstubsettings/get/SyncGet.java index f384309c6ed1..912a36bdaccd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaladdressesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaladdressesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalforwardingrulesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalforwardingrulesstubsettings/get/SyncGet.java index 062f1b7e7d34..a00ac8e32fd9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalforwardingrulesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalforwardingrulesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalnetworkendpointgroupsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalnetworkendpointgroupsstubsettings/get/SyncGet.java index 009c30a78a56..6b58e204de54 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalnetworkendpointgroupsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalnetworkendpointgroupsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaloperationsstubsettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaloperationsstubsettings/delete/SyncDelete.java index 5cea4f519676..14328fffa90c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaloperationsstubsettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globaloperationsstubsettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalorganizationoperationsstubsettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalorganizationoperationsstubsettings/delete/SyncDelete.java index 24f97aeb566e..d738f4f41f9c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalorganizationoperationsstubsettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalorganizationoperationsstubsettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalpublicdelegatedprefixesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalpublicdelegatedprefixesstubsettings/get/SyncGet.java index d48573b3e9c0..cdd43cd28bb5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalpublicdelegatedprefixesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/globalpublicdelegatedprefixesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/healthchecksstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/healthchecksstubsettings/get/SyncGet.java index a479457e1e41..10e68796c0d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/healthchecksstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/healthchecksstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagefamilyviewsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagefamilyviewsstubsettings/get/SyncGet.java index 4165a2d48aad..16048196c575 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagefamilyviewsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagefamilyviewsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagesstubsettings/get/SyncGet.java index e3ef2d1a90d3..24738b8044f4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/imagesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupmanagersstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupmanagersstubsettings/get/SyncGet.java index e34aef782c7a..73cdde2d891e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupmanagersstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupmanagersstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupsstubsettings/get/SyncGet.java index 82f7014be816..8accb09c0396 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancegroupsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancesstubsettings/get/SyncGet.java index de7b31234064..828fda25bbdb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancetemplatesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancetemplatesstubsettings/get/SyncGet.java index b945742ffab9..d17aea374787 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancetemplatesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/instancetemplatesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectattachmentsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectattachmentsstubsettings/get/SyncGet.java index 01cdbbc1d137..b23cd09f26c6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectattachmentsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectattachmentsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectlocationsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectlocationsstubsettings/get/SyncGet.java index b93cd201a739..97e5305f7f43 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectlocationsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectlocationsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectremotelocationsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectremotelocationsstubsettings/get/SyncGet.java index c0ceeee6d5a1..5bd72fc82d24 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectremotelocationsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectremotelocationsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectsstubsettings/get/SyncGet.java index d81a1ba16c2b..877ca8de1a60 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/interconnectsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensecodesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensecodesstubsettings/get/SyncGet.java index dfa20161cec2..c5875dffa155 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensecodesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensecodesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensesstubsettings/get/SyncGet.java index d8f97e49a447..22520f50ba7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/licensesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machineimagesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machineimagesstubsettings/get/SyncGet.java index f1c50076f161..ecec48e07ec4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machineimagesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machineimagesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machinetypesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machinetypesstubsettings/get/SyncGet.java index 468b72cd832d..54a5f363ca50 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machinetypesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/machinetypesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkattachmentsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkattachmentsstubsettings/get/SyncGet.java index 6f9882ed9b8f..12106e4eeb51 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkattachmentsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkattachmentsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkedgesecurityservicesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkedgesecurityservicesstubsettings/get/SyncGet.java index 600bcd1f73d7..f215c12842a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkedgesecurityservicesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkedgesecurityservicesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkendpointgroupsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkendpointgroupsstubsettings/get/SyncGet.java index b2329d0cf019..38fa0cf707ce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkendpointgroupsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkendpointgroupsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkfirewallpoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkfirewallpoliciesstubsettings/get/SyncGet.java index e4b8a0e2b4c8..f19a067ef9fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkfirewallpoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networkfirewallpoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networksstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networksstubsettings/get/SyncGet.java index 44a945987063..37b150b8dfcd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networksstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/networksstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodegroupsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodegroupsstubsettings/get/SyncGet.java index 6f2707f16f3a..81c4260f95d4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodegroupsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodegroupsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetemplatesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetemplatesstubsettings/get/SyncGet.java index fee52101bc7c..4f7cb144f447 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetemplatesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetemplatesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetypesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetypesstubsettings/get/SyncGet.java index 1aeac75dbe11..0ba9d4a51e42 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetypesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/nodetypesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/packetmirroringsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/packetmirroringsstubsettings/get/SyncGet.java index 386584747dc2..7a91773f954c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/packetmirroringsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/packetmirroringsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/projectsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/projectsstubsettings/get/SyncGet.java index 63832966a98f..ab0925319f38 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/projectsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/projectsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicadvertisedprefixesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicadvertisedprefixesstubsettings/get/SyncGet.java index 235ae49a8af7..888c03fbe4bb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicadvertisedprefixesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicadvertisedprefixesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicdelegatedprefixesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicdelegatedprefixesstubsettings/get/SyncGet.java index 1586eec01160..46b6f317e90e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicdelegatedprefixesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/publicdelegatedprefixesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionautoscalersstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionautoscalersstubsettings/get/SyncGet.java index 4292f442fa06..7e74dd13571a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionautoscalersstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionautoscalersstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionbackendservicesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionbackendservicesstubsettings/get/SyncGet.java index d5e5e332e6e7..836f1508117f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionbackendservicesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionbackendservicesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioncommitmentsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioncommitmentsstubsettings/get/SyncGet.java index f6ceee7914f0..027c0bd2678b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioncommitmentsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioncommitmentsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisksstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisksstubsettings/get/SyncGet.java index 489ef65ffc66..e67dd66b0b73 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisksstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisksstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisktypesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisktypesstubsettings/get/SyncGet.java index 211ac3163405..37fe60e9b902 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisktypesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiondisktypesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthcheckservicesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthcheckservicesstubsettings/get/SyncGet.java index 44ce05042fae..bd7aba433e56 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthcheckservicesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthcheckservicesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthchecksstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthchecksstubsettings/get/SyncGet.java index aff85ba29356..ae5d44ce46fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthchecksstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionhealthchecksstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupmanagersstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupmanagersstubsettings/get/SyncGet.java index 079c64a84891..811fc027275d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupmanagersstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupmanagersstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupsstubsettings/get/SyncGet.java index 37de48e267c7..85e2ae5186fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancegroupsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancesstubsettings/bulkinsert/SyncBulkInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancesstubsettings/bulkinsert/SyncBulkInsert.java index 0911ba8c60da..ae05e89cfe9c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancesstubsettings/bulkinsert/SyncBulkInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancesstubsettings/bulkinsert/SyncBulkInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancetemplatesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancetemplatesstubsettings/get/SyncGet.java index 84c11cdb3903..a67dae5782c7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancetemplatesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regioninstancetemplatesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkendpointgroupsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkendpointgroupsstubsettings/get/SyncGet.java index 1f11630c880c..25fa916109e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkendpointgroupsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkendpointgroupsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkfirewallpoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkfirewallpoliciesstubsettings/get/SyncGet.java index 289c5c1e0ad5..de312184454c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkfirewallpoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnetworkfirewallpoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnotificationendpointsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnotificationendpointsstubsettings/get/SyncGet.java index 71578f7b150e..40f4d3756054 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnotificationendpointsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionnotificationendpointsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionoperationsstubsettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionoperationsstubsettings/delete/SyncDelete.java index 85da0b734a3f..8d2a0060504e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionoperationsstubsettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionoperationsstubsettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsecuritypoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsecuritypoliciesstubsettings/get/SyncGet.java index 196c903d674d..de91c5e94d4f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsecuritypoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsecuritypoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslcertificatesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslcertificatesstubsettings/get/SyncGet.java index 8643a2897479..9817289db84a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslcertificatesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslcertificatesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslpoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslpoliciesstubsettings/get/SyncGet.java index 39bff6e29f6d..3cef2523d821 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslpoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsslpoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsstubsettings/get/SyncGet.java index 18e172a16eaf..71b8b3ce57e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpproxiesstubsettings/get/SyncGet.java index b17497114e96..f9785d06e940 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpsproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpsproxiesstubsettings/get/SyncGet.java index 7f86d48d237b..5591a945c3cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpsproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargethttpsproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargettcpproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargettcpproxiesstubsettings/get/SyncGet.java index fe5d02e5295d..18ec312784a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargettcpproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regiontargettcpproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionurlmapsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionurlmapsstubsettings/get/SyncGet.java index 0d466fe7295e..e17fadf104f1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionurlmapsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionurlmapsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionzonesstubsettings/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionzonesstubsettings/list/SyncList.java index 1c3b7d39ec13..55208fe8180d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionzonesstubsettings/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/regionzonesstubsettings/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/reservationsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/reservationsstubsettings/get/SyncGet.java index 988ffa876f92..678a9177a2d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/reservationsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/reservationsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/resourcepoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/resourcepoliciesstubsettings/get/SyncGet.java index 8b7aa7779417..001144d9f551 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/resourcepoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/resourcepoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routersstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routersstubsettings/get/SyncGet.java index d7e10552c52d..c6bbc8b7f5f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routersstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routersstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routesstubsettings/get/SyncGet.java index d98566533f6a..5ff3929bb993 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/routesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/securitypoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/securitypoliciesstubsettings/get/SyncGet.java index 706a08b2c68d..8df3ea8a0155 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/securitypoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/securitypoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/serviceattachmentsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/serviceattachmentsstubsettings/get/SyncGet.java index 0e186db339f4..95aebdd94c69 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/serviceattachmentsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/serviceattachmentsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsettingsservicestubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsettingsservicestubsettings/get/SyncGet.java index 8d1fd5d4250d..9f40507590df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsettingsservicestubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsettingsservicestubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsstubsettings/get/SyncGet.java index cc0d55ebf4ef..b96c97b7e467 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/snapshotsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslcertificatesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslcertificatesstubsettings/get/SyncGet.java index d13d2c67501c..7685f1d80645 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslcertificatesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslcertificatesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslpoliciesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslpoliciesstubsettings/get/SyncGet.java index fd65f436cea7..cd5fc2176838 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslpoliciesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/sslpoliciesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/subnetworksstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/subnetworksstubsettings/get/SyncGet.java index 1da3c1981d80..8c55b01d467f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/subnetworksstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/subnetworksstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetgrpcproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetgrpcproxiesstubsettings/get/SyncGet.java index c3a74e8e1e9b..cf61e4cd5d0f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetgrpcproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetgrpcproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpproxiesstubsettings/get/SyncGet.java index ac83e239d9f9..45c3c3654e45 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpsproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpsproxiesstubsettings/get/SyncGet.java index 79261578a696..9c3233654e2b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpsproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targethttpsproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetinstancesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetinstancesstubsettings/get/SyncGet.java index 10069264cbc1..64ec7c12f286 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetinstancesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetinstancesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetpoolsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetpoolsstubsettings/get/SyncGet.java index 66058e7fca34..27ff226a3167 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetpoolsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetpoolsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetsslproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetsslproxiesstubsettings/get/SyncGet.java index aa8ed44fc367..689c9798092b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetsslproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetsslproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targettcpproxiesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targettcpproxiesstubsettings/get/SyncGet.java index 70b91e828ec2..12a9037a2215 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targettcpproxiesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targettcpproxiesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetvpngatewaysstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetvpngatewaysstubsettings/get/SyncGet.java index 5c140a1bd45f..c3f0088d34ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetvpngatewaysstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/targetvpngatewaysstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/urlmapsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/urlmapsstubsettings/get/SyncGet.java index a23868c9d4b2..0aa85eb72425 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/urlmapsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/urlmapsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpngatewaysstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpngatewaysstubsettings/get/SyncGet.java index 751343b3d560..4f185b399f4c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpngatewaysstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpngatewaysstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpntunnelsstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpntunnelsstubsettings/get/SyncGet.java index 31ce1492a50b..7a3547b0a253 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpntunnelsstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/vpntunnelsstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zoneoperationsstubsettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zoneoperationsstubsettings/delete/SyncDelete.java index 20ba74a2c2cb..ab188f76498d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zoneoperationsstubsettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zoneoperationsstubsettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zonesstubsettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zonesstubsettings/get/SyncGet.java index 829521096f38..3d21e1e9870f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zonesstubsettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/stub/zonesstubsettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedList.java index d5e7c842933c..0114615fcc90 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedListPaged.java index f481c74433ff..52a6543428c7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedList.java index d514be06ca94..28bbc322e6d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedListString.java index 4c727b3e6783..f13c179cc634 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetCredentialsProvider.java index ee5496fe9571..78c2b7c0e611 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetEndpoint.java index 86d06a9e1552..dd361b0cc4d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDelete.java index 69072cec3d4e..d760f0fcedd1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDeleteLRO.java index 42b34d6d5d50..d2239705ae9e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDelete.java index 85349e766066..ad4093106c12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDeleteStringStringString.java index 3feb2cc219ac..3863c0a3c817 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRange.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRange.java index d96d6cf95a1d..c33ae259e0d3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRange.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRangeLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRangeLRO.java index 84923d577367..2bd780a17872 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRangeLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/AsyncExpandIpCidrRangeLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRange.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRange.java index 4a7e8e10e92c..b1397ce9b97c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRange.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRangeStringStringStringSubnetworksexpandipcidrrangerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRangeStringStringStringSubnetworksexpandipcidrrangerequest.java index ac50c9932350..748c7cf5a28e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRangeStringStringStringSubnetworksexpandipcidrrangerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/expandipcidrrange/SyncExpandIpCidrRangeStringStringStringSubnetworksexpandipcidrrangerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/AsyncGet.java index b2863d7dff8e..99ed65224139 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGet.java index 6b027fac1b27..866afea15576 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGetStringStringString.java index cef4d7995282..86a30cf1d9e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/AsyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/AsyncGetIamPolicy.java index bac9e5f9bf5a..f69e48eab6cc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/AsyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicy.java index 01089fd18277..a57ae7b1c4ac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicyStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicyStringStringString.java index 51a4453cc92f..3235b47a8ccb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicyStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/getiampolicy/SyncGetIamPolicyStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsert.java index e68c9a1cfeb8..39928701e5b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsertLRO.java index 1cb06aadf1f8..e71e5a5014ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsert.java index 9f26db09cbda..b0e9b5d731fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsertStringStringSubnetwork.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsertStringStringSubnetwork.java index 0b23b3e3c540..8e70bb48e40b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsertStringStringSubnetwork.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/insert/SyncInsertStringStringSubnetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncList.java index 365e5150b5ad..104da3f5432e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncListPaged.java index 97d914db48ef..b4cc198d21b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncList.java index 312eb7bf7168..acfbbac4fb68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncListStringString.java index 9f8dbaef4421..8d9864031fd6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsable.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsable.java index 3dcd38a04a59..9158054a32fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsable.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsablePaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsablePaged.java index 76d6bae3ce08..9aad465ad65e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsablePaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/AsyncListUsablePaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsable.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsable.java index 4964332228cf..ee5ba2571891 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsable.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsableString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsableString.java index 263dfb5a0bea..585161b4f0b6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsableString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/listusable/SyncListUsableString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatch.java index d9dc56e831b1..3e34084df928 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatchLRO.java index 6168e4ce6d7d..00c1021a3242 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatch.java index f4fc0650c112..5dc644aeb617 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatchStringStringStringSubnetwork.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatchStringStringStringSubnetwork.java index 17d1250915b7..07904ae7e043 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatchStringStringStringSubnetwork.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/patch/SyncPatchStringStringStringSubnetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/AsyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/AsyncSetIamPolicy.java index eac086c8d3f6..f1ec2459bf43 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/AsyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicy.java index 508a0159ddc8..9e0ef9782f1d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java index 18be727456cb..aee5ec7b462d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setiampolicy/SyncSetIamPolicyStringStringStringRegionsetpolicyrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccess.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccess.java index 3df70c27c84d..036ff2d0b3f3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccess.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccess.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccessLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccessLRO.java index 0153c29926a8..9fe1f1cde4d4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccessLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/AsyncSetPrivateIpGoogleAccessLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccess.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccess.java index f8b309b6645d..720635eafa62 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccess.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccess.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccessStringStringStringSubnetworkssetprivateipgoogleaccessrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccessStringStringStringSubnetworkssetprivateipgoogleaccessrequest.java index 5d985e5abc5b..a631ac9e9ec3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccessStringStringStringSubnetworkssetprivateipgoogleaccessrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/setprivateipgoogleaccess/SyncSetPrivateIpGoogleAccessStringStringStringSubnetworkssetprivateipgoogleaccessrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/AsyncTestIamPermissions.java index 8502ff6879a6..77e42afcb7c9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissions.java index 63de34d707e2..f9360c83a231 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 8c0fa9fe275b..61929f6868ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworks/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworkssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworkssettings/get/SyncGet.java index 0546712bb035..6fd288e25c40 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworkssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/subnetworkssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetCredentialsProvider.java index 5ca7f494e249..34b71594aa45 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetEndpoint.java index eea19a67b605..b034d673e109 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDelete.java index 340b132b2152..2198bb6d928c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDeleteLRO.java index 1261c22cd0db..a328fa805dd7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDelete.java index ee0ece47378c..15f4d1993eed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDeleteStringString.java index eb73638a6efe..173fdea6728a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/AsyncGet.java index f5322434842f..b65e9f9074fc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGet.java index 3f0efc9b9766..ea30464f4bd2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGetStringString.java index d1dbdb87019e..c7097fd42d84 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsert.java index 2f8a79f349f5..5e27b568b961 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsertLRO.java index c4ce826325b8..7c2d4a396794 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsert.java index 53f95a87e40b..e5f6b161e615 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsertStringTargetgrpcproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsertStringTargetgrpcproxy.java index d7103ddad337..e2b8344dc88d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsertStringTargetgrpcproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/insert/SyncInsertStringTargetgrpcproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncList.java index 43b565ed3006..5cb85e47725f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncListPaged.java index 4ac930b178ea..00baa25c90b7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncList.java index 2c99d08a1431..7c60b52d6a14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncListString.java index cc93e00f8488..fcc742733df2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatch.java index 3a1d34bbabcb..466114f7ba32 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatchLRO.java index 3171dc6682ca..cc7d4b947160 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatch.java index 733abd24a1b4..ca39f52c5032 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatchStringStringTargetgrpcproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatchStringStringTargetgrpcproxy.java index e1ef81e12863..90eb24747895 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatchStringStringTargetgrpcproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxies/patch/SyncPatchStringStringTargetgrpcproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxiessettings/get/SyncGet.java index 3c864f6072be..b079c659c96c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetgrpcproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedList.java index bd90d3a8ca57..d5c36a23abe7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedListPaged.java index d99ceebe35e4..9918bfd40ecb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedList.java index 6c6f582c98cc..1a2d008947d6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedListString.java index e946bfa386ce..2d2e7f568b2a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetCredentialsProvider.java index 9148f6f85283..966451673326 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetEndpoint.java index 981a0c8b896b..a898da935e7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDelete.java index 1b3ff07ae667..6472bd5487ba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDeleteLRO.java index 82e1ae09665f..1bc9fe1103de 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDelete.java index 087613231680..d2642e484496 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDeleteStringString.java index 30f944752588..c5b6faff3e48 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/AsyncGet.java index d54604791d3d..aac24e4fc2a9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGet.java index f77c5c9dcf04..a2a8938b9330 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGetStringString.java index 33e8bce08335..de8321bc896a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsert.java index ac2fec73be86..c1b633780b53 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsertLRO.java index 7c139752819c..3f2346e7fa0e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsert.java index 78a5bbc9eb66..5de048f04450 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsertStringTargethttpproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsertStringTargethttpproxy.java index 75eb8c974a44..4dd4bcfb72b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsertStringTargethttpproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/insert/SyncInsertStringTargethttpproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncList.java index a0d60884ca85..6240ca462ae6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncListPaged.java index c8ec244a6b81..9a4805c97ccb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncList.java index e684beafffa9..8995c68853ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncListString.java index ffc2992e6fa6..740c8357decf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatch.java index 37ae1a44b2e4..6e0fa0f5b340 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatchLRO.java index df49d053dd4d..133c30bef678 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatch.java index 9b76baec730c..8dc3eae6858b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatchStringStringTargethttpproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatchStringStringTargethttpproxy.java index d572f665d2c0..927c9b9f6516 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatchStringStringTargethttpproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/patch/SyncPatchStringStringTargethttpproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMap.java index e55faecb7242..3fdc1557b04c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMapLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMapLRO.java index f4891d2aad2d..79c6c5fab798 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMapLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/AsyncSetUrlMapLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMap.java index 29bf7adb18b5..9f75841abbad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java index f175991a24c8..dd49c678ac8a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxiessettings/get/SyncGet.java index 4240cbcd69ba..6387f0eee234 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedList.java index 34c1e899bbf7..7804902ffbdd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedListPaged.java index 0cbacf633b6d..8c56e7710d09 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedList.java index dee01eaddf56..edfd940df28a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedListString.java index 5fc0a3804d5d..ce071b9ec62b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetCredentialsProvider.java index 3497f9de322c..e620986bd2ad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetEndpoint.java index e3aa0abbf9a3..61a957d90730 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDelete.java index cc1679274d0f..9a214cf2f54a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDeleteLRO.java index 9e0b60c01b19..d4323900bb21 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDelete.java index 3626b31a2357..10cbcba5ea7d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDeleteStringString.java index 8bb43e8798a1..ef8cb67b3208 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/AsyncGet.java index 6489a02f7ea6..1302b8569461 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGet.java index 2f6fd363ee99..8c32407868cd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGetStringString.java index 1ee2cf5fc9cb..9a8ba1a0b090 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsert.java index a7db7844b5d2..4286c6f95378 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsertLRO.java index cd29a3867a81..0472909ccbbe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsert.java index f263f75b558e..a26cfa98d134 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsertStringTargethttpsproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsertStringTargethttpsproxy.java index 18b8f02d0db0..f3d9afba313b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsertStringTargethttpsproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/insert/SyncInsertStringTargethttpsproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncList.java index 608cb5101b8e..67078d596602 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncListPaged.java index 5d483d96396f..36670dcad37e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncList.java index f9fc565754fe..adc0a38999c3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncListString.java index df827f76ee2d..91d5c70737c1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatch.java index 703d44e381e2..316abac7973b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatchLRO.java index eecc6a00738a..8f5e74058743 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatch.java index a10b2166cbe2..283c6ace8652 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatchStringStringTargethttpsproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatchStringStringTargethttpsproxy.java index 08104f4ad47e..8788e08da9f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatchStringStringTargethttpsproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/patch/SyncPatchStringStringTargethttpsproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMap.java index a8860627b64a..39cad5f4de33 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMapLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMapLRO.java index f3118a0d743b..7c4e78462709 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMapLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/AsyncSetCertificateMapLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMap.java index 3bfcdc0ed0d6..1d1d58f1cf9d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMapStringStringTargethttpsproxiessetcertificatemaprequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMapStringStringTargethttpsproxiessetcertificatemaprequest.java index 8b5e4af8dec9..e5722b86b8b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMapStringStringTargethttpsproxiessetcertificatemaprequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setcertificatemap/SyncSetCertificateMapStringStringTargethttpsproxiessetcertificatemaprequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverride.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverride.java index cea4d12a1b84..4e96dadade45 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverride.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverride.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverrideLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverrideLRO.java index ea5c5a63ac20..49557e0ab42a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverrideLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/AsyncSetQuicOverrideLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverride.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverride.java index 259c6fa2b0e0..0fb35b767b94 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverride.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverride.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverrideStringStringTargethttpsproxiessetquicoverriderequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverrideStringStringTargethttpsproxiessetquicoverriderequest.java index 697c6dc15c81..7b77d54de5d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverrideStringStringTargethttpsproxiessetquicoverriderequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setquicoverride/SyncSetQuicOverrideStringStringTargethttpsproxiessetquicoverriderequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java index 79b15fc2c4d4..4857a7c54e49 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java index ebfa07f2d0a3..3ea0f3157e57 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificates.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificates.java index 57d0b47af36d..eae3baff20df 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificates.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargethttpsproxiessetsslcertificatesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargethttpsproxiessetsslcertificatesrequest.java index f1991800d2b3..8dbaba10c0db 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargethttpsproxiessetsslcertificatesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargethttpsproxiessetsslcertificatesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicy.java index 54a547e987f2..55cb72d41541 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicyLRO.java index 2b89ae7c9f81..131c796972cf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/AsyncSetSslPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicy.java index ce797bc1844a..af57928d3728 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java index ac89e0c49c3e..d534cd10014a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMap.java index 30889551732e..246ba163e2c8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java index eb73f53169a8..ef187bf6d335 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/AsyncSetUrlMapLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMap.java index a0b7e9611309..107a99923ffa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java index 42d71641ef88..23e165b15b6c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxies/seturlmap/SyncSetUrlMapStringStringUrlmapreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxiessettings/get/SyncGet.java index bb91cb6e7e60..cf06bab0922b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targethttpsproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedList.java index 117b48567544..ae27e074be23 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedListPaged.java index 063707920b77..189ba50ec5d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedList.java index a17e68c85a7e..d1be5f87582c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedListString.java index 50382f266e9b..3d5d00002874 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetCredentialsProvider.java index 55f4e7e890b8..f5e1dfccc1ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetEndpoint.java index ea9911b7060c..c0f0ac390350 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDelete.java index fa398a959509..72a7fe1b44ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDeleteLRO.java index 440af55aac76..b264f2aeb706 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDelete.java index 06000725d925..68737ec829c2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDeleteStringStringString.java index c921fc66aa40..70028eefe8b5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/AsyncGet.java index 77254824093f..261287f7f764 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGet.java index 288ca0c3ca0e..732283b23404 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGetStringStringString.java index e9347ffb25fe..98623f3efebc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsert.java index 36d8f865349f..a2c4171b1c7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsertLRO.java index 52eda60dcae4..6cc827f9fb39 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsert.java index 4217484dfa93..cfed0a8ced1e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsertStringStringTargetinstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsertStringStringTargetinstance.java index 2b9aeaff56c3..e0ffe5ee0cab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsertStringStringTargetinstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/insert/SyncInsertStringStringTargetinstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncList.java index c238dce69534..af02e8c0c34a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncListPaged.java index 9932d6ad1899..3aa3a31dc1eb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncList.java index 2fbe42ac3b1a..536ffedf3439 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncListStringString.java index 618f7eac49b3..e87006a6f045 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicy.java index 70b78c340db8..318427e08633 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java index 65c7efff7352..282b2e296653 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicy.java index 0440c2e51e1a..60722de11c25 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java index 2dadb3def2d0..04eef9a16949 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstances/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstancessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstancessettings/get/SyncGet.java index 6e29ea3e068d..e52842680ac3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstancessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetinstancessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheck.java index 7080954bf995..3dd0bea7fd85 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheckLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheckLRO.java index 3b14d48975e3..f5839a1d69b3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheckLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/AsyncAddHealthCheckLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheck.java index ed29f8fb9055..3852513c64fe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheckStringStringStringTargetpoolsaddhealthcheckrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheckStringStringStringTargetpoolsaddhealthcheckrequest.java index 9ef96e10cc11..e53ef5a21547 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheckStringStringStringTargetpoolsaddhealthcheckrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addhealthcheck/SyncAddHealthCheckStringStringStringTargetpoolsaddhealthcheckrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstance.java index ba8f18232645..d9ade4a7a8bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstanceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstanceLRO.java index 2d916a0bf306..90573e51d6b8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstanceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/AsyncAddInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstance.java index 929ca3e2484d..cc04c71ab5dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstanceStringStringStringTargetpoolsaddinstancerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstanceStringStringStringTargetpoolsaddinstancerequest.java index 178044b45c04..0f77bea841fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstanceStringStringStringTargetpoolsaddinstancerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/addinstance/SyncAddInstanceStringStringStringTargetpoolsaddinstancerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedList.java index 3f203dca26f0..5633195e9381 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedListPaged.java index aaa2331daae9..007d80e01e63 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedList.java index df6235d36a5d..04337fff9fe6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedListString.java index 7a05b7c10aee..30686afee924 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetCredentialsProvider.java index a5a0aa887f66..e723bada7e40 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetEndpoint.java index 19f338552c6c..5ceddc1ad43c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDelete.java index b18e1704f4d4..3d0579295240 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDeleteLRO.java index e553c9a68066..bad1aefc80d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDelete.java index a2aa5ee55f85..42977bb444b3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDeleteStringStringString.java index fec8bdbf7afd..5f8700ccd0d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/AsyncGet.java index 60fbd1ed1d83..edb93f786ac2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGet.java index dac7549429a6..e4d029e76bf9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGetStringStringString.java index 066cd7c0e6eb..d34fb3f447c4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/AsyncGetHealth.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/AsyncGetHealth.java index 0248f0d8504d..302f33e13072 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/AsyncGetHealth.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/AsyncGetHealth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealth.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealth.java index ecd070349f4d..52daa435a4ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealth.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealthStringStringStringInstancereference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealthStringStringStringInstancereference.java index 8b4a5b4b040c..a02b591b4401 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealthStringStringStringInstancereference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/gethealth/SyncGetHealthStringStringStringInstancereference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsert.java index 1a31c17579ab..93c7146afd26 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsertLRO.java index 263921b7b72e..b62c5cd29e97 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsert.java index 3f3cf1d28e93..3d689382e7e0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsertStringStringTargetpool.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsertStringStringTargetpool.java index e35d4cdbd1a0..5234dfcc3d18 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsertStringStringTargetpool.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/insert/SyncInsertStringStringTargetpool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncList.java index 00991fb1ac78..1f2743bad656 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncListPaged.java index e6b29114d399..58b59db71e92 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncList.java index 2029319a6a88..68a338bdbb86 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncListStringString.java index 10792a31def9..b4806177d9fe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheck.java index 6a27622d6c98..2a598e598e4f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheckLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheckLRO.java index 25cd596bfd62..83c67dd03efb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheckLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/AsyncRemoveHealthCheckLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheck.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheck.java index 9ff0da0eec03..6b4d8347b80c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheck.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheckStringStringStringTargetpoolsremovehealthcheckrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheckStringStringStringTargetpoolsremovehealthcheckrequest.java index 17b44f80d74d..65bc3a388325 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheckStringStringStringTargetpoolsremovehealthcheckrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removehealthcheck/SyncRemoveHealthCheckStringStringStringTargetpoolsremovehealthcheckrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstance.java index 899ad8d45b01..712110f3e762 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstanceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstanceLRO.java index f35656baca83..277a75ab0666 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstanceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/AsyncRemoveInstanceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstance.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstance.java index d844a223a4f2..87175335ee00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstance.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstanceStringStringStringTargetpoolsremoveinstancerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstanceStringStringStringTargetpoolsremoveinstancerequest.java index ca675c7aed7a..2c7b743a573b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstanceStringStringStringTargetpoolsremoveinstancerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/removeinstance/SyncRemoveInstanceStringStringStringTargetpoolsremoveinstancerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackup.java index 9b858efead56..7b0af4140430 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackupLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackupLRO.java index fe935c622c10..cbc49c99d0e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackupLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/AsyncSetBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackup.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackup.java index 6977cc046e82..bdadb69b6d0f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackup.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackupStringStringStringTargetreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackupStringStringStringTargetreference.java index 776abea9a686..fa230115b77d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackupStringStringStringTargetreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setbackup/SyncSetBackupStringStringStringTargetreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicy.java index 81d7d2e65a38..66ece272ccfe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java index 50d6b99966e4..7c85daffb9e2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/AsyncSetSecurityPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicy.java index 944e34145eda..cfbbfa010863 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java index 3a41f974747e..357f33cf1695 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpools/setsecuritypolicy/SyncSetSecurityPolicyStringStringStringSecuritypolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpoolssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpoolssettings/get/SyncGet.java index a983083d0f3c..61d980826b49 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpoolssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetpoolssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetCredentialsProvider.java index 9a85be331c26..7f2ed8146314 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetEndpoint.java index 8ac1f3f6ecd2..fee9bd0e419f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDelete.java index cd0147a52946..24804408babc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDeleteLRO.java index 8a49086173fa..3cdef317adf6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDelete.java index 56bdf9bae8a9..7d077b68ec7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDeleteStringString.java index 3b688c3f321e..ad69aea31cb5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/AsyncGet.java index df820f4e01ea..11b993105058 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGet.java index 10538b65dbbe..b00e60af9a78 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGetStringString.java index 62a7c87c60c2..992f2a970367 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsert.java index 8043c43e0098..2839aaf17ddd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsertLRO.java index 2a9dd09a8260..be4462018397 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsert.java index 7886c9a4200f..576fd53f858e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsertStringTargetsslproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsertStringTargetsslproxy.java index 679766cb0959..66bcd2f0ce12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsertStringTargetsslproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/insert/SyncInsertStringTargetsslproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncList.java index 54dac71c5d1f..081c0dacdeb3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncListPaged.java index 8528ffb35724..74ac6a2d9fd7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncList.java index 3c380a5e1000..28c8590dd526 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncListString.java index c42e13092620..e2295352368f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendService.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendService.java index 99aa00138068..b803fd8d9007 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendService.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendServiceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendServiceLRO.java index 06c7ad9d3cb9..ae0ff2699528 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendServiceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/AsyncSetBackendServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendService.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendService.java index 9f7a8345c3f9..6c6dabe5375c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendService.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendServiceStringStringTargetsslproxiessetbackendservicerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendServiceStringStringTargetsslproxiessetbackendservicerequest.java index 594aa9080f4d..0ddd1f72bc4f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendServiceStringStringTargetsslproxiessetbackendservicerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setbackendservice/SyncSetBackendServiceStringStringTargetsslproxiessetbackendservicerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMap.java index d0035f61bff8..f224fce49d55 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMapLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMapLRO.java index d76711e762d7..b1c176bfa55e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMapLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/AsyncSetCertificateMapLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMap.java index 6500efabbafd..9950da298480 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMapStringStringTargetsslproxiessetcertificatemaprequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMapStringStringTargetsslproxiessetcertificatemaprequest.java index f9adf2c69ee8..bc4fdd0ccdbc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMapStringStringTargetsslproxiessetcertificatemaprequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setcertificatemap/SyncSetCertificateMapStringStringTargetsslproxiessetcertificatemaprequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeader.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeader.java index c54f3c956371..bcb7fc3c62c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeader.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeaderLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeaderLRO.java index f4e60658d25e..c999f72aa34b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeaderLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/AsyncSetProxyHeaderLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeader.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeader.java index 333cdbb31690..a2da99191522 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeader.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeaderStringStringTargetsslproxiessetproxyheaderrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeaderStringStringTargetsslproxiessetproxyheaderrequest.java index 80fffacfcbe2..ce41e1fd1a44 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeaderStringStringTargetsslproxiessetproxyheaderrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setproxyheader/SyncSetProxyHeaderStringStringTargetsslproxiessetproxyheaderrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificates.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificates.java index 5eb567f826fc..d867470a84db 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificates.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java index bc2bea51c1c0..3acd2cc7a8dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/AsyncSetSslCertificatesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificates.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificates.java index cd3bed612962..ac79fa37c64e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificates.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargetsslproxiessetsslcertificatesrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargetsslproxiessetsslcertificatesrequest.java index 4ba74a671952..eee6fd9c41e7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargetsslproxiessetsslcertificatesrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslcertificates/SyncSetSslCertificatesStringStringTargetsslproxiessetsslcertificatesrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicy.java index 1285238beaf3..9d01616d75d0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicyLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicyLRO.java index e2513d42df4d..b7fbfb877fbe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicyLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/AsyncSetSslPolicyLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicy.java index 8c0d104ef938..36f32e843230 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java index 247fdfaa6c77..76cdc5e1a571 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxies/setsslpolicy/SyncSetSslPolicyStringStringSslpolicyreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxiessettings/get/SyncGet.java index a199448c6b12..1e55867ee42e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetsslproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedList.java index c295164449f8..55baeedd8440 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedListPaged.java index d8e7df779099..5dc824910d73 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedList.java index b06313d6a7fe..4f5a32e5cc00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedListString.java index 39bc3af9224a..329b145a53e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetCredentialsProvider.java index 67ca11140742..3cf59a33c086 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetEndpoint.java index f87e63c95292..7f68e26c59c0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDelete.java index d34a4bcd4563..e554a127fb30 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDeleteLRO.java index d74b034ce70f..7efb0b286aee 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDelete.java index a4deb2fe8e3f..82032328ec46 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDeleteStringString.java index f2f8de5ec98c..05a39ab49ade 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/AsyncGet.java index 21af8aa311db..47a4ec677d0d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGet.java index 0bee45501305..4f9b43c0fc74 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGetStringString.java index 553090fae276..75b282cd877e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsert.java index 90f4699ae740..dd8d5ca332e5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsertLRO.java index cb4e2fee102f..f3c6c7d581a7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsert.java index dd21d808f902..b589f2d5fe63 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsertStringTargettcpproxy.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsertStringTargettcpproxy.java index e9d71602d4a4..7e0d43bc32f9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsertStringTargettcpproxy.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/insert/SyncInsertStringTargettcpproxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncList.java index 2e5fb48bec2f..5dbc45897c5d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncListPaged.java index 22305c54249a..02e63fd5dc1e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncList.java index 9f6d98512118..48c21b6fed0c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncListString.java index fd7738db749f..a9aa3c077ca1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendService.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendService.java index 936a0a778510..3db1fa5d21d1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendService.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendServiceLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendServiceLRO.java index fe6c3cc3b4eb..7848a9c628e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendServiceLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/AsyncSetBackendServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendService.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendService.java index a7e4195f9dc7..2313809a6c5c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendService.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendServiceStringStringTargettcpproxiessetbackendservicerequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendServiceStringStringTargettcpproxiessetbackendservicerequest.java index 8397725f5e1a..0741809574e6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendServiceStringStringTargettcpproxiessetbackendservicerequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setbackendservice/SyncSetBackendServiceStringStringTargettcpproxiessetbackendservicerequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeader.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeader.java index 3396d5cc1e90..d2b2bd7da2a2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeader.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeaderLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeaderLRO.java index ec0ca3cf42e8..e83ca1d9a258 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeaderLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/AsyncSetProxyHeaderLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeader.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeader.java index 76f754d8fa89..459e5c968204 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeader.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeaderStringStringTargettcpproxiessetproxyheaderrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeaderStringStringTargettcpproxiessetproxyheaderrequest.java index 35b4e6a72906..9e6fb721cbab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeaderStringStringTargettcpproxiessetproxyheaderrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxies/setproxyheader/SyncSetProxyHeaderStringStringTargettcpproxiessetproxyheaderrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxiessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxiessettings/get/SyncGet.java index 8ad6a4e22890..db8e776f97bf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxiessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targettcpproxiessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedList.java index ef6de63a2f77..4855cc392a5f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedListPaged.java index 769653586459..ddcb6cde64a5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedList.java index 15cd7e6848a2..be85f045188a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedListString.java index 95f6f67ff53e..2e1b1e4186d7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetCredentialsProvider.java index 83fe9da0f5cd..78d1243479ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetEndpoint.java index df1e46967142..e6d8e59e9471 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDelete.java index 01f983f3cc3f..1645c2e07359 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDeleteLRO.java index c4bfca82b216..198d2d8e01a9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDelete.java index 5e91cbce989b..b39ec8f94147 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDeleteStringStringString.java index 0c4991c92b7c..b7342d18ecc3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/AsyncGet.java index 91f6e69a0d23..599ca4063eac 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGet.java index db7ae740cc64..5648d96c1aa7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGetStringStringString.java index b399a68ae728..fabbef54f777 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsert.java index 61e8fcf94596..f0cc01ce9e6a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsertLRO.java index 296fe6c67780..29e25659afae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsert.java index 2a6bb2c64643..5bf8942d2c12 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsertStringStringTargetvpngateway.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsertStringStringTargetvpngateway.java index c2ffc5f02874..d581399034fe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsertStringStringTargetvpngateway.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/insert/SyncInsertStringStringTargetvpngateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncList.java index 2cfa5a9ea2bb..3d99a2d17fd5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncListPaged.java index 037d4f5b9cce..d834200843fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncList.java index abf9ec5ad033..0882d802e191 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncListStringString.java index ce7a0786508b..ed002ad1d875 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabels.java index 62b2857cfed4..6a07cb751b27 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabelsLRO.java index a97970dc0e22..a082b3fd58b0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabels.java index e105838f335d..3d05a6bfc650 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index 5af51b288c32..f17a0ae658ef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngatewayssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngatewayssettings/get/SyncGet.java index c1c8012075fb..e9e287799b6d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngatewayssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/targetvpngatewayssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedList.java index 065db710a9c7..4c8f79798ee9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedListPaged.java index 303da1ebf880..13ca0eb2dfbe 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedList.java index 86eb0f1cb69f..610aef3a8506 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedListString.java index c4841c4b3192..2df93cd1cf97 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetCredentialsProvider.java index 1474a856f004..4d1d6a550c7a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetEndpoint.java index 9f1afcb4bbd6..f8ab5c17b2b3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDelete.java index 99d039cb1ad2..8ffa9538dd96 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDeleteLRO.java index 7006a97379fc..1cd6d11d542c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDelete.java index 93c9a3a7a5f0..9cada5f504f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDeleteStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDeleteStringString.java index 57e685961d05..eb21725d463d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDeleteStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/delete/SyncDeleteStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/AsyncGet.java index bdd92ae249d9..d11011054caa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGet.java index 45f282c12fbf..929130617ccf 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGetStringString.java index 5d0e1dd66996..1edacfe34e6a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsert.java index 8b21a6b95e89..7166ae4403f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsertLRO.java index 282280faaa0f..f073c9564e53 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsert.java index 23cb4bf80db9..a5312ae55078 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsertStringUrlmap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsertStringUrlmap.java index bf9fb36d38bf..057c90644471 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsertStringUrlmap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/insert/SyncInsertStringUrlmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCache.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCache.java index 94b933834847..dc5623c2f375 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCache.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCacheLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCacheLRO.java index 44ebb92039b2..495432575ac1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCacheLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/AsyncInvalidateCacheLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCache.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCache.java index d6afeefaa040..b13c11f65bab 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCache.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCacheStringStringCacheinvalidationrule.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCacheStringStringCacheinvalidationrule.java index 5c712e89ac71..7ae56ebfb8e3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCacheStringStringCacheinvalidationrule.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/invalidatecache/SyncInvalidateCacheStringStringCacheinvalidationrule.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncList.java index 081162de71fd..e2505b95668a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncListPaged.java index ecc573ab9bb5..b6a23fff4b94 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncList.java index 9c5066e7e52d..55000fde0a23 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncListString.java index 23f030a46483..534d19c42c9c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatch.java index a97aa95c651f..3bfba4f2aa0d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatchLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatchLRO.java index c3680feed545..9a858d93b2ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatchLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/AsyncPatchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatch.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatch.java index 12b7744c54bd..42a8efdbfcc3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatch.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatchStringStringUrlmap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatchStringStringUrlmap.java index adafbe4d14cf..eb127294491a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatchStringStringUrlmap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/patch/SyncPatchStringStringUrlmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdate.java index 77f60a3dd45f..e6179254e605 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdateLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdateLRO.java index b6e9a2ee7e34..2f7a79094f1f 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdateLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/AsyncUpdateLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdate.java index be84a96a28ce..724624b90a75 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdateStringStringUrlmap.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdateStringStringUrlmap.java index 5da162782e8f..5a24206a6648 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdateStringStringUrlmap.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/update/SyncUpdateStringStringUrlmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/AsyncValidate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/AsyncValidate.java index 1b44cfa756fc..2bddd96f7626 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/AsyncValidate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/AsyncValidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidate.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidate.java index 08ab68637521..b7ad5d596740 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidate.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidateStringStringUrlmapsvalidaterequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidateStringStringUrlmapsvalidaterequest.java index 319635948dcd..e8f260314fcc 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidateStringStringUrlmapsvalidaterequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmaps/validate/SyncValidateStringStringUrlmapsvalidaterequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmapssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmapssettings/get/SyncGet.java index b7817f2a175d..f4a5bbb61ff9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmapssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/urlmapssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedList.java index a6de1171a35b..91133ced0833 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedListPaged.java index 486a14bf8ea9..a2044b13e996 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedList.java index c46a73a874f6..d1e9a0adfd9d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedListString.java index c456a2bced73..86bc14822d61 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetCredentialsProvider.java index e2eb722cd489..9433abb8a0f2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetEndpoint.java index 517b4539fb30..f02ea00981dd 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDelete.java index 7f8e147e0ce3..1f5b678ef557 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDeleteLRO.java index a9c3eb9e114c..ded0eed42751 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDelete.java index 02e25f993951..7d085d579fa2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDeleteStringStringString.java index 0629e3e45d55..760f5a8fa010 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/AsyncGet.java index ecfc5a23581e..38117a9f60e4 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGet.java index 77731e862a87..33baa0274e67 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGetStringStringString.java index 8528d9ffc42b..3b71c7ca39ed 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/AsyncGetStatus.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/AsyncGetStatus.java index 8861742fe3b2..1f442209ed24 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/AsyncGetStatus.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/AsyncGetStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatus.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatus.java index 474297ebdae3..4d87931c791a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatus.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatusStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatusStringStringString.java index 246652b20ad0..1814ed22fea0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatusStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/getstatus/SyncGetStatusStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsert.java index 5247f2367df1..89636a14bfad 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsertLRO.java index c55f256213c6..f8b8860f94b9 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsert.java index 1e06cd08c6b5..def18d2370ae 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsertStringStringVpngateway.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsertStringStringVpngateway.java index 2a865546b322..b0439b2ee965 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsertStringStringVpngateway.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/insert/SyncInsertStringStringVpngateway.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncList.java index 82ab7c378219..f094fdc5f746 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncListPaged.java index 4cec71c9c989..242c53d67bce 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncList.java index aff43ea38724..8a6759a69b4d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncListStringString.java index f51f12ea20e6..58f1216d3386 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabels.java index 7cc349f44026..0a4b6e893fc8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabelsLRO.java index 69b50e4695ff..3ec378c6b28d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabels.java index da07b015f022..a1e3922faa00 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index 68ef577c68e5..5541b4785a7d 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/AsyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/AsyncTestIamPermissions.java index f9cddb8c00aa..65e1eb387f81 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/AsyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissions.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissions.java index 39f535677c95..62c45e8bb69c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissions.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java index 3425383159db..4c13ca2c1afb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngateways/testiampermissions/SyncTestIamPermissionsStringStringStringTestpermissionsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngatewayssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngatewayssettings/get/SyncGet.java index 653e98b43a85..3965eb9d2227 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngatewayssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpngatewayssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedList.java index 8b479be15ba8..7893258e01c3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedListPaged.java index aa6434af6ba6..2dcacb4365f5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/AsyncAggregatedListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedList.java index a4251d42c667..f6b6befc00e8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedListString.java index c0eb29c1fd5e..af2c31c226d2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/aggregatedlist/SyncAggregatedListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetCredentialsProvider.java index 5d2afd7d5bb9..041c5f75b60b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetEndpoint.java index c8311763ada4..52505a0931fb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDelete.java index ef20d06ee150..e107910a56e1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDeleteLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDeleteLRO.java index 41bf5f1efcfb..5049b7e7efef 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDeleteLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/AsyncDeleteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDelete.java index c590c1568af2..8eea53d65960 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDeleteStringStringString.java index 4d8e0ec50897..0ce256068d19 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/AsyncGet.java index 7a9fed911fc0..1ca3f128f7f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGet.java index c5571d5852ca..8f262176c978 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGetStringStringString.java index 7c09ed84f8b9..7e1294de8f14 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsert.java index d55bfcc32a1b..eb8ce3261428 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsertLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsertLRO.java index bd8ee376d3f4..15b1a84c66b1 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsertLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/AsyncInsertLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsert.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsert.java index 81dbcb35b7a6..97a55b0dc843 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsert.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsertStringStringVpntunnel.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsertStringStringVpntunnel.java index 7c510243a27d..fc568f32b7fa 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsertStringStringVpntunnel.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/insert/SyncInsertStringStringVpntunnel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncList.java index ca084713613c..1d8601d56ec3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncListPaged.java index 6dc19024f004..f1df3d00ee59 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncList.java index ea9c8ebd58cb..e3f69f81cbe3 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncListStringString.java index 5d4669d6601e..9a592793ec68 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabels.java index c8baab2316d1..f0f784c29b5c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabelsLRO.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabelsLRO.java index 01f3c50e8cc2..cef0674eff8b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabelsLRO.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/AsyncSetLabelsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabels.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabels.java index 2fe65983d9d2..97f1bdddbf1a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabels.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java index bbbde1519f67..10162d01b9c5 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnels/setlabels/SyncSetLabelsStringStringStringRegionsetlabelsrequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnelssettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnelssettings/get/SyncGet.java index 498d7e500f10..4064b9d98265 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnelssettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/vpntunnelssettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetCredentialsProvider.java index 834aeb8c33fa..b53a43bf3848 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetEndpoint.java index 4bd678e79e8d..9b6b36d265e0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/AsyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/AsyncDelete.java index e2e08a570db7..7279259f4007 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/AsyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/AsyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDelete.java index b89834c7980a..89106e20e09e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDeleteStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDeleteStringStringString.java index 4d2b80cb8d5d..a4fc64b90463 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDeleteStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/delete/SyncDeleteStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/AsyncGet.java index f78b9844faf6..da43b0fe5f41 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGet.java index 4f63aea1f68d..756cb616b5b2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGetStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGetStringStringString.java index 9eb062f32d02..5e22c54f4287 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGetStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/get/SyncGetStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncList.java index 3c439904ea40..a79198a0061c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncListPaged.java index f98fcebdfe66..59b7293d1d79 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncList.java index 082bdd61d358..234035d95ab0 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncListStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncListStringString.java index b9f16ad8f7aa..935406d2cf3b 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncListStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/list/SyncListStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/AsyncWait.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/AsyncWait.java index 5f9252091e24..bff176ebcf13 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/AsyncWait.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/AsyncWait.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWait.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWait.java index 7cca795034f9..4217b4c133f7 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWait.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWait.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWaitStringStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWaitStringStringString.java index e1a2be9d7f66..e488d55afa80 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWaitStringStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperations/wait/SyncWaitStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperationssettings/delete/SyncDelete.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperationssettings/delete/SyncDelete.java index 212eec709986..2fdf1977f988 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperationssettings/delete/SyncDelete.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zoneoperationssettings/delete/SyncDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetCredentialsProvider.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetCredentialsProvider.java index 1818753c1eda..fff735f6783e 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetCredentialsProvider.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetEndpoint.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetEndpoint.java index 253cb97813b0..d26e206dd23a 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetEndpoint.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/AsyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/AsyncGet.java index 8e46068f261f..49e16b91e782 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/AsyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/AsyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGet.java index 989b32aa4d45..023f5a6c52c2 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGetStringString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGetStringString.java index aacee3619836..61a0336ec7a6 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGetStringString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/get/SyncGetStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncList.java index d5aac1c577e9..bcae5cfb41cb 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncListPaged.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncListPaged.java index e0fe25250ac2..dd887a964f7c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncListPaged.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/AsyncListPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncList.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncList.java index 5ff5a2020667..4c0715986fba 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncList.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncListString.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncListString.java index 08dc4b529ec9..ae12c8af57d8 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncListString.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zones/list/SyncListString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zonessettings/get/SyncGet.java b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zonessettings/get/SyncGet.java index be33771d376d..125720283d3c 100644 --- a/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zonessettings/get/SyncGet.java +++ b/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/zonessettings/get/SyncGet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/README.md b/java-container/README.md index ec16753d9585..571abc2a5f9e 100644 --- a/java-container/README.md +++ b/java-container/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-container.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-container/2.37.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-container/2.38.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java index e0da3860cf0c..e222e6b4b1da 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java index 504930e770d6..322f5918be50 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ import static com.google.cloud.container.v1.ClusterManagerClient.ListUsableSubnetworksPagedResponse; import com.google.api.core.ApiFunction; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider; @@ -337,7 +336,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ClusterManagerStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ClusterManagerStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java index 3c3485edded6..5d5466804640 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStub.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStub.java index 60490bbf0c26..38bc6544aca2 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStub.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java index 381fa79877ae..160150d426c0 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; -import com.google.api.core.BetaApi; import com.google.api.gax.core.GaxProperties; import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; @@ -500,7 +499,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerCallableFactory.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerCallableFactory.java index 706d3102d804..5c1889c53d52 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerCallableFactory.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerStub.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerStub.java index 02025e1faff7..e6410510c4ae 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerStub.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java index 52087c9da7ed..0d2368505a9a 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java index cae1f6687702..70af43968359 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -345,7 +345,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ClusterManagerStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ClusterManagerStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java index 8642b43a030d..38ecf55f4dde 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStub.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStub.java index 8cf92a90dfe0..22573d4c18a6 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStub.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java index 13a250803fa6..4d8fbaa2cdad 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -510,7 +510,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerCallableFactory.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerCallableFactory.java index d7db3c61c221..1cb34d90b014 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerCallableFactory.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerStub.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerStub.java index 1b23ee9616f0..e662c4300bb5 100644 --- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerStub.java +++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java index bf05b02a2605..e2ec643ffd41 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java +++ b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManager.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManager.java index a95714736bca..f488339cb11d 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManager.java +++ b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManagerImpl.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManagerImpl.java index 6f449828f77d..fc70ccb4d987 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManagerImpl.java +++ b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/MockClusterManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java index 79ae2c5a3b7e..b79c22e03b9d 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java +++ b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManager.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManager.java index c4f142019573..d9d0b8319ecc 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManager.java +++ b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManagerImpl.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManagerImpl.java index fb1cf46ee8eb..f8ef5e999803 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManagerImpl.java +++ b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/MockClusterManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/AsyncCancelOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/AsyncCancelOperation.java index 00b47bc3f337..a3a3b5f0cd00 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/AsyncCancelOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/AsyncCancelOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperation.java index 75778ed3e4ed..4ce5c99c324a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationString.java index fd6ec09124c8..d2b23da74572 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java index 48ee96ca7ab5..07d8b24c5ba4 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java index c8d8b84e033c..e9e74c8c63f6 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java index aa48ce649678..f0b748922378 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java index 9c095209f200..7451ab5eda21 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotation.java index 83338aebbc0e..79e08c036f9d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationString.java index 293d1ef8b99d..78783cb0a0b0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java index b849309ab4b0..05f31ff4ca83 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java index 7b3e5263c47e..f5af47662c1e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java index 3c2e52ad5bd2..34e38e5fb271 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetCredentialsProvider.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetCredentialsProvider.java index 89caf199a02a..03f324be6ba5 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetCredentialsProvider.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetEndpoint.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetEndpoint.java index 54e8d2095907..aef5f4c5dd3b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetEndpoint.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/AsyncCreateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/AsyncCreateCluster.java index fd9aafc5ab07..b520c382be38 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/AsyncCreateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/AsyncCreateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateCluster.java index 6ac9ad3bbffb..76fb1324c0a9 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringCluster.java index c5bcc3ba6f78..0e9e5bd5b47b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java index cb9964744e5d..69516314c51e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/AsyncCreateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/AsyncCreateNodePool.java index 36a272cc5855..4cbab9050710 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/AsyncCreateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/AsyncCreateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePool.java index e0d165936973..86641b28fe0b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringNodepool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringNodepool.java index 7b3802737b52..9228507bf7a8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringNodepool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringNodepool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java index 5c627c8a3aca..139952c0fddb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/AsyncDeleteCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/AsyncDeleteCluster.java index 11a13f5b8d8d..751b85e91b68 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/AsyncDeleteCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/AsyncDeleteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteCluster.java index 068788e64110..d093ba914314 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterString.java index bf8866c78fed..592ebf8429c8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java index 97d7aaa012b7..3982d42e549c 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/AsyncDeleteNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/AsyncDeleteNodePool.java index 52e924ce6db8..8f07c41ff33b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/AsyncDeleteNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/AsyncDeleteNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePool.java index fe34e13a4262..42475e498f6f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolString.java index d6f398b505ea..1c387eb4cc41 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java index 515a236d43e1..65838923345a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/AsyncGetCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/AsyncGetCluster.java index bb052bc60d7d..3ad45208eab6 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/AsyncGetCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/AsyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetCluster.java index 68cdb244e519..ee94c37105e1 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterString.java index 9ed6067f83de..c060a97deb7d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterStringStringString.java index 2adf2df4f22b..b7cc3b2ca9fc 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getcluster/SyncGetClusterStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java index d6f61f439c6d..ea6394c935d8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java index 76efbfe47f38..97b74db34b1f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/AsyncGetNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/AsyncGetNodePool.java index fabd9b1530d8..037718e60ea9 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/AsyncGetNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/AsyncGetNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePool.java index c7e21cf9f2e1..ccd0f12e1ec4 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolString.java index b3d2edf0ac5b..d920f88f110d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java index 01e2284d2d19..aa5a4f01b952 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/AsyncGetOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/AsyncGetOperation.java index a7967ad97e14..226bbaed6f40 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/AsyncGetOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/AsyncGetOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperation.java index 711f5de640cc..ca31a25f7deb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationString.java index ee006cdfb74a..f949f3f356ae 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationStringStringString.java index ea98eecf5f4b..8e1e749f5f17 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getoperation/SyncGetOperationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/AsyncGetServerConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/AsyncGetServerConfig.java index ef7a032627e9..f6b9ad3ceac1 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/AsyncGetServerConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/AsyncGetServerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfig.java index d7ac09c847de..68939f5adddb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigString.java index c46917b7ff88..ad2028edb86a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java index a3a8489adf50..27082dba2393 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/AsyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/AsyncListClusters.java index 128f9d49f16b..eaa364a56ae5 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/AsyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/AsyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClusters.java index 2d355b67a59e..46c30bbac1e0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersString.java index bb70efd934d1..467e4c978652 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersStringString.java index 69b3e0d39b8b..aa814f34a31b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listclusters/SyncListClustersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/AsyncListNodePools.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/AsyncListNodePools.java index 5a1dfd30351e..4e6da496436a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/AsyncListNodePools.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/AsyncListNodePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePools.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePools.java index d284ee8bcde1..1a6c8c5889a2 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePools.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsString.java index bf58bbfff733..2faaf431ffad 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java index 471c8f6a0c71..b6c62f8f652b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/AsyncListOperations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/AsyncListOperations.java index e90e7dd70b27..f17ce5d17fcd 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/AsyncListOperations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/AsyncListOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperations.java index 2508105bf707..798d93a25d36 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperationsStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperationsStringString.java index f8d135aa9f10..c683b6115966 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperationsStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listoperations/SyncListOperationsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java index 9b4f109dbc57..b741c10ef63b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java index d753e383195d..4a0951a22b67 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java index 81cc415d68cb..3ac3c895a4d2 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java index bfdbc92e9dd4..faab169188f8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java index b5f34027023f..84836863573b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeString.java index 86fd8d6a8370..cb69d8b91c03 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java index e315995c370f..c3e7af011846 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java index 0d073698edf0..7db33326d2e2 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java index e4d92cbad8f9..8b063446f078 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringAddonsconfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringAddonsconfig.java index aac28fe78201..e7c13cb84233 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringAddonsconfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringAddonsconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java index 928668e6412f..9418ea89447f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/AsyncSetLabels.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/AsyncSetLabels.java index b887481bda3d..4a765bcbd609 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/AsyncSetLabels.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/SyncSetLabels.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/SyncSetLabels.java index 89c7d7e2be6a..2cbe21ccfaeb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/SyncSetLabels.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java index fcf188a7078d..b0c33c08d65d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java index f71a72d31a27..9a4a11518bc4 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringBoolean.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringBoolean.java index df62e2ddd087..47ea3215a5be 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringBoolean.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java index 621d21d7fc53..1e2ec00fa19e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/AsyncSetLocations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/AsyncSetLocations.java index f249ba692835..8341fb1ca8c8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/AsyncSetLocations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/AsyncSetLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocations.java index 1ebaf58f0e47..456aa79697b9 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringListstring.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringListstring.java index 93feb4ac3ad6..9d8554051380 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringListstring.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java index 0eff81ab559b..c438e6b189d8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/AsyncSetLoggingService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/AsyncSetLoggingService.java index 8008a6ddd2f4..1960eb80efd1 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/AsyncSetLoggingService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/AsyncSetLoggingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingService.java index 2c1974de92ce..424ed5f02469 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringString.java index 53c57e8fbba6..47b4fa7c016e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java index 6c2077347e1f..2078cfa7621e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java index b7684e9be838..17a999dc933c 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java index 28372776d1d8..587b22ceab85 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringMaintenancepolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringMaintenancepolicy.java index 505440a4429a..1fd5c1782d6f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringMaintenancepolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringMaintenancepolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java index a7ab9e1dd860..ce5b75e9cfc6 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/AsyncSetMasterAuth.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/AsyncSetMasterAuth.java index e51c836607fc..3727197b7668 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/AsyncSetMasterAuth.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/AsyncSetMasterAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/SyncSetMasterAuth.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/SyncSetMasterAuth.java index 1129c525a7c8..834d769fffe0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/SyncSetMasterAuth.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmasterauth/SyncSetMasterAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java index c8b2ff588d64..64d0a0902109 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java index ba8508f8cc53..fd73d45e9763 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringString.java index efc80facf1c8..d547f0f4d00d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java index 08d0fa687951..ca30f9af1797 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java index 5896237197d0..3a9da2e276f7 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java index c4c7958e04c4..64694e69ec2d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringNetworkpolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringNetworkpolicy.java index 6f4faaca52c9..3d934e0deb37 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringNetworkpolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringNetworkpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java index b94060c0a188..2590dc73b679 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java index 12fb4dfa2bbf..5cf2b9b9b95c 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java index ca927b5b0691..d7cef83f1779 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java index ab9c4ce3addd..5226e790902f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java index 35675896e324..c14ed42afe47 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java index 0cf5b7496eba..f3a89377ea75 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java index 1bfbac1f65d2..db9621657bbd 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/AsyncStartIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/AsyncStartIPRotation.java index fd10ba0e1467..f695f628a84b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/AsyncStartIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/AsyncStartIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotation.java index 06c38ce50355..a8b3abfcb217 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationString.java index dfd69ce746fd..fcf0b7f1dd74 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java index 6aa8c256f134..49af4cf28e02 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/AsyncUpdateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/AsyncUpdateCluster.java index 1b75dea3c5c1..dc07ea8e41bf 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/AsyncUpdateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/AsyncUpdateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateCluster.java index dec131203c13..baec7b312189 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringClusterupdate.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringClusterupdate.java index 0b7112e8da7b..fe8349affca6 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringClusterupdate.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringClusterupdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java index a096e5f3e15e..870446ba44b9 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/AsyncUpdateMaster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/AsyncUpdateMaster.java index baafe08551c8..77cdc714d5a0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/AsyncUpdateMaster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/AsyncUpdateMaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMaster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMaster.java index 862f35a50387..e85785afed61 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMaster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringString.java index 8df1f6f6f286..a378fbbe1549 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java index 82caf1f3dd24..f6f1e7f4c9e0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/AsyncUpdateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/AsyncUpdateNodePool.java index 553a77402882..fb4c478da9b4 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/AsyncUpdateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/AsyncUpdateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/SyncUpdateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/SyncUpdateNodePool.java index 14bf40b58997..8b7ec855924a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/SyncUpdateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanager/updatenodepool/SyncUpdateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanagersettings/listclusters/SyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanagersettings/listclusters/SyncListClusters.java index a60b50747c3e..a3318bb506a0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanagersettings/listclusters/SyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/clustermanagersettings/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java index 4c9834439eca..bbdccd18e018 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/AsyncCancelOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/AsyncCancelOperation.java index adf2893f8569..e53406ebacc9 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/AsyncCancelOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/AsyncCancelOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperation.java index 138e5df2bfc3..97c14a6f0ef7 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java index 7f888b54e52d..1b53d0b9e6c9 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/canceloperation/SyncCancelOperationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java index 2c83508db1b1..5d7315731c85 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/AsyncCheckAutopilotCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java index bcedf0bf2861..0e458f75ebea 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/checkautopilotcompatibility/SyncCheckAutopilotCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java index cde01c38b553..325912d4ab73 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/AsyncCompleteIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotation.java index c3da9dd56729..ee513b52d91a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java index 2e1685539351..320b09545abe 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completeiprotation/SyncCompleteIPRotationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java index 44871f442db4..db962ee95342 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/AsyncCompleteNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java index 9f7f4d97d34d..fb5e41fd9c5a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/completenodepoolupgrade/SyncCompleteNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetCredentialsProvider.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetCredentialsProvider.java index 60c2d181b0cb..ff4c0b7d6b31 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetCredentialsProvider.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetEndpoint.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetEndpoint.java index 14822dc53e83..ddb97c04b87c 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetEndpoint.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/AsyncCreateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/AsyncCreateCluster.java index 65f22034a17a..2f1e074d3688 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/AsyncCreateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/AsyncCreateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateCluster.java index ef8c753229fc..46968280d072 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java index 1c6009826ab8..6d82993808be 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createcluster/SyncCreateClusterStringStringCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/AsyncCreateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/AsyncCreateNodePool.java index 6d14ad371e8d..5b9cde623c56 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/AsyncCreateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/AsyncCreateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePool.java index da0138a9ab1b..d62228cbc250 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java index f018b8882c2c..191c119a8ede 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/createnodepool/SyncCreateNodePoolStringStringStringNodepool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/AsyncDeleteCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/AsyncDeleteCluster.java index 968dc3a0c9ac..75612cc55b2d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/AsyncDeleteCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/AsyncDeleteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteCluster.java index bc08c594dfc3..36a2d1cbd44e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java index 95dec20783a0..f8c34ce209a0 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletecluster/SyncDeleteClusterStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/AsyncDeleteNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/AsyncDeleteNodePool.java index 5038b8f84704..ac6c61b4db09 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/AsyncDeleteNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/AsyncDeleteNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePool.java index 60e5a74579c4..712b4974a34e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java index 81e3841f8ff0..6585fcb9b740 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/deletenodepool/SyncDeleteNodePoolStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/AsyncGetCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/AsyncGetCluster.java index 8e0bcaa10e46..336fb9bfe08d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/AsyncGetCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/AsyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetCluster.java index 1a1d27dd2dd5..c7844b86bffc 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetClusterStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetClusterStringStringString.java index 396a5daee705..9ab6ed035040 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetClusterStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getcluster/SyncGetClusterStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java index 3f4ff506d077..7489cf8ef81c 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/AsyncGetJSONWebKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java index 3220c9d0cb4b..24c4f1b88cf4 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getjsonwebkeys/SyncGetJSONWebKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/AsyncGetNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/AsyncGetNodePool.java index aa5dfec6cbbd..0ea67af02dda 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/AsyncGetNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/AsyncGetNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePool.java index d7531a3560b1..09ba4e796c1a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java index a23a3e8061c5..c35829560326 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getnodepool/SyncGetNodePoolStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/AsyncGetOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/AsyncGetOperation.java index 35e33e22ebcc..3497c15fa304 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/AsyncGetOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/AsyncGetOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperation.java index 38d5db169a19..9f3c8d86b69f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperationStringStringString.java index 9dc277ef7121..f333f37864eb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getoperation/SyncGetOperationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/AsyncGetServerConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/AsyncGetServerConfig.java index 67a12b13192d..b4bf8a16b867 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/AsyncGetServerConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/AsyncGetServerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfig.java index dc3b8f906455..932b655fee46 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java index 0eecd6065cf7..48f76ea83eeb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/getserverconfig/SyncGetServerConfigStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/AsyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/AsyncListClusters.java index 2b97bf108e44..e79391909725 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/AsyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/AsyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClusters.java index 8cef17ddc491..6506302250f2 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClustersStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClustersStringString.java index 913028c74dab..976b1dabc29d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClustersStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listclusters/SyncListClustersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/AsyncListLocations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/AsyncListLocations.java index afa688ddb59e..4014aea62d6c 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/AsyncListLocations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocations.java index 68540ce4afcb..073df8bb6b07 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocationsString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocationsString.java index 1391c2c61408..21de78922753 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocationsString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listlocations/SyncListLocationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/AsyncListNodePools.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/AsyncListNodePools.java index 2193570599d1..f1996ac498fe 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/AsyncListNodePools.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/AsyncListNodePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePools.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePools.java index 666bba01bcaf..4546f1b081ff 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePools.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java index e7ea777c5de8..e9d81a16e64a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listnodepools/SyncListNodePoolsStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/AsyncListOperations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/AsyncListOperations.java index e127ac4f207c..8ad8d67ba75d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/AsyncListOperations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/AsyncListOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperations.java index 28df46226972..11b16e6682fa 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperationsStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperationsStringString.java index 4de28594e3ca..38170efcf09a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperationsStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listoperations/SyncListOperationsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java index 4ca58952105f..419b9c59cb3f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java index 20e98505aea9..8a68fa8925ac 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/AsyncListUsableSubnetworksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java index 034fea2dc3c1..efec79122a0e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworksString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworksString.java index 862cc66c67a2..22383f7f8f1e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworksString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/listusablesubnetworks/SyncListUsableSubnetworksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java index 39d75f6f0821..fc0b98fa1710 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/AsyncRollbackNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java index 0493ac5214f9..bb1f9a6759c7 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java index e9b5396d6963..4b49e8b4a6cd 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/rollbacknodepoolupgrade/SyncRollbackNodePoolUpgradeStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java index 8acef6994a5f..2d3ecf485dcd 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/AsyncSetAddonsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java index 7c3a96c747e4..4175b63764f8 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java index ad11ddb66fed..ffe972834b73 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setaddonsconfig/SyncSetAddonsConfigStringStringStringAddonsconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/AsyncSetLabels.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/AsyncSetLabels.java index 2fe6b5837791..b023656d07c6 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/AsyncSetLabels.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/AsyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabels.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabels.java index 39ff9d1e69ca..f281c763eaeb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabels.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabelsStringStringStringMapstringstringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabelsStringStringStringMapstringstringString.java index 12b1ac4844c2..3e6c30898d87 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabelsStringStringStringMapstringstringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlabels/SyncSetLabelsStringStringStringMapstringstringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java index b876eb08aeb2..bda77a8c1cf4 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/AsyncSetLegacyAbac.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java index 3beec36be4ae..16cc4832dc3d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbac.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java index bf6a0e3421ec..b2a857a08a5b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlegacyabac/SyncSetLegacyAbacStringStringStringBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/AsyncSetLocations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/AsyncSetLocations.java index e170f1ffbe50..f5dcb8898856 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/AsyncSetLocations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/AsyncSetLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocations.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocations.java index 3a24fafe00cf..969a8286ea85 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocations.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java index 5ae639bc42fc..74396f0ff8f6 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setlocations/SyncSetLocationsStringStringStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/AsyncSetLoggingService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/AsyncSetLoggingService.java index 71df03db8967..67d23c0ce914 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/AsyncSetLoggingService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/AsyncSetLoggingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingService.java index e70096d9a3ca..adfe6f57b5f5 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java index c020c5e56984..ed146b516b0e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setloggingservice/SyncSetLoggingServiceStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java index 250198583e0a..73ac8320378d 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/AsyncSetMaintenancePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java index 9527cbf4e25b..86bd43290a8e 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java index b9fda89dcd40..31e183330da3 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmaintenancepolicy/SyncSetMaintenancePolicyStringStringStringMaintenancepolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/AsyncSetMasterAuth.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/AsyncSetMasterAuth.java index a73d20b8e44c..9e3a3a88b4ec 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/AsyncSetMasterAuth.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/AsyncSetMasterAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/SyncSetMasterAuth.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/SyncSetMasterAuth.java index 594925f8e580..6370d5c833aa 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/SyncSetMasterAuth.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmasterauth/SyncSetMasterAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java index 74e8b2e0c17d..52956c1414aa 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/AsyncSetMonitoringService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java index 41120d62b0b2..56f5ce091db5 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java index db311ed5c284..5b50eb9c2359 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setmonitoringservice/SyncSetMonitoringServiceStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java index d33fb0f52a12..902759caac24 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/AsyncSetNetworkPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java index eb3a7d2a41f0..366897166601 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java index d867ee546f45..f72e68faf7d1 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnetworkpolicy/SyncSetNetworkPolicyStringStringStringNetworkpolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java index cdb5ceb90550..07a2d1d19269 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/AsyncSetNodePoolAutoscaling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java index a296014ba3a1..604fa4d6598b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolautoscaling/SyncSetNodePoolAutoscaling.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java index cd1e27b12a0f..d2e40ce9cb03 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/AsyncSetNodePoolManagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java index 0f18d1339217..45e3273fda49 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagementStringStringStringStringNodemanagement.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagementStringStringStringStringNodemanagement.java index 46b5135d319b..c4595bb89c26 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagementStringStringStringStringNodemanagement.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolmanagement/SyncSetNodePoolManagementStringStringStringStringNodemanagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java index b1b5bffce9af..f3216e57a066 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/AsyncSetNodePoolSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java index b565899b533f..74caf59fba87 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/setnodepoolsize/SyncSetNodePoolSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/AsyncStartIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/AsyncStartIPRotation.java index 6dcbadca006c..73db2eb60467 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/AsyncStartIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/AsyncStartIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotation.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotation.java index 2d9cb1347339..4a8dd8cfd169 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotation.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java index dcb306d5b8e0..4016af2ff933 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/startiprotation/SyncStartIPRotationStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/AsyncUpdateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/AsyncUpdateCluster.java index 44262bc2e8aa..6917aec61e9a 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/AsyncUpdateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/AsyncUpdateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateCluster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateCluster.java index 193578125835..0258d246fcfd 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateCluster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java index af353df9ac0e..e71aa947ef75 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatecluster/SyncUpdateClusterStringStringStringClusterupdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/AsyncUpdateMaster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/AsyncUpdateMaster.java index f53bc7042503..e306cdeadc08 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/AsyncUpdateMaster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/AsyncUpdateMaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMaster.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMaster.java index dccf14a95902..bd6dcfbaaa82 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMaster.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java index 6a58155885e2..ba24eebb83eb 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatemaster/SyncUpdateMasterStringStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/AsyncUpdateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/AsyncUpdateNodePool.java index 17be50c8e0a9..221b344121b2 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/AsyncUpdateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/AsyncUpdateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/SyncUpdateNodePool.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/SyncUpdateNodePool.java index 01c1f45cd641..f883b99e039b 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/SyncUpdateNodePool.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanager/updatenodepool/SyncUpdateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanagersettings/listclusters/SyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanagersettings/listclusters/SyncListClusters.java index 3c9e110d0063..c6909383b9cf 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanagersettings/listclusters/SyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/clustermanagersettings/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java index 1ff853a71667..16021f993d2f 100644 --- a/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java +++ b/java-container/samples/snippets/generated/com/google/cloud/container/v1beta1/stub/clustermanagerstubsettings/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/README.md b/java-containeranalysis/README.md index f067b9762183..dd7911a5ca0b 100644 --- a/java-containeranalysis/README.md +++ b/java-containeranalysis/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-containeranalysis.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-containeranalysis/2.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-containeranalysis/2.36.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClient.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClient.java index aadd04ccbcd5..b00a86d3a28f 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClient.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisSettings.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisSettings.java index a87ab25ee499..a5ea07e90f27 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisSettings.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -145,7 +145,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ContainerAnalysisStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ContainerAnalysisStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/package-info.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/package-info.java index 433674e16b6d..64f70abeef90 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/package-info.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStub.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStub.java index 78a2e453c423..ce738034ac4a 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStub.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStubSettings.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStubSettings.java index 9610ec6556ec..d15d0799be85 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStubSettings.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/ContainerAnalysisStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -201,7 +201,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -210,7 +209,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisCallableFactory.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisCallableFactory.java index 73e64dbca232..3ca5bfdfaac6 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisCallableFactory.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisStub.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisStub.java index 900265df88a6..6ee896e3ea52 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisStub.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/GrpcContainerAnalysisStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisCallableFactory.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisCallableFactory.java index b5d0c685b694..c1e7475686cf 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisCallableFactory.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisStub.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisStub.java index 314b08318c2a..3e6353c55d67 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisStub.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/HttpJsonContainerAnalysisStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientHttpJsonTest.java b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientHttpJsonTest.java index 469b8845e285..360e7f104ed3 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientHttpJsonTest.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientTest.java b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientTest.java index 0ca6c60fd4e8..5eecb81b04b4 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientTest.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ContainerAnalysisClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysis.java b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysis.java index bc91e95f0593..70370f0ae737 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysis.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysis.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysisImpl.java b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysisImpl.java index bb116035ecaa..515bd458e9f8 100644 --- a/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysisImpl.java +++ b/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/MockContainerAnalysisImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-containeranalysis/proto-google-cloud-containeranalysis-v1/src/main/java/com/google/containeranalysis/v1/ProjectName.java b/java-containeranalysis/proto-google-cloud-containeranalysis-v1/src/main/java/com/google/containeranalysis/v1/ProjectName.java index e7022bb72bc9..0e1c1256d9f0 100644 --- a/java-containeranalysis/proto-google-cloud-containeranalysis-v1/src/main/java/com/google/containeranalysis/v1/ProjectName.java +++ b/java-containeranalysis/proto-google-cloud-containeranalysis-v1/src/main/java/com/google/containeranalysis/v1/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/README.md b/java-dataflow/README.md index 094fab5c6870..6647030eac62 100644 --- a/java-dataflow/README.md +++ b/java-dataflow/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataflow.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataflow/0.38.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataflow/0.39.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClient.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClient.java index 5468eb4d3789..e565eca76dfc 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClient.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceSettings.java index 47044ba07fcb..353e640a88ae 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/FlexTemplatesServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -121,7 +121,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FlexTemplatesServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FlexTemplatesServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Client.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Client.java index 31f8f979a289..8383c02f9d41 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Client.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Settings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Settings.java index 559b473b40d7..fd0266006ad0 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Settings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/JobsV1Beta3Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -154,7 +154,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return JobsV1Beta3StubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return JobsV1Beta3StubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Client.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Client.java index 0718b6323037..49ae0af08d67 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Client.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Settings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Settings.java index 92500455ac5f..5a9573b79754 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Settings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MessagesV1Beta3Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -124,7 +124,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MessagesV1Beta3StubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MessagesV1Beta3StubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Client.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Client.java index 7c0a188bb77b..012b57a56c8d 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Client.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Settings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Settings.java index b35d2b05e0a1..ec85c6f5a6a9 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Settings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/MetricsV1Beta3Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -139,7 +139,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return MetricsV1Beta3StubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MetricsV1Beta3StubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Client.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Client.java index bc6d03d9ae9c..6d60dd0d7e65 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Client.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Settings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Settings.java index c72dfbad8772..c8fc73bb40f4 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Settings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -129,7 +129,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SnapshotsV1Beta3StubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SnapshotsV1Beta3StubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceClient.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceClient.java index 423f7844ee24..4ff36c9d8864 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceClient.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceSettings.java index d843d071eff6..ffb400bfb177 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/TemplatesServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -129,7 +129,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TemplatesServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TemplatesServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/package-info.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/package-info.java index 4b06f868ea92..d7ee9637ce9d 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/package-info.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStub.java index 99e45abba740..0d422fa0340a 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStubSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStubSettings.java index 1d8362a5ba84..2f8b8651f279 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStubSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/FlexTemplatesServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -179,7 +179,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -188,7 +187,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceCallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceCallableFactory.java index 3053cc5dce60..dd5f5998316a 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceCallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceStub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceStub.java index dfcaeea7553e..d3b504bdd4ce 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceStub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcFlexTemplatesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3CallableFactory.java index abbce7577a9e..e71bd3c18ffc 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3Stub.java index 9d0e658b571a..543dfcbef2b3 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcJobsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3CallableFactory.java index e6a2555345f1..026d5bb2af10 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3Stub.java index a1a2a11025ae..d0d9a98257e0 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMessagesV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3CallableFactory.java index 16a5f94e220f..d33d44c6b1ab 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3Stub.java index 60f5c396f7b0..16aae5a74341 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcMetricsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3CallableFactory.java index be9fb3430825..b15723a36512 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3Stub.java index 8f061eaa3333..81c4d88b526d 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcSnapshotsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceCallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceCallableFactory.java index 5628c3b0e9bd..5852dada5e82 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceCallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceStub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceStub.java index a3123c3723ad..be2811ec4140 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceStub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/GrpcTemplatesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceCallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceCallableFactory.java index fe3e870f8f00..cbe084c218d1 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceCallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceStub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceStub.java index a4ba5d995210..3b89326d6061 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceStub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonFlexTemplatesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3CallableFactory.java index 64b94ae8eedf..69fe48717057 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3Stub.java index de20f8913e07..a668ef63a1ca 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonJobsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3CallableFactory.java index 6592bc898d61..9a3b9fd357cd 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3Stub.java index 700cbb7f8ac4..c7b55b587fe3 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMessagesV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3CallableFactory.java index 959e5a1d14cb..ecb008d18c57 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3Stub.java index 3d2c4dc17fa3..a52f04332533 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonMetricsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3CallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3CallableFactory.java index 9af66de151b3..9dab3a6461be 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3CallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3Stub.java index 2e875d8fedf1..d5246ff29bd6 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonSnapshotsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceCallableFactory.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceCallableFactory.java index 4ec61d33fbdc..1a46fcbc18c4 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceCallableFactory.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceStub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceStub.java index 1c2866cec1d4..62f938498d79 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceStub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/HttpJsonTemplatesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3Stub.java index ac02f866f99a..d5e661795b6e 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3StubSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3StubSettings.java index 5838c05ec364..7bd8727ac162 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3StubSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/JobsV1Beta3StubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -343,7 +343,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -352,7 +351,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3Stub.java index 59b8100f8314..0078ae2b87fc 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3StubSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3StubSettings.java index d019429df412..d3b981e355c6 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3StubSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MessagesV1Beta3StubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -246,7 +246,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -255,7 +254,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3Stub.java index 6325f14b6429..73bb4ed18431 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3StubSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3StubSettings.java index 8dde7c4cdc74..93ee27f927fe 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3StubSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/MetricsV1Beta3StubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -346,7 +346,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -355,7 +354,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3Stub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3Stub.java index 4ba5dfc9550d..65bc8511aea0 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3Stub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3StubSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3StubSettings.java index c8ce967abedc..aab7489a181b 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3StubSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/SnapshotsV1Beta3StubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -194,7 +194,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -203,7 +202,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStub.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStub.java index 6a99047e67dd..5d98ee04f6b6 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStub.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStubSettings.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStubSettings.java index 5291e4f6aeef..8db5e19471ca 100644 --- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStubSettings.java +++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/TemplatesServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -193,7 +193,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -202,7 +201,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientHttpJsonTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientHttpJsonTest.java index 5ad7f2784a9d..f08e628a6bea 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientHttpJsonTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientTest.java index 3a530c7174d9..ae8a1e18de01 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/FlexTemplatesServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientHttpJsonTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientHttpJsonTest.java index e51864383824..52b69cca9870 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientHttpJsonTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientTest.java index dc7753a1f260..478bf9c2311a 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/JobsV1Beta3ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientHttpJsonTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientHttpJsonTest.java index c310607bf25f..b9529ed4e8ab 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientHttpJsonTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientTest.java index 0deda1ef3248..343c24accdb7 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MessagesV1Beta3ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientHttpJsonTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientHttpJsonTest.java index 049bda4f79ad..c95468fe9fcc 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientHttpJsonTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientTest.java index 5c51a378a2cd..98aac54469fd 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MetricsV1Beta3ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesService.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesService.java index e7744fa87c4e..d9b1aae4d4a1 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesService.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesServiceImpl.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesServiceImpl.java index 97dcd37f0890..817457ba90f9 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesServiceImpl.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockFlexTemplatesServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3.java index 5ac5ed537a32..ae362f9f200a 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3Impl.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3Impl.java index f2eade568a3f..68fad2d01e7b 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3Impl.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockJobsV1Beta3Impl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3.java index 0feb0b0ac14c..c80a1028cb28 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3Impl.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3Impl.java index af508c6dfd81..1672c1237ce6 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3Impl.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMessagesV1Beta3Impl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3.java index 4bcc74aab569..1ce2f280c0ef 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3Impl.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3Impl.java index 3a0df47ee70d..57c0ec756076 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3Impl.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockMetricsV1Beta3Impl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3.java index dc468c9d615e..8817917f210d 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3Impl.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3Impl.java index 14e0f25d3285..cfe29d66308d 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3Impl.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockSnapshotsV1Beta3Impl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesService.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesService.java index 6991c46b8355..679305deff28 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesService.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesServiceImpl.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesServiceImpl.java index 630bff4f507c..43b20c5870eb 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesServiceImpl.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/MockTemplatesServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientHttpJsonTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientHttpJsonTest.java index ee562077a442..e052d96c0f78 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientHttpJsonTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientTest.java index 768c436d4abf..443dd606a81d 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/SnapshotsV1Beta3ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientHttpJsonTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientHttpJsonTest.java index 1be3d3852aaa..d54757391e55 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientHttpJsonTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientTest.java b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientTest.java index e1ea8918f132..f52d5fd50de7 100644 --- a/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientTest.java +++ b/java-dataflow/google-cloud-dataflow/src/test/java/com/google/dataflow/v1beta3/TemplatesServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider.java index 7436205affe3..0fb14af7bfb1 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider1.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider1.java index 5bba075175d9..ba1736cad199 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetEndpoint.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetEndpoint.java index 2517478a32fe..bb24bc07027a 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetEndpoint.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/AsyncLaunchFlexTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/AsyncLaunchFlexTemplate.java index b008a1409008..badfb25cdd29 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/AsyncLaunchFlexTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/AsyncLaunchFlexTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/SyncLaunchFlexTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/SyncLaunchFlexTemplate.java index 937ad91eddb3..89ab95108072 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/SyncLaunchFlexTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservice/launchflextemplate/SyncLaunchFlexTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservicesettings/launchflextemplate/SyncLaunchFlexTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservicesettings/launchflextemplate/SyncLaunchFlexTemplate.java index b9acb1fd8383..850faf6d7131 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservicesettings/launchflextemplate/SyncLaunchFlexTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/flextemplatesservicesettings/launchflextemplate/SyncLaunchFlexTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobs.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobs.java index bb05a27941cd..ae9a94ed8dfc 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobs.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobsPaged.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobsPaged.java index 49c2c6b1b640..0c9be8bf1654 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobsPaged.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/AsyncAggregatedListJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/SyncAggregatedListJobs.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/SyncAggregatedListJobs.java index 7c9e30379267..21733913d42a 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/SyncAggregatedListJobs.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/aggregatedlistjobs/SyncAggregatedListJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/AsyncCheckActiveJobs.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/AsyncCheckActiveJobs.java index 52d18eb90e32..83673fa76958 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/AsyncCheckActiveJobs.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/AsyncCheckActiveJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/SyncCheckActiveJobs.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/SyncCheckActiveJobs.java index 5c830bfc619f..0b3457b27810 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/SyncCheckActiveJobs.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/checkactivejobs/SyncCheckActiveJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider.java index ee42c7ca2ad7..b47e97f6302a 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider1.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider1.java index a046973aca80..ef57f1ba18d9 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetEndpoint.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetEndpoint.java index 367b391c792f..d8870cc3fe59 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetEndpoint.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/AsyncCreateJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/AsyncCreateJob.java index fb76f4520a5b..6277a07a6c49 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/AsyncCreateJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/AsyncCreateJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/SyncCreateJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/SyncCreateJob.java index aa89efc3dcc9..ff6cd48bab41 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/SyncCreateJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/createjob/SyncCreateJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/AsyncGetJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/AsyncGetJob.java index 24dd862bba0f..a82f2f50ec85 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/AsyncGetJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/AsyncGetJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/SyncGetJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/SyncGetJob.java index a7a49de81170..124ea946317c 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/SyncGetJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/getjob/SyncGetJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobs.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobs.java index b8fe9cb6a0dd..c15434bcb05d 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobs.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobsPaged.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobsPaged.java index c3c9ade38cc0..9777fa1e36d4 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobsPaged.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/AsyncListJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/SyncListJobs.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/SyncListJobs.java index dfa7d69a3e88..5507e75773d8 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/SyncListJobs.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/listjobs/SyncListJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/AsyncSnapshotJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/AsyncSnapshotJob.java index 016c2f344b70..81c93cb1e0e3 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/AsyncSnapshotJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/AsyncSnapshotJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/SyncSnapshotJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/SyncSnapshotJob.java index bed98dadec85..8c514b2914ae 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/SyncSnapshotJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/snapshotjob/SyncSnapshotJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/AsyncUpdateJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/AsyncUpdateJob.java index ab0f2e0da8d8..5360bb120eb7 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/AsyncUpdateJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/AsyncUpdateJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/SyncUpdateJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/SyncUpdateJob.java index 6d8e95f2075e..4e4f553bc83f 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/SyncUpdateJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3/updatejob/SyncUpdateJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3settings/createjob/SyncCreateJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3settings/createjob/SyncCreateJob.java index bd8f1d79fd95..e67de84eba26 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3settings/createjob/SyncCreateJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/jobsv1beta3settings/createjob/SyncCreateJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider.java index d099ef58d362..5d4de498b3e1 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider1.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider1.java index 61b3eaa21364..a63ab3735967 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetEndpoint.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetEndpoint.java index 5d530c985ffc..1c3e33445154 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetEndpoint.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessages.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessages.java index 01ed0778cf35..d2198c62d168 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessages.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessagesPaged.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessagesPaged.java index b7ad80b5d930..30e82be2907d 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessagesPaged.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/AsyncListJobMessagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/SyncListJobMessages.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/SyncListJobMessages.java index 9ed97924e95b..363ca7781b85 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/SyncListJobMessages.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3/listjobmessages/SyncListJobMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3settings/listjobmessages/SyncListJobMessages.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3settings/listjobmessages/SyncListJobMessages.java index 31ea65599280..1659cc500185 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3settings/listjobmessages/SyncListJobMessages.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/messagesv1beta3settings/listjobmessages/SyncListJobMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider.java index 3715e578af30..065dd591eb14 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider1.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider1.java index 72ef2b49c47c..deb1a91ebc94 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetEndpoint.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetEndpoint.java index fb949149f30a..d35fac25110c 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetEndpoint.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetails.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetails.java index bc2af60950bf..23e892117e94 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetails.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetailsPaged.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetailsPaged.java index 720ac5979fc4..2608c3955dd0 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetailsPaged.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/AsyncGetJobExecutionDetailsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/SyncGetJobExecutionDetails.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/SyncGetJobExecutionDetails.java index 3fc9e6c93412..6e4c2f2e51f7 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/SyncGetJobExecutionDetails.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobexecutiondetails/SyncGetJobExecutionDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/AsyncGetJobMetrics.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/AsyncGetJobMetrics.java index a551cd286da1..9670b6df07fc 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/AsyncGetJobMetrics.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/AsyncGetJobMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/SyncGetJobMetrics.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/SyncGetJobMetrics.java index c1c1a8e30c78..1ebb190bede9 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/SyncGetJobMetrics.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getjobmetrics/SyncGetJobMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetails.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetails.java index b61fad70895b..ac257a1aa779 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetails.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetailsPaged.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetailsPaged.java index 7f673ea2c796..06de2c5c8a0d 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetailsPaged.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/AsyncGetStageExecutionDetailsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/SyncGetStageExecutionDetails.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/SyncGetStageExecutionDetails.java index 48d7a0af936b..4891cfba64e5 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/SyncGetStageExecutionDetails.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3/getstageexecutiondetails/SyncGetStageExecutionDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3settings/getjobmetrics/SyncGetJobMetrics.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3settings/getjobmetrics/SyncGetJobMetrics.java index 76020f0aeee9..3437772f948d 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3settings/getjobmetrics/SyncGetJobMetrics.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/metricsv1beta3settings/getjobmetrics/SyncGetJobMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider.java index d7c3b5ca09d7..481d68f33539 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider1.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider1.java index 64b37d5daa8c..0b9ec6acf0bd 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetEndpoint.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetEndpoint.java index 3d2dc1021af5..6f7affac2775 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetEndpoint.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/AsyncDeleteSnapshot.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/AsyncDeleteSnapshot.java index 0390506ae0b4..ab772f47fcc4 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/AsyncDeleteSnapshot.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/AsyncDeleteSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/SyncDeleteSnapshot.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/SyncDeleteSnapshot.java index 1269378f5590..61cff0df5fa0 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/SyncDeleteSnapshot.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/deletesnapshot/SyncDeleteSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/AsyncGetSnapshot.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/AsyncGetSnapshot.java index 86c5776f0d84..04d3ea3010be 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/AsyncGetSnapshot.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/AsyncGetSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/SyncGetSnapshot.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/SyncGetSnapshot.java index a3bdfbde6023..8f03f7595242 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/SyncGetSnapshot.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/getsnapshot/SyncGetSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/AsyncListSnapshots.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/AsyncListSnapshots.java index e96b17be8e16..27fcfbd6f443 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/AsyncListSnapshots.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/AsyncListSnapshots.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/SyncListSnapshots.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/SyncListSnapshots.java index ca38c3f22558..301cb85371ed 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/SyncListSnapshots.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3/listsnapshots/SyncListSnapshots.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3settings/getsnapshot/SyncGetSnapshot.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3settings/getsnapshot/SyncGetSnapshot.java index 8982975059be..0f595646e189 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3settings/getsnapshot/SyncGetSnapshot.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/snapshotsv1beta3settings/getsnapshot/SyncGetSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/flextemplatesservicestubsettings/launchflextemplate/SyncLaunchFlexTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/flextemplatesservicestubsettings/launchflextemplate/SyncLaunchFlexTemplate.java index 0cb1bd548171..bac28fc07e62 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/flextemplatesservicestubsettings/launchflextemplate/SyncLaunchFlexTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/flextemplatesservicestubsettings/launchflextemplate/SyncLaunchFlexTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/jobsv1beta3stubsettings/createjob/SyncCreateJob.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/jobsv1beta3stubsettings/createjob/SyncCreateJob.java index 39412582636b..15736bf67aaa 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/jobsv1beta3stubsettings/createjob/SyncCreateJob.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/jobsv1beta3stubsettings/createjob/SyncCreateJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/messagesv1beta3stubsettings/listjobmessages/SyncListJobMessages.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/messagesv1beta3stubsettings/listjobmessages/SyncListJobMessages.java index 1b50f4003c13..2cfb19ed182b 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/messagesv1beta3stubsettings/listjobmessages/SyncListJobMessages.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/messagesv1beta3stubsettings/listjobmessages/SyncListJobMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/metricsv1beta3stubsettings/getjobmetrics/SyncGetJobMetrics.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/metricsv1beta3stubsettings/getjobmetrics/SyncGetJobMetrics.java index a63ee6863f90..38eb9d3547d2 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/metricsv1beta3stubsettings/getjobmetrics/SyncGetJobMetrics.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/metricsv1beta3stubsettings/getjobmetrics/SyncGetJobMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/snapshotsv1beta3stubsettings/getsnapshot/SyncGetSnapshot.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/snapshotsv1beta3stubsettings/getsnapshot/SyncGetSnapshot.java index d70b76de647b..89c81c9a1dcc 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/snapshotsv1beta3stubsettings/getsnapshot/SyncGetSnapshot.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/snapshotsv1beta3stubsettings/getsnapshot/SyncGetSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/templatesservicestubsettings/createjobfromtemplate/SyncCreateJobFromTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/templatesservicestubsettings/createjobfromtemplate/SyncCreateJobFromTemplate.java index 96e82d6d3564..da75fda1f6a1 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/templatesservicestubsettings/createjobfromtemplate/SyncCreateJobFromTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/stub/templatesservicestubsettings/createjobfromtemplate/SyncCreateJobFromTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider.java index 28e893548192..0e1e773a8de9 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider1.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider1.java index 0eb25e0000eb..a4eede3e8fbe 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetEndpoint.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetEndpoint.java index cad6e28d1793..8dcedfe19dcc 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetEndpoint.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/AsyncCreateJobFromTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/AsyncCreateJobFromTemplate.java index 5f0bae8c9eef..1bba5fd13557 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/AsyncCreateJobFromTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/AsyncCreateJobFromTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/SyncCreateJobFromTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/SyncCreateJobFromTemplate.java index c6b08d555cf7..23df20893f1e 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/SyncCreateJobFromTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/createjobfromtemplate/SyncCreateJobFromTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/AsyncGetTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/AsyncGetTemplate.java index 18acf6d6289e..43f9874f4762 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/AsyncGetTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/AsyncGetTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/SyncGetTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/SyncGetTemplate.java index b1fbf2ab9bad..5be87adbb5e1 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/SyncGetTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/gettemplate/SyncGetTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/AsyncLaunchTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/AsyncLaunchTemplate.java index 72f66c44165e..ab124eea1269 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/AsyncLaunchTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/AsyncLaunchTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/SyncLaunchTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/SyncLaunchTemplate.java index b3eabf25cfcd..716d1556167b 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/SyncLaunchTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservice/launchtemplate/SyncLaunchTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservicesettings/createjobfromtemplate/SyncCreateJobFromTemplate.java b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservicesettings/createjobfromtemplate/SyncCreateJobFromTemplate.java index 4981844ff6ad..6bd83d55bcee 100644 --- a/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservicesettings/createjobfromtemplate/SyncCreateJobFromTemplate.java +++ b/java-dataflow/samples/snippets/generated/com/google/dataflow/v1beta3/templatesservicesettings/createjobfromtemplate/SyncCreateJobFromTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/README.md b/java-dataproc-metastore/README.md index a5176df40625..15a88f20d08c 100644 --- a/java-dataproc-metastore/README.md +++ b/java-dataproc-metastore/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc-metastore.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc-metastore/2.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc-metastore/2.36.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreClient.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreClient.java index 4fdc627b7f1d..49d16e6fc386 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreClient.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java index 29869102891c..46abe3952f65 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationSettings.java index 4ee9c5efb502..4d968b8d568f 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -207,7 +207,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataprocMetastoreFederationStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataprocMetastoreFederationStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreSettings.java index 74cc0eb4ca33..c657e5b60b33 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -334,7 +334,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataprocMetastoreStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataprocMetastoreStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/package-info.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/package-info.java index 85ea77f8962c..6b8c6465f787 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/package-info.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStub.java index d4f22ebee0f5..06c697d592b0 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStubSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStubSettings.java index fd869a490d89..8356136474bc 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStubSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreFederationStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -399,7 +399,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -408,7 +407,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStub.java index 20d2735c86c3..99a93b8cd827 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStubSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStubSettings.java index 6fa19902d79d..767763984fb3 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStubSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/DataprocMetastoreStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -705,7 +705,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -714,7 +713,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreCallableFactory.java index a463b87b6f05..87c678503c67 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationCallableFactory.java index 2b020d0cf6fa..bcc1ea4bec41 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationStub.java index 996f1d822306..f509b7c367dd 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreStub.java index 9303fd7c5051..dff364c1b18c 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/GrpcDataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreCallableFactory.java index 0c274c01013b..55611c7f6234 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java index 36d0feab3ab3..cea4136c79f8 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationStub.java index 32af5fbc2a50..a6a031d2fbd5 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreStub.java index e345f51189d2..d4c0fac3127c 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClient.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClient.java index d8dab39c8e92..620b5aaecb26 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClient.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClient.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClient.java index 79b63a4e1ac9..0cbe6f810f02 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClient.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationSettings.java index b69f04de76d2..fb978f21e8cc 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -208,7 +208,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataprocMetastoreFederationStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataprocMetastoreFederationStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreSettings.java index a26e09ed9bfe..e487a816c4ad 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -341,7 +341,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataprocMetastoreStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataprocMetastoreStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/package-info.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/package-info.java index 75c6521722e2..c32d199aab0b 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/package-info.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStub.java index 5d380614335f..4808cce8cadd 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStubSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStubSettings.java index 2717e2351a09..db4635d286fd 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStubSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreFederationStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -400,7 +400,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -409,7 +408,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStub.java index 16987132b69b..a3664d5fce95 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStubSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStubSettings.java index 08e4f43ebee4..9197e2eca470 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStubSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/DataprocMetastoreStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -716,7 +716,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -725,7 +724,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreCallableFactory.java index 557e4554bed4..b3707f8c6d05 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationCallableFactory.java index 1ea872341f99..457a3c153ada 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationStub.java index 0e8f569804ea..286c34385d78 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreStub.java index 59997ec11e59..d04fe1640370 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/GrpcDataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreCallableFactory.java index 4672947771d9..3f5c87d8cd39 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java index 5703f2642211..eeac9796f13c 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationStub.java index bac0facfd6b4..d534464fa09d 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreStub.java index d2a11ac30dbe..af545fb90979 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/HttpJsonDataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClient.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClient.java index 14a34e897a83..3281913f1bef 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClient.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClient.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClient.java index 74c5e3e8731a..c0ca90bc2e3b 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClient.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationSettings.java index 6a30ab5bfb03..57a5c24e17f6 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -208,7 +208,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataprocMetastoreFederationStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataprocMetastoreFederationStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreSettings.java index 111fe596409a..9d6571c2984a 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -341,7 +341,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataprocMetastoreStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataprocMetastoreStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/package-info.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/package-info.java index becbcd13616c..dcc7f29a6569 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/package-info.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStub.java index 65628fcb30ed..97d7899628e0 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStubSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStubSettings.java index 8f9314e3f5fa..76489f46a2b2 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStubSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreFederationStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -400,7 +400,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -409,7 +408,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStub.java index fae87fbd4258..e6d318a4f93a 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStubSettings.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStubSettings.java index 5729f8066009..a90f8e599fd8 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStubSettings.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/DataprocMetastoreStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -716,7 +716,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -725,7 +724,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreCallableFactory.java index 72007391a700..48aa5867ac9e 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationCallableFactory.java index ebb5e398f13d..79e4db6055ec 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationStub.java index baf2649df95d..82c063ebf693 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreStub.java index 0dfe2df75f6e..7e71304f99cc 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/GrpcDataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreCallableFactory.java index 0f13c940677d..9bdaceeda1e3 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java index 7e170268ee0d..728ffabc6fb6 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationStub.java index c500a46ac7e2..947d080ddb1e 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreFederationStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreStub.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreStub.java index cb850cd430dc..672b94f2cf82 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreStub.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/HttpJsonDataprocMetastoreStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientHttpJsonTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientHttpJsonTest.java index de0ec1e36b29..7551ed0359a0 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientHttpJsonTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientTest.java index ffcb76b5f535..6be603d745c9 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientHttpJsonTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientHttpJsonTest.java index a7314a7f1c1d..17cce7c45d42 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientHttpJsonTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientTest.java index df8c88febf12..1c8d0ec7c0cc 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastore.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastore.java index 1dca16128f40..e924894825b9 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastore.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederation.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederation.java index b059db69903a..d91d707cab49 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederation.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederationImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederationImpl.java index 3db6582c025f..992a74e8d8b0 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederationImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreFederationImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreImpl.java index 2fcb2d08c8e8..3594777e0c8a 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockDataprocMetastoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicy.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicy.java index 0899064a91bb..3cec820536cb 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicy.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicyImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicyImpl.java index 3cc260ee3a5b..945817e00804 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicyImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocations.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocations.java index 0bdaa8703c99..94d15463c470 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocations.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocationsImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocationsImpl.java index c57ceccd87cf..a78e4f0b68a8 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocationsImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientHttpJsonTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientHttpJsonTest.java index d44342604cef..3ad3cf964f64 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientHttpJsonTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientTest.java index 3ad4e0fa0a26..73c29d6bb389 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientHttpJsonTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientHttpJsonTest.java index fba74c5ac3a2..5eaa2258937a 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientHttpJsonTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientTest.java index 35bdae934e7f..6abc44481a8a 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreFederationClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastore.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastore.java index c25722a380cd..3f660d2736ba 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastore.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederation.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederation.java index 1e6ba7fbea6b..4498c12b67db 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederation.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederationImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederationImpl.java index 0b8f981e7eb3..79454b7bb8fa 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederationImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreFederationImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreImpl.java index ac98acadf17f..8a9cbc313ba6 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockDataprocMetastoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicy.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicy.java index 449412d602df..d5dde6b3f50d 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicy.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicyImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicyImpl.java index 968b7585d9d1..eb9f2edee489 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicyImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockIAMPolicyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocations.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocations.java index d97949842e85..519f51bf6c07 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocations.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocationsImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocationsImpl.java index dce7da339769..9f1db56ecd7f 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocationsImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1alpha/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientHttpJsonTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientHttpJsonTest.java index 98c50a408dbc..63a4eded034c 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientHttpJsonTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientTest.java index edfa11b916aa..e97d9465f8b6 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientHttpJsonTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientHttpJsonTest.java index 3d4a4f7d355c..0846207b38d9 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientHttpJsonTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientTest.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientTest.java index 78560ba737ad..3080077bf03d 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientTest.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/DataprocMetastoreFederationClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastore.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastore.java index 7fa72972b731..59d1abeebbde 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastore.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederation.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederation.java index 44983d004d0c..ad48c02f7f61 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederation.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederationImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederationImpl.java index 227ed93d3d3c..0751288c6e9b 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederationImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreFederationImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreImpl.java index e5d597f37c50..93c912697162 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockDataprocMetastoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicy.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicy.java index fa584d6e86c2..d08a1197608e 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicy.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicyImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicyImpl.java index 18067182efb4..2ff3e8f06e88 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicyImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockIAMPolicyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocations.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocations.java index b5e202c45e20..e69dd7b5386e 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocations.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocationsImpl.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocationsImpl.java index 11248e65cfbb..65042539204e 100644 --- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocationsImpl.java +++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1beta/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/BackupName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/BackupName.java index 4a1c8f05805b..03979b990dd5 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/BackupName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/BackupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/FederationName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/FederationName.java index da8c0fe11803..bef8a654ca1c 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/FederationName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/FederationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/LocationName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/LocationName.java index fc0e850cf1da..2b9f18d8f1df 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/LocationName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/MetadataImportName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/MetadataImportName.java index 2101c418efee..717c0999feb5 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/MetadataImportName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/MetadataImportName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ServiceName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ServiceName.java index e1b5959adc4f..34ebbb612bd7 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ServiceName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ServiceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/BackupName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/BackupName.java index d185f43a0ad4..0cd4ef41f4aa 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/BackupName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/BackupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/FederationName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/FederationName.java index 8e7b4ef530ef..814be91958bc 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/FederationName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/FederationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/LocationName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/LocationName.java index 66756c2e3478..bc9d5ada736a 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/LocationName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/MetadataImportName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/MetadataImportName.java index 892103950a10..c85686871af2 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/MetadataImportName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/MetadataImportName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ServiceName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ServiceName.java index ae986cb5cdef..4c2c088d5298 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ServiceName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ServiceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/BackupName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/BackupName.java index 15f24807c9c3..b732dcea1552 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/BackupName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/BackupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/FederationName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/FederationName.java index 20b2b0dd0f1c..62b05a521536 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/FederationName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/FederationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/LocationName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/LocationName.java index 4a1d61367800..282ca629ccf6 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/LocationName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/MetadataImportName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/MetadataImportName.java index c4679c37331f..911f1e72b7f3 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/MetadataImportName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/MetadataImportName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ServiceName.java b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ServiceName.java index 44e6b0eb723a..e69d480a748d 100644 --- a/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ServiceName.java +++ b/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ServiceName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java index bfa2248461ae..7dd74b016864 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java index 33009edcc228..081e03b6ac41 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java index b80ba580448d..917c5ffe9364 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java index a1deb93a9aa1..8ee21391b33c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java index fe251968be78..14d34bfcba54 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetEndpoint.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetEndpoint.java index e0cd2034c1ae..2043866c6ad4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetEndpoint.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackup.java index 839df9c92554..b8bc678cca6b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java index 79fa9436a833..8492b8f853fd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackup.java index 4ffe6fb900e2..2966b78b3421 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java index 3cd9f769212a..5befb3c9e037 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java index 2027715db16d..fc4058c8d66b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java index c75e765e96bc..cd4f7fe29eca 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java index 66a8b36ffb1b..e603866a0180 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java index 8eb0f9a13152..7b8bb3826459 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java index 806b967549b9..e3141024c266 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java index a8acd35b61f2..8cb3a10e1a3a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateService.java index 1cbfb0e1a383..bfc5be72d163 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateServiceLRO.java index 7b573081f95c..d48ea7d23982 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/AsyncCreateServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateService.java index bd21af2bcd7d..d42795f45ed9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java index 3ec944ad0270..40259274ccff 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java index 39f385f08b9b..f2a0558da537 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackup.java index 9df9ac7a62f7..ab7ce9e01ed9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java index 70f1f4518beb..1462cd87f73c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackup.java index 921a115e35b6..b99ae438872c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java index d9f26aa975e5..2914f7399d0c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupString.java index 634a9b3f9f1f..60f69400bd09 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deletebackup/SyncDeleteBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteService.java index bda56967d72f..870834d1b174 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java index dc4a2daf3485..24b17110e4dc 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteService.java index 77a6616b2ee4..b23586629d11 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java index f88d8aeb06ae..8bd8754f27c3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceString.java index a0b47941332f..ba73061f5533 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/deleteservice/SyncDeleteServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadata.java index f54aadb4e4db..0ef7706566b1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java index 64279fad5d27..fd96cc31bc63 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/SyncExportMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/SyncExportMetadata.java index c9e73fffbbac..3910095ff916 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/SyncExportMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/exportmetadata/SyncExportMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/AsyncGetBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/AsyncGetBackup.java index 5c1f7da487ac..1a55510e1a78 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/AsyncGetBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/AsyncGetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackup.java index 4eef3aab828f..4cf4e3bdd6fa 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupBackupname.java index b357eedd1b15..9ec406ad5106 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupString.java index c310f39b2a90..dc7ec601528f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getbackup/SyncGetBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java index cddbf4a4d57f..828a9e8fec23 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java index fd5494cba2b0..0245e5d3f121 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/AsyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/AsyncGetLocation.java index 2ea85068b253..2d70026d9355 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/AsyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/SyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/SyncGetLocation.java index 3e4dd554de18..ec12863d5cbd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/SyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java index f321c14c20cd..08244dc3024d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java index 00078882ea49..7f1c64f8fc4a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java index cd9abb4d823f..c104268787f9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java index 20d448ad54a9..66a6baccd4f3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/AsyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/AsyncGetService.java index ae4f08bc5b53..2a0f2801a125 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/AsyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/AsyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetService.java index 28ee7ca9917c..23f1b7a0316a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceServicename.java index 986c2748df37..e80e8dd59486 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceString.java index 2d3e3311628d..30fd27383200 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/getservice/SyncGetServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackups.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackups.java index 9afd266e5a2a..f0745e798068 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackups.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackupsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackupsPaged.java index 5a493a28de6c..b7399ce4e31e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackupsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/AsyncListBackupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackups.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackups.java index 61af6481abfa..e9901f70998a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackups.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsServicename.java index c2b852251bba..04b981e9624f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsString.java index 0b6f932dce4f..3b8fcc54f0c2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listbackups/SyncListBackupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocations.java index 6203d95f7f15..19460f14efcf 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocationsPaged.java index 3ca8c215633a..223e23de3bec 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/SyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/SyncListLocations.java index df1f78ec9a2f..c18844fb4a3d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/SyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java index 27fe254e2eff..6219326d3b82 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java index 747c1deff88a..95ee89767a2b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java index 73bfb584cced..a0e4eaa021f9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java index 48cbe2e742a3..e8d6fa87fab2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java index 6a50818ebde5..cbcd3ddb1ca5 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServices.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServices.java index 0d2f6ad3b9af..8e135ba4bfbd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServices.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServicesPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServicesPaged.java index 294c02b15367..168d17adf04d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServicesPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/AsyncListServicesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServices.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServices.java index 13a439ef6280..316de32e2e06 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServices.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesLocationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesLocationname.java index ec22958e105a..bcd6dd7ff1e6 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesLocationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesString.java index 1fcfce6a17a4..d5b31de9bee4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/listservices/SyncListServicesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java index aa94091c453e..853167c0ae37 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java index 3ce2ff3d9996..b063c0138712 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java index bf3072d2dea5..8c4b236997d0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadata.java index 15e33462c98f..b54fe9466c8f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java index 894d8656d652..007cee2d26af 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/SyncQueryMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/SyncQueryMetadata.java index a6a13f6e4aed..a0066a187fea 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/SyncQueryMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/querymetadata/SyncQueryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreService.java index e0adf508e3f9..54027cb6ff80 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java index cc9a150f7f36..894e2dd35d2d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreService.java index f9cb0fa425f9..79ae1c02b1b5 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java index 38f518212d79..92b9a1282412 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java index 9654749faafb..86e08c6635eb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java index f3f89c7c4a0a..360b7a29ad65 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java index e2bf725a95bd..d421811e062d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java index 1662a67dfeab..84a8592bad0e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java index bbf13d5e5364..7e250cdb363f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java index df1115775a7e..58394480d841 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java index e2039d484c6b..ca77f409a843 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java index 146d159f90c4..059a3339d1e8 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java index 2f33ae7c88ac..0e764b02d54b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java index eda16f6cbc8c..142468cbfec0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java index 00a10d87c708..e90493b50f96 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateService.java index 20771cbaeb64..c08d6fa3e779 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java index edbfb6916fa1..bba84998aa45 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateService.java index 5be61453e1a0..20ebdf1b36b2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java index e0a9c27fc686..f8246ee5aea1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java index 22f6531bc317..cc346a8d8732 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java index ec19c910e1a7..58803b151fa4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java index 13db2203e32c..501a616ceaa9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java index fdb0cf2a0601..b54d5406c506 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java index 51b2020440ee..049a2f2101ef 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederation.java index a2d4984cad0b..3f707b0acad9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java index 79bf399793e2..95d1fafd1f60 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java index eef0428573a4..c301dfdb450f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java index 2ecb865f731d..622287416fe5 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java index 76bf5ec60cb3..c16ec3d98cdb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java index 2b4ec3302252..25a851e46f2d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java index 8a5ebd2aa009..529315367c8a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java index af1d26edd716..f506926617dd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/AsyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/AsyncGetFederation.java index cd83bec4a01a..6c73be368015 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/AsyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/AsyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederation.java index 7068c18375c3..c3c830d15b5e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java index a93ca48ddd85..e356ee6a6dcd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationString.java index 91c0b740c866..4bc078bbe1f8 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getfederation/SyncGetFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java index f83d5068beb6..17a318ab38eb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java index a64c0f43f69b..4dce48ab77b8 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/AsyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/AsyncGetLocation.java index 6b8fb0aa2025..0c24e3f75ec0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/AsyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/SyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/SyncGetLocation.java index 044316e4df8e..12e2d9e76956 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/SyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederations.java index fcccf12be025..8fe02c0b7706 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java index 73d505fcb414..f6923b58385a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederations.java index 584e329d499e..dd9b5145a54e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java index c86fae2e9c93..2d53d737d427 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsString.java index b4e14b7872f9..39e0b69ba213 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listfederations/SyncListFederationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocations.java index 44c6ee51ab94..3109141b0f7b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java index 3d356c30bf61..8e5a5883f087 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/SyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/SyncListLocations.java index 89a8dd88149d..eedbdb5af860 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/SyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java index 48b212078054..efa24931987d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java index b879bdcd5e57..baf179877179 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java index 26dbc02da138..f0c73255af61 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java index ead2f011695c..c7a6d51b9750 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java index 547e4e81d78d..49897ac89b79 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java index 41eca62c58e7..0d4b4fc72705 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java index 80979b262702..76c5c07db979 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java index 2013cddf03c4..d5cc43ee87b9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java index 3177d00743e9..157035058ab2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastoresettings/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastoresettings/getservice/SyncGetService.java index 205172532b3f..d8c9d648d440 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastoresettings/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/dataprocmetastoresettings/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java index 5425a1793797..fbf0059bb9f4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java index 6286db4bfb55..c123d97fe135 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java index e2ebe3aceeea..c23ec12ecc34 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java index 420fcb189eb8..40a8a4c261f9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java index fbabec092ffe..52cb4c24c3a4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java index d9489bc758ce..e060ebe267b6 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java index 5d018fb6163d..3dbf73e4729d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetEndpoint.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetEndpoint.java index 16edc78e5fe0..d7363b5602e9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetEndpoint.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackup.java index 59528529792e..e466f49b1504 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java index 698b4f90ee0a..865083d3ba24 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackup.java index 45b2efa980b6..79499f8a2e71 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java index e1702ffbe4ac..370ce8e7566f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java index 45087aa84966..31cdf0bdf4a3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java index c441b48fab5e..abdd6c36cf6f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java index 7ce4491aa9f3..7d947d853a16 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java index b1298419a167..237756adcf05 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java index f9509017c32d..b79d0f1bf80a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java index 056a986df730..52db48964322 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateService.java index c7c0a69acdf9..f120767b1581 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateServiceLRO.java index edb8fc02aed5..c81f322d430f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/AsyncCreateServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateService.java index e87c36d68da4..e5ce4531c166 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java index 5bdb21e663ef..bcc4603b7dec 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java index 5a670402960e..8276924e86ca 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackup.java index 93569b237506..b4810c1fd359 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java index 924444c657e7..37fe4e530ad4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackup.java index b7e725e11136..9a05da19af79 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java index 15068d56c8ea..5050586d2628 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupString.java index 302b8171ac24..273587743cc3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deletebackup/SyncDeleteBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteService.java index 83c87f1b4cc4..e2d3adf01de3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java index 1054a6e15ae2..beca329cae56 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteService.java index b0f021a8b6a9..b2fd510ec23a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java index 343a095dc08d..5689c4f3f518 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceString.java index 29115ea5974e..1a0946cf4139 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/deleteservice/SyncDeleteServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadata.java index bfbe9125ef2c..5b182082ac45 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java index bf948111f60f..ef2b47143bb3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/SyncExportMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/SyncExportMetadata.java index 638ddcebd186..290e2a4bd086 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/SyncExportMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/exportmetadata/SyncExportMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/AsyncGetBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/AsyncGetBackup.java index b17e67bcccb1..b7301da893d5 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/AsyncGetBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/AsyncGetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackup.java index 8c71b63982b3..5ec470f9e844 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupBackupname.java index a468a9fcebcc..821d3d13c73e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupString.java index 1689a1d66114..5df892a2cd3c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getbackup/SyncGetBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java index 25a8644a66fc..27a8b83872ef 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java index f76888923378..8b933e7c0706 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/AsyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/AsyncGetLocation.java index 06df4eb6d96f..fb3cf2b52057 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/AsyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/SyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/SyncGetLocation.java index e827186664a1..1176b473c7a0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/SyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java index 305c336ff0f8..7cdda45ebd0a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java index 1dd9d1fac2a5..b5ffe7774dfa 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java index 9d00edac55c2..7799667bf843 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java index 930d7d793dfd..88bcf21504ff 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/AsyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/AsyncGetService.java index 951c1f907004..56f885d86ede 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/AsyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/AsyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetService.java index d8e6bde5361a..52ee81a8a591 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceServicename.java index 479ab2f44089..c1fb52bb6eea 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceString.java index fc98d7c5105d..adddbeccbef7 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/getservice/SyncGetServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackups.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackups.java index 58cd24136fb4..2e197c1ef032 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackups.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackupsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackupsPaged.java index 951b3aaf7bae..040fae9d83c2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackupsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/AsyncListBackupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackups.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackups.java index cf921b909819..f7a07c1a4669 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackups.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsServicename.java index 21b9b808820b..bb35928e5532 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsString.java index 3aabffa68efe..878472e9744b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listbackups/SyncListBackupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocations.java index 9f480992636b..449b08f8113d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocationsPaged.java index 1925caf83ae7..3759cacc45a9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/SyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/SyncListLocations.java index 658e0f0f0849..f25605e41315 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/SyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java index 813955f9a66f..55115fe4952e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java index e5375f6b2e9b..c1ca695faddb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java index b7e9d0716d5f..0ac915c3dc2e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java index b92d7a761b09..6b04a4df58a8 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java index 1c85cda13bc9..3cf497e287df 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServices.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServices.java index afff752c7028..aa776bb8355b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServices.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServicesPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServicesPaged.java index 4e46dee2acf0..eb52047d27fd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServicesPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/AsyncListServicesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServices.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServices.java index cd01e9eab9a4..ccfe8caaa4f7 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServices.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesLocationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesLocationname.java index bb6f11712190..e7c018e62c68 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesLocationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesString.java index d72f787efd71..a098ecff6ea9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/listservices/SyncListServicesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java index 656d19c8268a..4556eac6c133 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java index 872a878c713c..4099a245465e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java index 3652b8ad23a0..c8fc56d6b3d9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadata.java index 0e0e349af8fb..f4f28e05c494 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java index 5e12716edb30..2d006e6ab130 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/SyncQueryMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/SyncQueryMetadata.java index 0e8d8c698bd5..7ed24c7fc058 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/SyncQueryMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/querymetadata/SyncQueryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java index 0671950bdaf1..9035d4e33ab8 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java index f2b4c3b2907f..65f18a709f70 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreService.java index fd97de023a2f..c1b9179c222c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java index 75b0c798ee49..66715d58d81f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreService.java index 0a1f4f94f7b2..a98b02ee00f1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java index 8442201fe68a..d17414354f69 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java index 25239ed68bfb..ef09323848f4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java index 089a75d8f911..6cd8711471fa 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java index f333613f4b75..8552a7dbad2b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java index 9d3745de1d8f..b1b0ce622373 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java index 8496788b8e66..226098447f75 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java index 868348c7a40d..dafe5e299e9b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java index 30b8a27bd10c..582ddb0e65d2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java index 6bcc3e356fdc..04b4ae994643 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java index d74baa568077..099c9d570f78 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java index 017aadcbaaee..1da4f7878b22 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java index 4ea7f0424013..85492e6f979b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateService.java index 268c1999ae43..526e9250db2a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java index 7bb3fa564be3..108c95b5f92b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateService.java index 736c81edc274..92b5c64a50c1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java index 98ecdb657cdc..d06db1dce0c7 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java index 71050dda1759..40f6a1b3fccb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java index 016329f05083..47a0dcecf766 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java index 53c6d2f76213..a7c67e39bde9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java index b252ce9b6f1a..3bc7ae191928 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java index 7391c1c6d3fe..32b31983d7aa 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederation.java index f36884bb99e6..1cf172a9f90d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java index bdd1eee4d91d..e415219f5016 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java index edfda54046f8..aa757c270c86 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java index 7d3eddfa0763..55aeb2bb59aa 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java index ec3cc0f0f2f2..98ac05def522 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java index f46813ad31f3..f30e3ec0e001 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java index 6cbff48112c0..2fa2ffbda368 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java index 8f14071d0fdc..236760f5769c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/AsyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/AsyncGetFederation.java index 8f70c14afbe9..e8f2da246446 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/AsyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/AsyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederation.java index aa5a0861e942..3eb8eb44d362 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java index afff42c84c67..ae6994b75919 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationString.java index 049b6a1343d3..29fa9e741270 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getfederation/SyncGetFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java index e312c3208d57..d0a1d0992ec9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java index eeb5fdd4b510..f1b0c504b9a0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/AsyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/AsyncGetLocation.java index 63544450838b..b925a6c30760 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/AsyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/SyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/SyncGetLocation.java index e969251561ff..e92f7779e61a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/SyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederations.java index 245edc1d2ae1..26ba94ff46f1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java index 00df76aad260..6db77e0c7733 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederations.java index 831d7c560977..f88a57b266c2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java index 6f8934b9fc28..05da5e6a5ad9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsString.java index 344bbc670c86..efced2d0874a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listfederations/SyncListFederationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocations.java index 4dca125c4bcd..6ef3915f2e7e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java index 33ab468f2202..2ec5b1dd9a5d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/SyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/SyncListLocations.java index 103f2586b84f..1b897616f51d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/SyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java index b1a1af11d413..1c296ad14930 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java index 9551b7a7daaa..61e0ed01c78c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java index a70a23b3f180..dfa70836d894 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java index b8b4327afb35..837c539156fe 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java index 794c9ebc8886..1f73c2fbeb27 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java index 5988e831974b..0c598f129f22 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java index 2d118c6570db..cc00ba0905fe 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java index 48b6113ca9fd..08a089324cb0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java index 85bccffc3ed3..379a60a9d9e7 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastoresettings/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastoresettings/getservice/SyncGetService.java index 76dc0953bf1a..db8a1ed4d8d1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastoresettings/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/dataprocmetastoresettings/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java index 92a3133710b0..2c9fa18eec2b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java index c986f9469464..a27bcc8d751f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1alpha/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java index 814294e9e435..171b5dfc0ddd 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java index 4e4b06982f17..3d5c4b227ee3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/AsyncAlterMetadataResourceLocationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java index f9852acffd6b..962c8f6ebaeb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/altermetadataresourcelocation/SyncAlterMetadataResourceLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java index cd9b54d020ea..8149441c3e91 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java index 2872a4e9a522..4408eaaaff2d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetEndpoint.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetEndpoint.java index c42919becf95..3e08f9f2fe92 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetEndpoint.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackup.java index 3cb92390548a..c78e3dfa321f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java index 2562e94bb435..352391be0e9e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/AsyncCreateBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackup.java index 6e9de7df0315..700c81bb791c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java index b0a4a49a9058..961c3574c322 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupServicenameBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java index c7d5c86540c2..283e5be893ef 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createbackup/SyncCreateBackupStringBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java index 4cd245217303..abe4a8fa809f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java index 172487b374a1..392b79099a87 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/AsyncCreateMetadataImportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java index 2f2f0e58e1b6..c5a3534a2e8f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java index 6f62f94fb16b..b79cedf48ba0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportServicenameMetadataimportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java index 5828b3abebd3..eb2ad5383a64 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createmetadataimport/SyncCreateMetadataImportStringMetadataimportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateService.java index 177bf3d6c727..17e1f0563b1d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateServiceLRO.java index 2eb34832b49a..0b007605c0e2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/AsyncCreateServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateService.java index ee7c0fab53a9..8052c9db355d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java index 22f7b1a7852d..85ec50c4a9f6 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceLocationnameServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java index b0e545266306..afcfc390172a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/createservice/SyncCreateServiceStringServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackup.java index 45d70581b1ea..9f68b7b1dfe0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java index 9fe23c37f05e..6d19a0964202 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/AsyncDeleteBackupLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackup.java index 70649aaa1345..8684b59a542d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java index d7f38952933b..0a38bdc532a6 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupString.java index 6bbbc1129093..968a8f09c75b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deletebackup/SyncDeleteBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteService.java index 8824042ad402..61dc029c49b3 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java index 08880b993e19..d4a1d7f4c844 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/AsyncDeleteServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteService.java index 9497712ff10c..43c0d3da3e11 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java index 5f6e1bd468f1..3631ef19b359 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceString.java index e1a0e011d73e..7ee58125f52f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/deleteservice/SyncDeleteServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadata.java index 2730d0a99d09..32a394e4b95f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java index 177b48b627c8..4562b488cd05 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/AsyncExportMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/SyncExportMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/SyncExportMetadata.java index c2b1f681d43b..a59b8cdfcf89 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/SyncExportMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/exportmetadata/SyncExportMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/AsyncGetBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/AsyncGetBackup.java index 94ae6cb8021c..2f2efdbf7863 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/AsyncGetBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/AsyncGetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackup.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackup.java index c778089916c3..b6e60e031adb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackup.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupBackupname.java index 40305ac6a9c2..5ca5b987b252 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupString.java index 90c2c864b688..b1b212e7d72b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getbackup/SyncGetBackupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java index 90eee7083534..6cd006fd793f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java index 9629d34553ab..c6a657ec9539 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/AsyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/AsyncGetLocation.java index 0b6a1ed7043d..070e0452a265 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/AsyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/SyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/SyncGetLocation.java index 776c1a279230..9b29702a17db 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/SyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java index 25ba2259d59b..e510cadbdfad 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/AsyncGetMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java index a008a19916d1..b893645ff9fb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java index 2adcacbd45a3..c18b741b927c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportMetadataimportname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java index 93f32b3e2f2f..e14ee14a5be6 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getmetadataimport/SyncGetMetadataImportString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/AsyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/AsyncGetService.java index 8327d6348780..3da2232c9a75 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/AsyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/AsyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetService.java index 8b6d51e8e118..d2356098befc 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceServicename.java index 6274d7fe226a..e608ae5cbbb4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceString.java index 451dabb955b2..a2f3ad60fac0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/getservice/SyncGetServiceString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackups.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackups.java index f9c75d08d196..ffecebbd0c86 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackups.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackupsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackupsPaged.java index a4995c9b9c54..1c10dac69cf4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackupsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/AsyncListBackupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackups.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackups.java index 4232035cfce1..acf521941c70 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackups.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsServicename.java index aee5b36636e2..8cd76a1d702a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsString.java index 54c5655d78de..2bafe9dd0a8b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listbackups/SyncListBackupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocations.java index d4ab35b48513..c1cb4949b61a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocationsPaged.java index 1fd38bbb9fa7..6bacf243090e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/SyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/SyncListLocations.java index 48e95ec332f4..ff2ffe9e0dba 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/SyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java index 95df47b0d0c9..ae8b6298174b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java index 64910a786a93..16aec5a290ba 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/AsyncListMetadataImportsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java index 675895970ec3..d8ac6a6426cf 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java index 0cab97f371b1..4eadbdb483e2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsServicename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java index d397291aa637..a4e50e8a7e53 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listmetadataimports/SyncListMetadataImportsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServices.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServices.java index c4cbb372a1ef..fafc9e787e33 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServices.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServicesPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServicesPaged.java index ffa3c061e81b..d9074753d412 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServicesPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/AsyncListServicesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServices.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServices.java index a3d599c11b11..1d653fd9756e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServices.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServices.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesLocationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesLocationname.java index 9e65fd528cf4..d664fbc4ab09 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesLocationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesString.java index 30c8b2d7cdef..42088baf787d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/listservices/SyncListServicesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java index 6cfd29df26e3..477b6042106f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java index 17e16583dfaa..a3b430baf40e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/AsyncMoveTableToDatabaseLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java index 49fe68722138..371230f9f531 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/movetabletodatabase/SyncMoveTableToDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadata.java index ead69f65b389..a0a0c42e6c66 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java index 78a63cfe2f64..291d48382597 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/AsyncQueryMetadataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/SyncQueryMetadata.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/SyncQueryMetadata.java index 2671e81f7463..03e8625aa0f6 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/SyncQueryMetadata.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/querymetadata/SyncQueryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java index b32697b05d66..268332c6a98e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/AsyncRemoveIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java index 04e00c872b3f..d29cd606e5ce 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/removeiampolicy/SyncRemoveIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreService.java index 0c7b7413a87a..06b0958ff16f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java index 669fcfbf1098..f7d1f73d3ad9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/AsyncRestoreServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreService.java index 6b2a142cbe20..f5dd811b3aca 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java index b9eabafc2e19..b8dd5011b2f0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java index ff67d6bfca65..0e70347b1ebb 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceServicenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java index 38bcec3edcbf..57a50ac11504 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringBackupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java index 009f1bcf52ad..6c1ac962a052 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/restoreservice/SyncRestoreServiceStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java index 787005fb73db..9fff33517d45 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java index 4ae4ddd3d7a4..2d0d55372a45 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java index 1ceb6748d300..fc81ffc12118 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java index a7693940f64e..f0efe942f6f5 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java index 1e18bcc76e43..94b7df17d872 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java index b4645cfaade4..b3629e2d3b56 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/AsyncUpdateMetadataImportLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java index 365f045980ed..13e67025c84e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java index ba8836a19dde..45b32a676ee0 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updatemetadataimport/SyncUpdateMetadataImportMetadataimportFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateService.java index 9352b8821868..48370dea5fd1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java index 471f4dc5f99b..71a55850b0e1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/AsyncUpdateServiceLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateService.java index 6c8a729c1f83..095c9dce5e1d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java index 5458da771e9b..1a0e866e3074 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastore/updateservice/SyncUpdateServiceServiceFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java index c0b4921bb8e4..da5e841b0b55 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java index bdcfa6439382..e169307f2788 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java index 4db3d9eac8ab..e47cad65fa99 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java index 79bb5a1ee1fa..6018b03f9986 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java index 35d785915860..4cfd5c7f6eee 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/AsyncCreateFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederation.java index 6ef6446e85ba..9514ec17c9b1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java index 39fd25425f82..5413b706f02c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationLocationnameFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java index fd27793ee4c9..4fb027b9fd8c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/createfederation/SyncCreateFederationStringFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java index 092f2d6a8d32..d217213c3f30 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java index 9c76c810c56c..ba3ea2957fea 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/AsyncDeleteFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java index 501fdf1ef37b..6a4fda4c534b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java index 601b970ba885..a0d21a45a123 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationFederationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java index e7a153d935f8..d7ca42db7a5f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/deletefederation/SyncDeleteFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/AsyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/AsyncGetFederation.java index e247c698e78a..2e7e208e849f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/AsyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/AsyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederation.java index c4cf856d2029..9ede78238d2b 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java index 64d8190a0394..e155c83998b1 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationFederationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationString.java index e4080b9475ef..8ff5739e6a33 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getfederation/SyncGetFederationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java index 4860cede8d0d..26a9a265a0c4 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/AsyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java index ab3658410659..104cc986d302 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getiampolicy/SyncGetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/AsyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/AsyncGetLocation.java index bad090c1fc27..2d1c81c898e9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/AsyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/SyncGetLocation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/SyncGetLocation.java index 88e67d19f7d1..5ea81ef7e251 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/SyncGetLocation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederations.java index 4e122fdef12e..f1bff2dddf69 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java index 3c14135b90d6..f6d51c8cfe18 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/AsyncListFederationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederations.java index 8e9e39cd17c8..a4786e730909 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java index 86a6ca72e7c2..228ace9153e9 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsString.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsString.java index c105ea4cc837..e4c0ccdf240c 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsString.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listfederations/SyncListFederationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocations.java index 8ddad32b24ac..979c537ad672 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java index 4c13cb0063d2..35648ff0061f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/SyncListLocations.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/SyncListLocations.java index 9b75924754bc..4b094689cc5a 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/SyncListLocations.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java index 8b966d52f61f..6e0a293837d2 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/AsyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java index e1a90eb5d934..aa7bb8dc1cff 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/setiampolicy/SyncSetIamPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java index 1c5c0f260e09..19951ab03b05 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/AsyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java index 0925b329f171..9451e68f7cfa 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/testiampermissions/SyncTestIamPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java index 312be4d6b9ac..ac79dc7f966e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java index 1756f6da941a..c0b52bb3b02f 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/AsyncUpdateFederationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java index b820bba06b1d..c6477cea1c26 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java index e86ebbd122fb..ec8dd2afac49 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederation/updatefederation/SyncUpdateFederationFederationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java index eb25d2388099..83ce990f709d 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastorefederationsettings/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastoresettings/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastoresettings/getservice/SyncGetService.java index a437588ca550..78d7d0ebc97e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastoresettings/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/dataprocmetastoresettings/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java index 7d166365b134..062e224ed48e 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorefederationstubsettings/getfederation/SyncGetFederation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java index 6d1a28e64cce..c19f134dcd47 100644 --- a/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java +++ b/java-dataproc-metastore/samples/snippets/generated/com/google/cloud/metastore/v1beta/stub/dataprocmetastorestubsettings/getservice/SyncGetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/README.md b/java-debugger-client/README.md index 9bbeffe4cc96..53a5aceab456 100644 --- a/java-debugger-client/README.md +++ b/java-debugger-client/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-debugger-client.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-debugger-client/1.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-debugger-client/1.35.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Client.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Client.java index 73a3bcad9072..90f512447241 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Client.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Settings.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Settings.java index c0c1046c6152..637f3cfc1974 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Settings.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Controller2Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -135,7 +135,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return Controller2StubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return Controller2StubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Client.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Client.java index 5646dc15f93a..11f110a4cec0 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Client.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Settings.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Settings.java index 9966e46f4a8f..0d1074c71cb9 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Settings.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/Debugger2Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -147,7 +147,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return Debugger2StubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return Debugger2StubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/package-info.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/package-info.java index d7b68867684f..96588211cdaf 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/package-info.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2Stub.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2Stub.java index 613e7147752a..afa0fe1aece8 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2Stub.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2StubSettings.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2StubSettings.java index 0fc373d89d40..b6be37971979 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2StubSettings.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Controller2StubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -195,7 +195,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -204,7 +203,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2Stub.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2Stub.java index 5e33fd29a21e..20059e631ea4 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2Stub.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2StubSettings.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2StubSettings.java index 64ea01a561cc..0f8fdedf0083 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2StubSettings.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/Debugger2StubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -209,7 +209,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(Debugger2StubSettings.class)) @@ -217,7 +216,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(Debugger2StubSettings.class)) diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2CallableFactory.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2CallableFactory.java index daa9f8b020e3..8eb99d5801bc 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2CallableFactory.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2Stub.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2Stub.java index 4c1cb21ec128..97f2ddc1c7f2 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2Stub.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcController2Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2CallableFactory.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2CallableFactory.java index 4794f3bdda58..a09b533cc776 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2CallableFactory.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2Stub.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2Stub.java index 1841ceacd039..99b2075700b7 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2Stub.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/GrpcDebugger2Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2CallableFactory.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2CallableFactory.java index 63a08f37c968..f3b55ae21272 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2CallableFactory.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2Stub.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2Stub.java index cbd46331c99e..0d6cf0506f98 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2Stub.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonController2Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2CallableFactory.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2CallableFactory.java index 169f4b6dcb95..c07f04d61ab3 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2CallableFactory.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2CallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2Stub.java b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2Stub.java index 858bc66ec6f5..0cd3057eeee7 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2Stub.java +++ b/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/stub/HttpJsonDebugger2Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientHttpJsonTest.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientHttpJsonTest.java index 2de0c0c3497a..a03732a555f1 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientHttpJsonTest.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientTest.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientTest.java index e51d609ed0f8..8d6457de0b1e 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientTest.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Controller2ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientHttpJsonTest.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientHttpJsonTest.java index 19f7e81e33e7..7a65773c4574 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientHttpJsonTest.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientTest.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientTest.java index d63af627817b..d5806e9e916d 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientTest.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/Debugger2ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2.java index f8e1c1b08e22..8325a04323e7 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2Impl.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2Impl.java index 3b7681e7dd02..5d23a5f9c0ae 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2Impl.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockController2Impl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2.java index c7ce34bc83ea..8dd1333c5357 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2Impl.java b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2Impl.java index c2cb51a7cec1..9b41f02511a0 100644 --- a/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2Impl.java +++ b/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/MockDebugger2Impl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider.java index f0f588d7b485..65b9fe839453 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider1.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider1.java index 9ef8df3e8c25..fc0bc625c12e 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider1.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetEndpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetEndpoint.java index d3eb83cb7b26..0c4ff9210213 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetEndpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/AsyncListActiveBreakpoints.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/AsyncListActiveBreakpoints.java index a6d3eaa510f6..d68ee8abce43 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/AsyncListActiveBreakpoints.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/AsyncListActiveBreakpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpoints.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpoints.java index 0ef20d5013f2..d297bc164ff6 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpoints.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpointsString.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpointsString.java index f79fd6f1be8e..6c97b184eafd 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpointsString.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/listactivebreakpoints/SyncListActiveBreakpointsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/AsyncRegisterDebuggee.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/AsyncRegisterDebuggee.java index 86af7f9dcf4e..d6907de6db66 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/AsyncRegisterDebuggee.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/AsyncRegisterDebuggee.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggee.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggee.java index 5df841983577..09fc3c62bd80 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggee.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggee.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggeeDebuggee.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggeeDebuggee.java index d815997afbd2..1b15d588a109 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggeeDebuggee.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/registerdebuggee/SyncRegisterDebuggeeDebuggee.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/AsyncUpdateActiveBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/AsyncUpdateActiveBreakpoint.java index 0a7e382cd5f3..b739b7d7759d 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/AsyncUpdateActiveBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/AsyncUpdateActiveBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpoint.java index 5bbe1ee4885f..1b59bc601d15 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpointStringBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpointStringBreakpoint.java index 8ecc7ec5c870..275086bffd3e 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpointStringBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2/updateactivebreakpoint/SyncUpdateActiveBreakpointStringBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2settings/registerdebuggee/SyncRegisterDebuggee.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2settings/registerdebuggee/SyncRegisterDebuggee.java index 585ba7ff5cb5..f6e686d99b8a 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2settings/registerdebuggee/SyncRegisterDebuggee.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/controller2settings/registerdebuggee/SyncRegisterDebuggee.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider.java index b39eeaebeb43..98c264bd145d 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider1.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider1.java index 52588104617d..20e0e3635ed4 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider1.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetEndpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetEndpoint.java index 86eb794347ad..f796cf90bec3 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetEndpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/AsyncDeleteBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/AsyncDeleteBreakpoint.java index 71a6597c20c7..b1194e8f104e 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/AsyncDeleteBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/AsyncDeleteBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpoint.java index c028ef818f99..aec81b222745 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpointStringStringString.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpointStringStringString.java index 4f39f08d3019..87f0a1e98848 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpointStringStringString.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/SyncDeleteBreakpointStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/AsyncGetBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/AsyncGetBreakpoint.java index a84c6f72babb..f6b4d547e8ef 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/AsyncGetBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/AsyncGetBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpoint.java index 0e8910f9d317..5a66e7feaba0 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpointStringStringString.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpointStringStringString.java index b97ee2bef36b..221e5f92b13b 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpointStringStringString.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/SyncGetBreakpointStringStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/AsyncListBreakpoints.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/AsyncListBreakpoints.java index a8571122ca08..e985e966c8e6 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/AsyncListBreakpoints.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/AsyncListBreakpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpoints.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpoints.java index e036abd4adb6..e96cd81cd563 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpoints.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpointsStringString.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpointsStringString.java index fb3c5fe60832..94c9d76221cb 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpointsStringString.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/SyncListBreakpointsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/AsyncListDebuggees.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/AsyncListDebuggees.java index b9c196331f7d..fcbd9c75cdb9 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/AsyncListDebuggees.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/AsyncListDebuggees.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggees.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggees.java index c456c61e77e0..6c43449116e6 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggees.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggees.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggeesStringString.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggeesStringString.java index ac7245ae3c3c..a8dd311dbec4 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggeesStringString.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/SyncListDebuggeesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/AsyncSetBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/AsyncSetBreakpoint.java index 2df587f74554..8f83f10e1723 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/AsyncSetBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/AsyncSetBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpoint.java index 2017682e6e8b..8acb356785b7 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpointStringBreakpointString.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpointStringBreakpointString.java index d811f2b49352..1aa127d25c6f 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpointStringBreakpointString.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/SyncSetBreakpointStringBreakpointString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2settings/setbreakpoint/SyncSetBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2settings/setbreakpoint/SyncSetBreakpoint.java index 9d4aeb142df5..86e522e61393 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2settings/setbreakpoint/SyncSetBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2settings/setbreakpoint/SyncSetBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/controller2stubsettings/registerdebuggee/SyncRegisterDebuggee.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/controller2stubsettings/registerdebuggee/SyncRegisterDebuggee.java index 2437ad636684..fea2200adf18 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/controller2stubsettings/registerdebuggee/SyncRegisterDebuggee.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/controller2stubsettings/registerdebuggee/SyncRegisterDebuggee.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/debugger2stubsettings/setbreakpoint/SyncSetBreakpoint.java b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/debugger2stubsettings/setbreakpoint/SyncSetBreakpoint.java index f127d97bdf10..937673641180 100644 --- a/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/debugger2stubsettings/setbreakpoint/SyncSetBreakpoint.java +++ b/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/stub/debugger2stubsettings/setbreakpoint/SyncSetBreakpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/README.md b/java-dialogflow-cx/README.md index 924778aa9432..23f438fa8baa 100644 --- a/java-dialogflow-cx/README.md +++ b/java-dialogflow-cx/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow-cx.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.45.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.46.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsClient.java index faa8d44df7a6..a440b613ed10 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsSettings.java index 7ba2cb22f294..92c8ab4b0a38 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -204,7 +204,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AgentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AgentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClient.java index 6b2b843e1750..f1629bacc7e2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsSettings.java index ee9369642708..e786973cc5b6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -142,7 +142,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ChangelogsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ChangelogsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClient.java index 11562929d9ef..2bdcbe026e18 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsSettings.java index 66c47c157069..b93a00ca42c8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -142,7 +142,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DeploymentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DeploymentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClient.java index eeead6d9f668..979e272920c1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesSettings.java index 17c71f6e85cb..9ae697c84f17 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -184,7 +184,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClient.java index a639ba919b0f..087562228d38 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsSettings.java index 493c84a74c67..fa6ad15b4c55 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -217,7 +217,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EnvironmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EnvironmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClient.java index 6c4efaceb603..ffcd99e52098 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsSettings.java index ccc05497e2af..bac455774242 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -168,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ExperimentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ExperimentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsClient.java index d42f02a199df..bed7817a6ded 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsSettings.java index ad2ad516867c..aeaa50ea3df0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -203,7 +203,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FlowsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FlowsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClient.java index 3a98c5d70f61..1adae5062818 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsSettings.java index 74e60749bebd..e7b4f23c8227 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GeneratorsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GeneratorsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsClient.java index 5def9b1b2ebb..d9a55e794ed5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsSettings.java index 033012e4effe..d175f2f505d8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -181,7 +181,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IntentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IntentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesClient.java index 55243191daad..131e384f36f1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesSettings.java index 5bf8d436c81f..8ff68a7c58fb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/PagesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -157,7 +157,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PagesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PagesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClient.java index 55b9bab1d714..63ab21929c41 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceSettings.java index 36d8d46f935f..4283cd22054e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -170,7 +170,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SecuritySettingsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SecuritySettingsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClient.java index 95b4cb570c9f..a96409e654e0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesSettings.java index 9d9b8d7647f7..3d439c312826 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -167,7 +167,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionEntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionEntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsClient.java index 5383bfdb9805..b5a93cbdf7a7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsSettings.java index 875f0f95c853..f05affde7a96 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -164,7 +164,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesClient.java index 2bf2bd081027..11f012bc4c41 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesSettings.java index 4f9976ca13d2..f986b6ef57ec 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCasesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -225,7 +225,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TestCasesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TestCasesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClient.java index 2399194ef2f7..7c8fe317eeb9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsSettings.java index 570fcf665d49..269c4584c9cf 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -172,7 +172,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TransitionRouteGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TransitionRouteGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsClient.java index ee84a92f7a6e..170e21cb3d34 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsSettings.java index ebcda312c5aa..6744ad84c875 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -182,7 +182,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VersionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VersionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksClient.java index 5b1e82176069..10a5a8a0d875 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksSettings.java index f49760e5e627..2a72f2f99af8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhooksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -157,7 +157,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return WebhooksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return WebhooksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/package-info.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/package-info.java index 2175ab94ad3b..e52ba5bb0687 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/package-info.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStub.java index 2f5a4dcd5d00..5c4e70ad881a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStubSettings.java index 562cb06bb6e3..e97dc6490c3a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/AgentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -412,7 +412,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) @@ -420,7 +419,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStub.java index e3abeb8d178c..2d59fc9dadd4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStubSettings.java index d8bbd588e374..3cf735acac88 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ChangelogsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -320,7 +320,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -329,7 +328,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStub.java index 1ed23ae50a35..c4844fe7985f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStubSettings.java index 860b7605889b..5c6e8bc42b31 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/DeploymentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -323,7 +323,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -332,7 +331,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStub.java index e52bc18aced6..fd53b7faa1ab 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStubSettings.java index c773fae40cae..0799c508c039 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -388,7 +388,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -397,7 +396,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStub.java index b65cb78ad582..54df3098e922 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStubSettings.java index 33d02586a5d4..3753d164ae94 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/EnvironmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -588,7 +588,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -597,7 +596,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStub.java index 2171153bf0d1..0b768b4ddbc3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStubSettings.java index 1a7cb82cc0a3..a97bfc09d695 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ExperimentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -359,7 +359,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -368,7 +367,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStub.java index 8545e9830c76..e61a61f8b4f2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStubSettings.java index dc05edc66507..345c1adaaf58 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/FlowsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -407,7 +407,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(FlowsStubSettings.class)) @@ -415,7 +414,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(FlowsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStub.java index d80ce509c4e9..408620fd89dd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStubSettings.java index e82f60dabac1..55ac71d1c14c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GeneratorsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -342,7 +342,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -351,7 +350,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsCallableFactory.java index 560e8242cd33..e91075fb771b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsStub.java index a2cc4dce4535..1955cbac2da1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsCallableFactory.java index 60d2b3960c26..fa5dc1a6b503 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsStub.java index 143a22f1a344..61fbb54e4143 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcChangelogsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsCallableFactory.java index 641b12c2a22a..bc49e1cdf7a4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsStub.java index 9ccaf670fafa..d84b1ea15324 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcDeploymentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesCallableFactory.java index 117ebea17cfd..85fb4d89865f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesStub.java index cd65b888c2d7..96bbe7b1f00c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsCallableFactory.java index 0c80a407d93f..2ed9dc3a0287 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsStub.java index 34b9cd5b005e..d1ed2c336b92 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsCallableFactory.java index 4909feeddf4e..0f9dde1fc7da 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsStub.java index 6ea00685200a..f4b43ee86f24 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcExperimentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsCallableFactory.java index d68856b7264e..45f313721fec 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsStub.java index 7ccc03bdc5d7..046fddf7c5ea 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcFlowsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsCallableFactory.java index 4be53ab370be..b0137a1a843b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsStub.java index c4fa8f86852a..e62072bc1993 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcGeneratorsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsCallableFactory.java index 7b148f68c10a..4c588b55816e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsStub.java index 13cbd19f3f6f..d328e6da3cfa 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesCallableFactory.java index 0532f0f65119..68fee06e5152 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesStub.java index 157835941211..2056a992d47b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcPagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceCallableFactory.java index f32b895c3e1b..acb16165ef8b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceStub.java index 3189d3af07fc..d129f94559c8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSecuritySettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesCallableFactory.java index ed4e2f4e1a1b..b09bbd888260 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesStub.java index 806b3d840a4d..95e5be89c4a2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsCallableFactory.java index e0c72bb3ebaa..aaa4d06b3141 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsStub.java index da836ce9c07c..fbfb983ab2dd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesCallableFactory.java index e438f28da5aa..80ae499dcc24 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesStub.java index 3ebf313aed11..52a5b2e7fc84 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTestCasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsCallableFactory.java index d20026f427ac..c8545d7e73e8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsStub.java index 852907c43924..e8d6e20d9ed0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcTransitionRouteGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsCallableFactory.java index cc8e240c6748..c3373af547c3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsStub.java index 75cb28a9b1e0..8a87442c0113 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksCallableFactory.java index e88f48e3b3a7..3125e1fb098a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksStub.java index 6062652fbbc7..11785d4ac653 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/GrpcWebhooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsCallableFactory.java index 604019bb5e8f..a8760d8bccf1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsStub.java index 672e353a777d..d3c78e0b7d5c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsCallableFactory.java index 3237f49838e8..2df48994c377 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsStub.java index f07ca33d0d66..f055c2d0fed5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonChangelogsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsCallableFactory.java index a34b43d87d69..8163ed9b9b7f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsStub.java index d8d3f5585436..da25988fd80f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonDeploymentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesCallableFactory.java index 603c046b0ef1..06be94e313c3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesStub.java index 69a385ac7623..0a671356d6f8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsCallableFactory.java index 063dc2f9bea0..f4e6e4d02380 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsStub.java index f9e7157462f3..34c09ce852b6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsCallableFactory.java index e10b87b6df03..b5ebbbc81448 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsStub.java index 922fb200a342..d6b17a25f23c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonExperimentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsCallableFactory.java index 80cae81825b2..d5d15662cdc1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsStub.java index 1fb6108a7216..679b6e3ef216 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonFlowsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsCallableFactory.java index d34c2a1d5f56..52b2de754f2b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsStub.java index 57463f4af4c1..23fd823b0d04 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonGeneratorsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsCallableFactory.java index b039999e6486..b37b0503473f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsStub.java index 57e12ddc2409..11d73eea0fd4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesCallableFactory.java index 7ca8ce80c8c6..3705ac9c4274 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesStub.java index 9fade3ca2274..fbe2bfc7ac11 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonPagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceCallableFactory.java index e801ac2d1d7f..7e197b8b12b3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceStub.java index f8c5f82a3a72..6262c64b9d0b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSecuritySettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesCallableFactory.java index 1d97fe15fc19..35aca6687904 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesStub.java index 65c8d27b4f25..8b52146009d6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsCallableFactory.java index 0afd5c778c8d..b16ebbd6a071 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsStub.java index aae285053f0e..c35e7b4ebaec 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesCallableFactory.java index 3177acb9ea9f..914f784e824c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesStub.java index 2883559bf2ca..f54dbe8dbfd4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTestCasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsCallableFactory.java index d8f42b74ad38..a2978c710caa 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsStub.java index dc068341e4e8..53b8b0821002 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonTransitionRouteGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsCallableFactory.java index 6b71d18e1ec5..c012e084fd76 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsStub.java index 491eef476395..c5df879a2359 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksCallableFactory.java index f1436bc86de5..5874aef43a22 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksStub.java index c7b1f855b0c0..c358434ac284 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/HttpJsonWebhooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStub.java index c36f1695ef66..da4f56cc59d1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStubSettings.java index 067e2cb0bc11..27d96922f628 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/IntentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -380,7 +380,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) @@ -388,7 +387,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStub.java index 5ef5e7dd1955..53c00bcd6dc2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStubSettings.java index f691f26cce19..3d0368fd1815 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/PagesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -339,7 +339,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(PagesStubSettings.class)) @@ -347,7 +346,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(PagesStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStub.java index 8888b28b801d..1b8fc9f578a8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStubSettings.java index 8c212197c756..d7b614a98823 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SecuritySettingsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -367,7 +367,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -376,7 +375,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStub.java index 53be1b8af82d..0ace0abfc63d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStubSettings.java index bf315d7f4812..11931a7443ca 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionEntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -372,7 +372,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -381,7 +380,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStub.java index e8228871a3e9..1d01a35703be 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStubSettings.java index fbd6ab9fab52..13062ae87af7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/SessionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -300,7 +300,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) @@ -308,7 +307,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStub.java index 09caff20a720..57763fb94bd6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStubSettings.java index b94134edc3d1..c23996f2d4f5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TestCasesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -512,7 +512,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(TestCasesStubSettings.class)) @@ -520,7 +519,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(TestCasesStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStub.java index 5c1907ee7213..f7d54ae1df77 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStubSettings.java index e86320fe75dc..4f659da274cb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/TransitionRouteGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -378,7 +378,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -387,7 +386,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStub.java index f426c3511fd8..b11daf714a78 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStubSettings.java index a40d1d31cb58..c6764b41afed 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/VersionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -379,7 +379,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) @@ -387,7 +386,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStub.java index d351088fc8f4..1390ece308b5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStubSettings.java index b7eeb45334cb..b3af79726136 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/WebhooksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -340,7 +340,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(WebhooksStubSettings.class)) @@ -348,7 +347,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(WebhooksStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClient.java index 01ea1e0d6642..74712c675627 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsSettings.java index 9ae735a30f3a..c2231d658a20 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -205,7 +205,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AgentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AgentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClient.java index 7eba3368c47e..44ae4b83a584 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsSettings.java index 9ed25c5a5b92..528e6c9ed5a3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -143,7 +143,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ChangelogsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ChangelogsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClient.java index c854e90a697d..c0d3f51abb4b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsSettings.java index 6b01dcf4325e..9162242a9773 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -143,7 +143,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DeploymentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DeploymentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClient.java index 96ecdd7615bd..25a9b72507e7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesSettings.java index 6ac7cca78134..b5c2f86428d9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -185,7 +185,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClient.java index d208294cccaf..52e5679c2804 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsSettings.java index 012f3684dd4e..6547a7ff4cec 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -218,7 +218,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EnvironmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EnvironmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClient.java index a591fe624b92..8659bf05c261 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesSettings.java index d35700ab0769..191f5e0edc9f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ExamplesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ExamplesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClient.java index 00171ed0abdf..b30b8b3a6fe1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsSettings.java index 42346140a3b8..82b373f473d7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -169,7 +169,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ExperimentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ExperimentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClient.java index 8f94444fd169..8dbbe62da829 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsSettings.java index c7e511dddf01..85645917d05d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -204,7 +204,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FlowsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FlowsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClient.java index 722a947283cc..03fb199669d1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsSettings.java index 8d939cd40d4b..e9720b5321c0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -159,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return GeneratorsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return GeneratorsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClient.java index eae47316f0fd..cbb101e8adc8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsSettings.java index 1317d602b371..b2f33282def8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -182,7 +182,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IntentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IntentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClient.java index 197df09c0519..41d4f988094c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesSettings.java index 8d2b9009354a..f8445d4c7660 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PagesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PagesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PagesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClient.java index 721a8f40d729..ee99432e9986 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksSettings.java index d06ca9d971ba..8084103f43d4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -185,7 +185,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return PlaybooksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return PlaybooksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClient.java index beb2de3d7547..054a0085d63c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceSettings.java index e04d997f4f59..d38f4357de4c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -171,7 +171,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SecuritySettingsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SecuritySettingsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClient.java index 8727900fd283..09bac0f07361 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesSettings.java index 212a1131c893..b9beb76a9fed 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -168,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionEntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionEntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClient.java index ba908a55190f..b799685bc686 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsSettings.java index e57235799319..6ce37104ffcf 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -165,7 +165,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClient.java index 6f7c54ee0509..911a7ce39090 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesSettings.java index 3ee91da750f6..e5b96629a1fe 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +226,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TestCasesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TestCasesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClient.java index e0ffd40cac37..64edf912263e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsSettings.java index 54630aaddff2..6cb79b5c30ed 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -171,7 +171,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ToolsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ToolsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClient.java index 2cd305c0dc67..ab6860673110 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsSettings.java index e03c0d3c0544..9a6a860f8df3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -173,7 +173,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return TransitionRouteGroupsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return TransitionRouteGroupsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClient.java index 7b42d5b1ecd1..2b5f6a8859ff 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsSettings.java index 82a654bf5484..221dac851f28 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -183,7 +183,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VersionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VersionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClient.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClient.java index 93986d23f73b..1083472f7260 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClient.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksSettings.java index 04a80d7b2172..9c60d6badce4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return WebhooksStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return WebhooksStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/package-info.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/package-info.java index 37b04c12fa97..560308c067fc 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/package-info.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStub.java index 8c180825a8bd..379051da6c6e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStubSettings.java index 1147678a190f..49ba260889d4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/AgentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -413,7 +413,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) @@ -421,7 +420,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStub.java index 0a5231574686..dc31efd0fc20 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStubSettings.java index 8f2920805e84..71ea73201c94 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ChangelogsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -321,7 +321,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -330,7 +329,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStub.java index 5342f5b0a7c2..a4abdaa8eec1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStubSettings.java index 846d69d0dfcd..a321599d56c8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/DeploymentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -324,7 +324,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -333,7 +332,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStub.java index 7ffdc84df2ae..a84b75f26c3d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStubSettings.java index b0808c7b5382..c295bb02b1dc 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -389,7 +389,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -398,7 +397,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStub.java index 8da2e38cc555..4cbbf0214b03 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStubSettings.java index d6f8da54cd34..b5ad108b74a2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/EnvironmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -589,7 +589,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -598,7 +597,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStub.java index d2ca81399ff6..bd7ce6a39fea 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStubSettings.java index 7fa01ba5529c..fb474ebfe39f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExamplesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -341,7 +341,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ExamplesStubSettings.class)) @@ -349,7 +348,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ExamplesStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStub.java index 8c90ddf55b76..545e62ce175f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStubSettings.java index 6c89b3123f39..7393f7aecce4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ExperimentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -360,7 +360,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -369,7 +368,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStub.java index 1e12dd0d7454..9aec74077f51 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStubSettings.java index 0bbb02b806cd..8b4f8c2a2e40 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/FlowsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -408,7 +408,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(FlowsStubSettings.class)) @@ -416,7 +415,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(FlowsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStub.java index e8baa93a3d4a..4ebed76f88c2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStubSettings.java index c41b2c10bf04..640f67490005 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GeneratorsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -343,7 +343,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -352,7 +351,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsCallableFactory.java index 0be4663c93d1..606dc2c1a0ac 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsStub.java index 5b9d26756f0c..46aeb6c745a7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsCallableFactory.java index 1f910ab7da31..81b4bb9d04eb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsStub.java index 483a6ba7c19f..b3c149b2edea 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcChangelogsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsCallableFactory.java index 0c629cc7d77a..e0cf626d4cb2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsStub.java index 7c6badbd1f78..431b3ca8bcaa 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcDeploymentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesCallableFactory.java index ea2adb67fd43..9ec0af3244e6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesStub.java index 7fd8f5251cde..4fad7709bd4a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsCallableFactory.java index 4fb61707d6a4..8021b593b223 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsStub.java index 38998f6b92de..14cdce345b0d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesCallableFactory.java index 3edc6097efb4..91b2628b090b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesStub.java index a0ca4771461d..66d965827df2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExamplesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsCallableFactory.java index 6d8177349496..42e3b69bb1a9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsStub.java index 885e3fa6180f..e3b8f3d3ea90 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcExperimentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsCallableFactory.java index 26e7e6f31cf2..68ded0297149 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsStub.java index 6f929c92ab08..45a42fd2b8fd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcFlowsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsCallableFactory.java index 217288a1d289..92eeea6db0d3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsStub.java index 26600e3acd72..0930dfdc5e1a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcGeneratorsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsCallableFactory.java index 82e1105c50d9..2de5d6f69d52 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsStub.java index f1049fcc231d..14f4477adfa7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesCallableFactory.java index 31d4bf18ac67..cc4fac526a3f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesStub.java index f85bb6ff7cd3..2bcdd87a0282 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksCallableFactory.java index c4d0fe0d7df5..50ffccdc3a3a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksStub.java index 42b72f5fe0d3..4b928a315c32 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcPlaybooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceCallableFactory.java index 7faca9ea225d..5388930ed3c6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceStub.java index 627c10011353..e86295519410 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSecuritySettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesCallableFactory.java index 52661951b71d..2cff91e05dc9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesStub.java index d4c1eb8abf6f..219282dd7c87 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsCallableFactory.java index 3f37bb573f74..70a2df0f0ee6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsStub.java index 3875d771a976..b55107ca47d7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesCallableFactory.java index a079e602d0ba..ca9e77066a84 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesStub.java index beed5b2b1755..a9b86c7ac55b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTestCasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsCallableFactory.java index 8ef3adbd4e1a..cc6a02369cf5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsStub.java index f1bceafa6881..9cc0c421fbb9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcToolsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsCallableFactory.java index 817d6c67ccb8..847095678359 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsStub.java index 6aeb3a251ed3..e43350c05a47 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcTransitionRouteGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsCallableFactory.java index 36c12a887cc3..99b70951a2d5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsStub.java index f55463c04266..ab08441af5d0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksCallableFactory.java index 773693241fec..3a30ac349924 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksStub.java index 772884d700c8..87d4460d7a26 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/GrpcWebhooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsCallableFactory.java index c77d4f50edf1..e4ee97647706 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsStub.java index 50c6af651df2..8f948e6c48b6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsCallableFactory.java index 1b5caaf55cfe..3c9a8ab96bc0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsStub.java index 273444776f01..71ac97167ca3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonChangelogsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsCallableFactory.java index de3fa22e8bfb..e9f51a2b8eb1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsStub.java index f62b20d56eb2..81e8e214990a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonDeploymentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesCallableFactory.java index 576218e011d9..ae588885df1d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesStub.java index 22d4fb4d95e4..b041307183e9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsCallableFactory.java index a307dc7638ae..a5dd9bccc5a7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsStub.java index 1b2e413a81c4..1c9270b0f7ff 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesCallableFactory.java index 109aa78c945c..7c6ebf486824 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesStub.java index eeedf5ec3f6b..a534520e2c1f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExamplesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsCallableFactory.java index c0a25c633c65..d57721ffffbb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsStub.java index 77f34b5a3dbd..43f995ac995f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonExperimentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsCallableFactory.java index 4d194242097d..33bf5e7d1dc6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsStub.java index 47361eeebd71..4fb0ac86b321 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonFlowsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsCallableFactory.java index 9803c3c6c419..1d0d00ef7801 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsStub.java index b0bc8a1de54f..e9eaaadc04e4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonGeneratorsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsCallableFactory.java index 367c3ce43896..41e37a6f2b99 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsStub.java index 9b736dbbc4eb..2d407265069c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesCallableFactory.java index f17b152aa3cb..ecd3b32a047b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesStub.java index 39a68340022e..7ff2bf716ef0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksCallableFactory.java index b03b3629cf91..3996c0eed62e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksStub.java index 16eace7b99a2..2006b8b56e61 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonPlaybooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceCallableFactory.java index 89cc8e42878f..026b2167ac1b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceStub.java index 16a45453b918..a595f215a02a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSecuritySettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java index e8c58bf315e8..7483ec61f255 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesStub.java index 31132a345126..3ff2bd69ea4a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsCallableFactory.java index aeb68cb55098..ba48c85015cf 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsStub.java index 95b389d28100..ea4f442cf97b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesCallableFactory.java index 53d77dd515d8..fafcb0add88d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesStub.java index 2e2c020fc442..e57171c6b6ff 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTestCasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsCallableFactory.java index 419381ec0018..9925d868e776 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsStub.java index b602226e43c1..fce90a3acbd1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonToolsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsCallableFactory.java index 5603be58b5b8..fe9a73127327 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsStub.java index 76271a15621f..07282abdb220 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonTransitionRouteGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsCallableFactory.java index 604c833cfa65..c3eb17aab4eb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsStub.java index b417a0524256..5d547f96e442 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksCallableFactory.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksCallableFactory.java index a782316072ef..fe964bf8af3a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksCallableFactory.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksStub.java index 8b9ed6ffe382..6e13092b7745 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/HttpJsonWebhooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStub.java index f4fe4e82e501..20178d20f1fd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStubSettings.java index acb0348b574f..50a89944e259 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/IntentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -381,7 +381,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) @@ -389,7 +388,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStub.java index 12f96316b046..e59e68deb6a4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStubSettings.java index f0f0f4c6837f..e4229470a6bd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PagesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -340,7 +340,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(PagesStubSettings.class)) @@ -348,7 +347,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(PagesStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStub.java index 7fa5fc9f3a34..156623f65210 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStubSettings.java index b322d61c62e0..fd23bffdd6bd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/PlaybooksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -450,7 +450,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(PlaybooksStubSettings.class)) @@ -458,7 +457,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(PlaybooksStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStub.java index c6435c09f102..b354cad1cdfc 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStubSettings.java index dda59734a953..4a942b4746ab 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SecuritySettingsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -368,7 +368,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -377,7 +376,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStub.java index 5e9d98818fc7..97702151af85 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStubSettings.java index e5f03be758f4..684543c2df40 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionEntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -373,7 +373,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -382,7 +381,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStub.java index d1303f982cc6..77f5c71ba8b5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStubSettings.java index 77b1bff0858a..9ed50f08d01c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/SessionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -301,7 +301,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) @@ -309,7 +308,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStub.java index 1515bd54702f..220395b8ae37 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStubSettings.java index 03c5c0726d1d..fa91f73e3422 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TestCasesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -513,7 +513,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(TestCasesStubSettings.class)) @@ -521,7 +520,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(TestCasesStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStub.java index 006dfc748dbf..332504acb683 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStubSettings.java index 45d9019e3c17..753b7d0b0137 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ToolsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 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,7 +362,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ToolsStubSettings.class)) @@ -370,7 +369,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ToolsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStub.java index 70bc2bd9b5f0..96bbd076a606 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStubSettings.java index 1b63f354e0b4..597e71d06744 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/TransitionRouteGroupsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -379,7 +379,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -388,7 +387,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStub.java index 3eef78f06895..d2a9a527d24a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStubSettings.java index 195d256d7e25..8c5511dbbb78 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/VersionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -380,7 +380,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) @@ -388,7 +387,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStub.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStub.java index 5431ec72c124..b3576ccf9c00 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStub.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStubSettings.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStubSettings.java index bc6a4786e234..3b80e5a2a3eb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStubSettings.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/WebhooksStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -341,7 +341,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(WebhooksStubSettings.class)) @@ -349,7 +348,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(WebhooksStubSettings.class)) diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientHttpJsonTest.java index 1ba872861271..32851a5007c7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientTest.java index fd8ea2825811..41ded7e9f4e0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientHttpJsonTest.java index 3e8ae41099c8..a9af345593d9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientTest.java index 35af34a21122..9624bbe2beb0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ChangelogsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientHttpJsonTest.java index 449677433fb8..dbcfb63e9401 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientTest.java index 7c8fb04f3330..adb561d8bb2b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/DeploymentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientHttpJsonTest.java index 4e38f790953e..bb293df528b3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientTest.java index f0c5f4fcd1f8..fb5bd1f7dae8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientHttpJsonTest.java index a3342287bd3e..bd7d8dde205a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientTest.java index 4545454b40ce..697af916f8b0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientHttpJsonTest.java index fc404e973479..b460a8637195 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientTest.java index ff2474f65fd5..a7822aafbcc1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ExperimentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientHttpJsonTest.java index 52c4ea2f316a..8dc520e919ad 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientTest.java index 65915b97a0b8..22e077c1abca 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/FlowsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientHttpJsonTest.java index e4c5278cb3b8..b6e672583019 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientTest.java index 4fb562d8d294..706255c8cfc0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/GeneratorsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientHttpJsonTest.java index 1d281cd30f69..7fd5aa07ca4d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientTest.java index 458161fd5205..fe66b6653925 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/IntentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgents.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgents.java index 312cfbb1e42c..3c564a6b4ea6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgents.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgentsImpl.java index 5caed9c7292d..93bca3fac97c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockAgentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogs.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogs.java index 82a0a53b109c..81cabeb57d2f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogs.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogsImpl.java index 169da697b801..ba45a63ca5b5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockChangelogsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeployments.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeployments.java index 2d5625fdff28..ff54362659e0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeployments.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeploymentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeploymentsImpl.java index 0150deed09ef..ff184096f789 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeploymentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockDeploymentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypes.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypes.java index bc2f26c95f7d..beab7af437e4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypes.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypesImpl.java index d01b6cfe1f86..513bded3fbf4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironments.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironments.java index c2c07c6a60fb..096ded37201b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironments.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironmentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironmentsImpl.java index 77b29b6276ab..6add05f8bb4c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironmentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockEnvironmentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperiments.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperiments.java index e803b13f3d51..dc5bf0a56481 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperiments.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperimentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperimentsImpl.java index 17bb326e23e8..749ede51dcf5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperimentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockExperimentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlows.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlows.java index ef0e1647119c..7538affdb9c5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlows.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlowsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlowsImpl.java index 3121b5c1bbc3..3610d753bef5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlowsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockFlowsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGenerators.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGenerators.java index 6795fc3686ca..1be3061ed71e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGenerators.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGeneratorsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGeneratorsImpl.java index c27a20edfc4c..a38343949e7f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGeneratorsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockGeneratorsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntents.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntents.java index 42d2cd051416..e0627f28aa53 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntents.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntentsImpl.java index c06e33f7b08c..2de6d42e197c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockIntentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocations.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocations.java index 7f8c1b4ced34..bd6ae6734842 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocations.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocationsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocationsImpl.java index 896b72ea7dda..36802977ea93 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocationsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPages.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPages.java index f59298366bbb..f2ce4311e873 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPages.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPagesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPagesImpl.java index 5587a3c4487b..5e87ee4fe96a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPagesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockPagesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsService.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsService.java index cfdcbda4006a..84cc01b6b0a9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsService.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsServiceImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsServiceImpl.java index 2215746aacf4..2207933c81f3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsServiceImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSecuritySettingsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypes.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypes.java index 2439687daabb..60335b6a927c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypes.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypesImpl.java index 1c5ff1188758..bc765601db06 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessions.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessions.java index 4a416b052df8..dc7470b55bb3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessions.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionsImpl.java index 6fe7c497d5f9..905d9263b608 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockSessionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCases.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCases.java index a548bfc9c4b7..2d237aa3d828 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCases.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCasesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCasesImpl.java index 749f8d1f2096..bf7f01e4c551 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCasesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTestCasesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroups.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroups.java index 3130cc0a11b4..559edff597cf 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroups.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroupsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroupsImpl.java index c152b06f9305..bc542197e113 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroupsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockTransitionRouteGroupsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersions.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersions.java index 2a49b3d6520c..65190bcaafc8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersions.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersionsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersionsImpl.java index 379ca8cdf0fc..0b97bc56733a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersionsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockVersionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooks.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooks.java index 4e2caa877a1c..77bb2392239f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooks.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooksImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooksImpl.java index efca74d2fed2..14173e638079 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooksImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/MockWebhooksImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientHttpJsonTest.java index de5eee87c311..12dde3b6b853 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientTest.java index ceb0ed5b4efc..1d2858a98bd1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/PagesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientHttpJsonTest.java index e156fe0ada74..64f529f6eda4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientTest.java index e42fd2bf47d9..3d1956240fc5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientHttpJsonTest.java index d074601abefc..4148be993852 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientTest.java index e19471ac4101..1f6accaf9e62 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientHttpJsonTest.java index 8f5289082832..e09ab66b854d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientTest.java index 55909c00aa00..2329e1bd7e2f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/SessionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientHttpJsonTest.java index 7392947f860e..da45af7b1fde 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientTest.java index 29cb1d08df27..daf5c31889f5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TestCasesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientHttpJsonTest.java index fb687fed07a0..813559dc3f46 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientTest.java index 47178e449ce2..21cd08ff1fc1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientHttpJsonTest.java index 3c3b64b310ac..c7b20f80ef40 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientTest.java index 609cc79cdba5..01fae01e5866 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/VersionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientHttpJsonTest.java index 8c9391824f1c..b3e68c6d0f79 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientTest.java index d0fe7d6d4bcb..cda205883557 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/WebhooksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientHttpJsonTest.java index 49247f97619b..25778cd3e02f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientTest.java index 0cb62f785518..b25ad9d0e581 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientHttpJsonTest.java index ce60e658fcc2..9b0118e7ed0d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientTest.java index e735bcb71395..0b07ad5a2db0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientHttpJsonTest.java index bd6e75c61df1..184aad86279d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientTest.java index 27d079d82e03..15a3c47a20cd 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientHttpJsonTest.java index 924926265739..a1b10e8bfff3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientTest.java index 912baddc4fc6..b067c9d33ca0 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientHttpJsonTest.java index 68020a0633b0..6559c28e77d9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientTest.java index 9ed52430924d..a41645d5613d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientHttpJsonTest.java index 132702263b5d..8424d0621ed4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientTest.java index 18628d116b49..168de774297d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExamplesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientHttpJsonTest.java index d2b36c025879..a5eb88a06a90 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientTest.java index b73bd0e8d8ab..535015524233 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientHttpJsonTest.java index 68f24c962be7..1ed29f3334f1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientTest.java index 1a6349a325cd..59689bdf80e3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/FlowsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientHttpJsonTest.java index 488ffe37c24a..d3ee438484b2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientTest.java index 38d081e6442d..2355fbbb3d7a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientHttpJsonTest.java index 2b0b50795597..3b197968e0db 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientTest.java index 3c8999d32614..4fc62f5662fa 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/IntentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgents.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgents.java index 5afd37970ce8..f8fdfec4212d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgents.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgentsImpl.java index 8ad362155e09..13c68cbbf567 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockAgentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogs.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogs.java index 6c020789778a..1ab262408e10 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogs.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogsImpl.java index 2dea80ab6df1..d0d8a557e16f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockChangelogsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeployments.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeployments.java index b43d58e08bcc..d9deb53b48cf 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeployments.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeploymentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeploymentsImpl.java index 62a3f61e1c1a..8db5dd016223 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeploymentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockDeploymentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypes.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypes.java index 35242818ae26..b655bf266f7d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypes.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypesImpl.java index a9deb23b37da..5e3733d87c29 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironments.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironments.java index f1aa93ce7c73..7a007b5af432 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironments.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironmentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironmentsImpl.java index d385c7537010..5ec6a888b11f 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironmentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockEnvironmentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamples.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamples.java index 2525be4cd0a2..4e9b9d7a1d5b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamples.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamples.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamplesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamplesImpl.java index e067b968fd87..575d0da0eeb3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamplesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExamplesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperiments.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperiments.java index 8fb2b5bc1dde..f8e017555f55 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperiments.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperimentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperimentsImpl.java index 60ede5889253..a3112c7e0630 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperimentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockExperimentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlows.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlows.java index fc5b38e484ec..5a9ba9ec6b05 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlows.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlowsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlowsImpl.java index 3ccd5b72a86e..df98acc2de6d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlowsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockFlowsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGenerators.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGenerators.java index ff99f7eef251..07a8e514d652 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGenerators.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGeneratorsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGeneratorsImpl.java index f70ee15c5fee..171ecf8672f7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGeneratorsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockGeneratorsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntents.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntents.java index c5f112b28c94..5c0391955858 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntents.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntentsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntentsImpl.java index afc9559c5921..be3a261dd3a6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntentsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockIntentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocations.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocations.java index ef21c3536cbd..4e9858008537 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocations.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocationsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocationsImpl.java index 640168cdc9c4..b4f6e5f3e2c9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocationsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPages.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPages.java index a5359d40e0b8..88ec9231757c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPages.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPagesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPagesImpl.java index 5694b739fb14..6184bd5271fe 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPagesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPagesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooks.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooks.java index 4210ca008985..096a3c418df2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooks.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooksImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooksImpl.java index 01a1d4c4cec8..d6b2f426a5c1 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooksImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockPlaybooksImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsService.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsService.java index a2986426ae7a..64d67e0e93e4 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsService.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsServiceImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsServiceImpl.java index 50d19247d45b..ee68bc798ced 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsServiceImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSecuritySettingsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypes.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypes.java index 19e433a6438c..44be8660bfa7 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypes.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypesImpl.java index ecad3e9e48fa..d14dfad23fef 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessions.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessions.java index 9825e4f70ee0..095df54b443e 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessions.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionsImpl.java index a9b572d41e98..e4d689394289 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockSessionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCases.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCases.java index 2558f049ee00..b19bf9e1b62a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCases.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCasesImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCasesImpl.java index 69346eaee105..4e71c8803f1c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCasesImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTestCasesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTools.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTools.java index 25ab40663e79..74155df4a198 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTools.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockToolsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockToolsImpl.java index 9b00419145db..c1624aad853b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockToolsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockToolsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroups.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroups.java index e9e36e3cc2f9..c1c02612c275 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroups.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroupsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroupsImpl.java index fec00054241a..0fd298c3caf3 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroupsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockTransitionRouteGroupsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersions.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersions.java index 41932073e037..fd1aff5702b6 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersions.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersionsImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersionsImpl.java index e187df3f1db1..d7f581e70476 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersionsImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockVersionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooks.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooks.java index b19b89a94720..1de9bb03c7be 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooks.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooksImpl.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooksImpl.java index c1a375cc9940..b13294b837ff 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooksImpl.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/MockWebhooksImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientHttpJsonTest.java index 44c2bf6f09a7..7599635b815d 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientTest.java index 099e1001d1f6..a49be9e479ad 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PagesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientHttpJsonTest.java index 47daf3b57ca5..dbeacc8373ca 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientTest.java index 5ac4cbaeafea..89bd44d80399 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybooksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientHttpJsonTest.java index 7dbc4944e2ce..92da59778cd5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientTest.java index 0aa5597413e5..f1b0aaf6eea9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientHttpJsonTest.java index b82c351a0717..53f02d9bdef2 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientTest.java index 84a212d72af9..a23a0edeb2e9 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientHttpJsonTest.java index 9a0d5b3a710f..3645a77ade57 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientTest.java index 0d511eb9069d..d44f1b0fe44c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/SessionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientHttpJsonTest.java index 144df9d126f2..05b155cae72c 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientTest.java index 31a4249e7661..54d622c58ebb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TestCasesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientHttpJsonTest.java index a2314379d391..7faae1b94adb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientTest.java index 15afe474197a..af51a43d02c5 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ToolsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientHttpJsonTest.java index ab5263b800b9..225e18d5492a 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientTest.java index d16dc4f87c34..7d758b4ed470 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientHttpJsonTest.java index 8b42340406d4..7422cd6f5d9b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientTest.java index cbd2cf9e9cc8..50e91557501b 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/VersionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientHttpJsonTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientHttpJsonTest.java index e9280c9120c9..d26d6901eadb 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientHttpJsonTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientTest.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientTest.java index 09c4b16658a6..fd95ddd7fbc8 100644 --- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientTest.java +++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/WebhooksClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentGenerativeSettingsName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentGenerativeSettingsName.java index 5429ba005628..0d166d18b979 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentGenerativeSettingsName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentGenerativeSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentName.java index dca134c0d6c1..bbed9521fd55 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentValidationResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentValidationResultName.java index 3b6902c2aaae..a3032268d700 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentValidationResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentValidationResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogName.java index 52e38296ae33..a5db07586a74 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ChangelogName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ContinuousTestResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ContinuousTestResultName.java index 06aaf80754cb..4c4d3404613f 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ContinuousTestResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ContinuousTestResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentName.java index 40ba18d716f9..097788ebde50 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypeName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypeName.java index dca57d6ec8a9..143ae02dcaf2 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypeName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentName.java index 4fff3d907cbe..c1022d3b3ff4 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentName.java index 327f3ec39ace..6b7387b8478c 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExperimentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowName.java index e45219d0e181..213078f9d95e 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowValidationResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowValidationResultName.java index 9471386c9dc3..ca1397608eed 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowValidationResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/FlowValidationResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorName.java index c59da23b6dbc..f0a5246b69a4 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/GeneratorName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentName.java index 33a16681d025..a7ceeb6857ba 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/IntentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/LocationName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/LocationName.java index 53310fea0e77..03173cd90f94 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/LocationName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PageName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PageName.java index ed2ab901dd71..f208ccef816b 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PageName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsName.java index 9b7e854a9742..bcef382a32a8 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypeName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypeName.java index 4c52833a4a1c..b8661714a204 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypeName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionEntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionName.java index 11bb3f309a09..52d1cdd40414 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SessionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseName.java index 0476586e0a7f..e0954a330034 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseResultName.java index 9de76dc6ada1..cdbc4781830f 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupName.java index 144ec6f2b14d..7f08068bff6e 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TransitionRouteGroupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionName.java index 9bcc349d3cca..33f1d9702d24 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/VersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhookName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhookName.java index 1d4ef797d236..df2d1809fcb1 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhookName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/WebhookName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentGenerativeSettingsName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentGenerativeSettingsName.java index 1630531834cc..04a1b0355a3c 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentGenerativeSettingsName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentGenerativeSettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentName.java index 6c3ce2b13d59..20f660eb8cb0 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentValidationResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentValidationResultName.java index 5a8e0f98ac31..f8265896f019 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentValidationResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentValidationResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogName.java index 4499b1465c43..2a7745176092 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ChangelogName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ContinuousTestResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ContinuousTestResultName.java index f4bf53ff45fa..93f2c8d41e98 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ContinuousTestResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ContinuousTestResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentName.java index 7e02fa65f00c..24033dd3d1e1 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/DeploymentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypeName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypeName.java index bcb145625d26..b1ac758bf5a0 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypeName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentName.java index 6bb2bf4c74aa..dd0b3bcfcfb2 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/EnvironmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExampleName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExampleName.java index f54fcfa6176d..267a56fbfeaf 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExampleName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExampleName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentName.java index c14065a05651..38e2a88433e0 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ExperimentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowName.java index a7a2de461a08..54ac96a2be4b 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowValidationResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowValidationResultName.java index add6ae060bc6..9e3ca08e5f37 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowValidationResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/FlowValidationResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorName.java index 2c4b75e3d075..00f2a675d0e4 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/GeneratorName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentName.java index 0ab37c8d0294..bb338bb6946d 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/IntentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/LocationName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/LocationName.java index ded9150731d9..c710a8b3f0fa 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/LocationName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PageName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PageName.java index 9dc0b2a4efdb..91a5717c31a6 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PageName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookName.java index 4af629cec4b1..1cfbca8c2fff 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookVersionName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookVersionName.java index 27be37b0bbde..7f781649eec8 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookVersionName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/PlaybookVersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsName.java index f8cdb3c61899..6e6e340e4ddd 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SecuritySettingsName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypeName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypeName.java index 7dad26ad001d..1875f89ee1eb 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypeName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionEntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionName.java index 12d90c9a2995..31637d581f39 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/SessionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseName.java index fb1a34b516e2..f5e94109459e 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseResultName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseResultName.java index 27601b6ed340..cc0bf38740a0 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseResultName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseResultName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolName.java index 82789de9a6c3..6f3ec46a3646 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ToolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupName.java index 8dbb715a20dd..d8c59f3b44bf 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TransitionRouteGroupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionName.java index aef114b929df..f5203641662c 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/VersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhookName.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhookName.java index d6a5c13ab8bc..c8e90639a2df 100644 --- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhookName.java +++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhookName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider.java index 1bb29774435c..1370ebceedad 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider1.java index ae0212dea159..0d1c79706807 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetEndpoint.java index a349e93ac791..17e43a6fe06b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/AsyncCreateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/AsyncCreateAgent.java index 0243cc7e66a6..76ae2d4ab264 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/AsyncCreateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/AsyncCreateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgent.java index 390f2d742e15..d6f580d7d045 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentLocationnameAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentLocationnameAgent.java index 0861eca61cdf..bbfadc3ddb75 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentLocationnameAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentLocationnameAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentStringAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentStringAgent.java index abdd05b6bbb4..4e265881d0cd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentStringAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/createagent/SyncCreateAgentStringAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/AsyncDeleteAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/AsyncDeleteAgent.java index 5feed0b8fc49..4311f4da8052 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/AsyncDeleteAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/AsyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgent.java index 66968d22f1b0..c413093e5e82 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentAgentname.java index c15734cfce43..acde95739834 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentString.java index 2bb766d93afd..6c1329a8018f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/deleteagent/SyncDeleteAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgent.java index 0fe9e210eda6..2627d0c10fbd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgentLRO.java index 5b49373b72c8..ca2624fc2ea6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/AsyncExportAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/SyncExportAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/SyncExportAgent.java index e19e9d97cbd1..efad86d91419 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/SyncExportAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/exportagent/SyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/AsyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/AsyncGetAgent.java index c8cb6f8daeae..1d2502c88cf3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/AsyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/AsyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgent.java index cc74688816fb..ef66f2931cd9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentAgentname.java index a5af20902890..78d70c1872c5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentString.java index e5fa287e412f..17410a531e96 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagent/SyncGetAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java index f2113a98388c..2b108fcf5c21 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResult.java index ee78e78e49c4..13109dfc0a22 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java index f032c2a6ba35..a04fc1e2daf9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java index fac26fb4cacd..de63879438bd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/AsyncGetGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/AsyncGetGenerativeSettings.java index 0f97e8df94d6..04585221312d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/AsyncGetGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/AsyncGetGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettings.java index a0b226950b2a..c416c81f2ebe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java index ff50ea0805e2..cfad511b2de3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java index baaa7b05ce0c..4ed9f7dcd75b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/AsyncGetLocation.java index 80a50f2225d8..fab5155714c9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/SyncGetLocation.java index a6913edb82bb..8301a07a844a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgents.java index 0a390d575b87..8794b10c65ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgentsPaged.java index 42d2ad406b88..865cf3de5df4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/AsyncListAgentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgents.java index 4d5e5952b1d5..eca8c10a0a0e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsLocationname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsLocationname.java index c830225c7f98..4ae8cc3449a5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsLocationname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsString.java index 12d308a0a6b9..fa52968004f2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listagents/SyncListAgentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocations.java index 64653222bcae..c4515fcfc5ef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocationsPaged.java index 73ee7d22983c..ccd1fa9095c5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/SyncListLocations.java index ba5090ae37aa..0e894ac51c70 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgent.java index a1f96e9d77aa..1eb9cc8094e8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgentLRO.java index 68a1ead664e0..50c1ef59c878 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/AsyncRestoreAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/SyncRestoreAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/SyncRestoreAgent.java index 32f7aa315fea..ce8ccd59bc85 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/SyncRestoreAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/restoreagent/SyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/AsyncUpdateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/AsyncUpdateAgent.java index 85a1dde18a73..f863f934bca2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/AsyncUpdateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/AsyncUpdateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgent.java index 9181d637742f..39ca87072f10 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgentAgentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgentAgentFieldmask.java index d0137e94933e..fad7c5df4b99 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgentAgentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updateagent/SyncUpdateAgentAgentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java index 8dfc7f6d63b8..8e355d6ac60f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java index a17370cd7d1b..a6f2351650cc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java index c2b8903eca6f..5d7f6dfd9377 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/AsyncValidateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/AsyncValidateAgent.java index 27c0e2f7e7a6..3d870a0bad9f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/AsyncValidateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/AsyncValidateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/SyncValidateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/SyncValidateAgent.java index 153c8a879a1d..e56da5f3dd85 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/SyncValidateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agents/validateagent/SyncValidateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agentssettings/getagent/SyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agentssettings/getagent/SyncGetAgent.java index 9866d372fdbe..194272649e52 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agentssettings/getagent/SyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/agentssettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider.java index a955f2a1adf9..c8128b4369d0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider1.java index 1ecdaf4d88b6..227890fd42c5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetEndpoint.java index 24db1790387b..f9bc95867853 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/AsyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/AsyncGetChangelog.java index 77a5bc7d3488..38dc1f3ba37d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/AsyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/AsyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelog.java index 80c1c51ac6d5..85f18ecb222c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogChangelogname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogChangelogname.java index 90bd7e2ab08c..b509d3870f93 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogChangelogname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogChangelogname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogString.java index 40a6d8dfd1e8..bc3d2f8634a2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getchangelog/SyncGetChangelogString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/AsyncGetLocation.java index db87bc9cf241..4ba64efc8812 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/SyncGetLocation.java index f768a700f19b..6d8059ab6dbb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogs.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogs.java index 505505f0593c..38e5f62b638b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogs.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogsPaged.java index f8d6d6ecfc43..5d95358e16a7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/AsyncListChangelogsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogs.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogs.java index 22ff6cd234c7..3d7257c8fc73 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogs.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsAgentname.java index 337a048dde98..bd2edc318b77 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsString.java index b09635f0bf02..964e73faab8f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listchangelogs/SyncListChangelogsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocations.java index 6e5dde74c284..63805b0ec1e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocationsPaged.java index a5a14571289b..13a041077193 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/SyncListLocations.java index 4a5fd247b9b4..86470cbf6f06 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogs/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogssettings/getchangelog/SyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogssettings/getchangelog/SyncGetChangelog.java index 7470b10479b4..7016710013ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogssettings/getchangelog/SyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/changelogssettings/getchangelog/SyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider.java index 93c14068729e..ebeb09ef7ce5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider1.java index 72972e8a56a9..efa142c248c5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetEndpoint.java index 44e76543a641..3c0a83bdff44 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/AsyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/AsyncGetDeployment.java index de78736320c3..feed380d385a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/AsyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/AsyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeployment.java index 36052f828f43..ec03fb6eff4a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentDeploymentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentDeploymentname.java index eef0e5ef8943..2e56c714991b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentDeploymentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentDeploymentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentString.java index f7d1433a1fec..395f98ab437d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getdeployment/SyncGetDeploymentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/AsyncGetLocation.java index 41f8078e5618..1a84350bffc1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/SyncGetLocation.java index a016a55880a1..b5c79c6b7c4e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeployments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeployments.java index a0628eb195cf..ed58ab5e4cc9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeployments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeploymentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeploymentsPaged.java index 072fee416fae..5283d9a0303b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeploymentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/AsyncListDeploymentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeployments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeployments.java index 0e0ed6efc21b..ca0172f94074 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeployments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java index c5d7f31872a8..bc246e887ab9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsString.java index 0a59608c8cd1..fb7282d4cb7f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listdeployments/SyncListDeploymentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocations.java index 36f5386e9015..ae4e9e0baf25 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocationsPaged.java index ec5f5cdb3ae9..f34b54cc5728 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/SyncListLocations.java index 5bd37f1c2a17..405ecf0aab82 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deployments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deploymentssettings/getdeployment/SyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deploymentssettings/getdeployment/SyncGetDeployment.java index 575a98e14e82..43d21eef857d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deploymentssettings/getdeployment/SyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/deploymentssettings/getdeployment/SyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider.java index c512d0c9c3fd..1068ecfb53f0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider1.java index 20e464ae44ff..5846959f644b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetEndpoint.java index 9f93ae5fb0c6..dccf8e0c84e8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/AsyncCreateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/AsyncCreateEntityType.java index 181b6b35466b..4cb870bc9436 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/AsyncCreateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/AsyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityType.java index c009dd8a9387..5895c643be08 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java index 8ec075a42c59..2304251362a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java index d7351bf72556..74392fb565e0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/AsyncDeleteEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/AsyncDeleteEntityType.java index fd219bba148d..8fec010b6480 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/AsyncDeleteEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/AsyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityType.java index 3b12b25caf49..3cbaa5345ec3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java index 164dfd37345c..64a075580500 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java index ce254eb81707..a172b83bdcfd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypes.java index 07ee9eb0ab32..6ec102ced828 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java index efb80fb6d51d..4e7775cae5fe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/SyncExportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/SyncExportEntityTypes.java index b42f9a53b5ff..f2bb71874810 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/SyncExportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/exportentitytypes/SyncExportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/AsyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/AsyncGetEntityType.java index e0497f3690b2..c4b39ccac2e6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/AsyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/AsyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityType.java index 1686ae718c61..41c7aaad8a49 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java index 0fc9509cfaa1..0a0b655b82b1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeString.java index ed409f820909..5492dc734a8c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getentitytype/SyncGetEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/AsyncGetLocation.java index b9fcf2498691..b7110e32597d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/SyncGetLocation.java index 9233561637c1..388008f07c44 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypes.java index b0427f307a25..ad1132d52dc4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java index 78e4db827d29..0914c2b6b335 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/SyncImportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/SyncImportEntityTypes.java index 32ec9d1cf5a8..10147f780cb5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/SyncImportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/importentitytypes/SyncImportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypes.java index 9f26a8c668df..273293260218 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java index cf88518faa58..a84a83cc9b5f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypes.java index fd49223fbb89..96e58415b2d6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java index ca93a6ab278b..13335a56cd7a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesString.java index 0bb8902710f2..b5fa12aba9fa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listentitytypes/SyncListEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocations.java index 4113bf509489..6896e460f8d2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocationsPaged.java index df778541297c..c1db4ea593e6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/SyncListLocations.java index 1a29ad3f9032..a26c32696d5d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/AsyncUpdateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/AsyncUpdateEntityType.java index 70a0fdbdfec1..8f2f4bebedfa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/AsyncUpdateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/AsyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityType.java index 6b7c14c14da3..c6ff26649d0b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java index f3f360303ca6..40b680fdf9e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypessettings/getentitytype/SyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypessettings/getentitytype/SyncGetEntityType.java index 5dc4b13c83e0..63b11171d42d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypessettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/entitytypessettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider.java index c7ca25a434c8..5097022807df 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider1.java index fc7fabcd2b27..4aa8f6514794 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetEndpoint.java index 56db31942b6a..9015134e2607 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironment.java index 5f85c3396b21..db353f31666e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironmentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironmentLRO.java index 98beea1f5667..dcc8928f7972 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironmentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/AsyncCreateEnvironmentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironment.java index bf498f04723f..42e3103e5473 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java index 6ba4395e568e..88c6a78e48e0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java index cf2ef65a7d62..76a2eeb6ab8e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/AsyncDeleteEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/AsyncDeleteEnvironment.java index 5c16708fddf2..7affc40ab78f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/AsyncDeleteEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/AsyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironment.java index c6e9dd50d624..b4d4eb8c8aed 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java index 293faa6f2c17..9609191f18d7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentString.java index 148d1f0bf639..f38d8dfdef9d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deleteenvironment/SyncDeleteEnvironmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlow.java index 81463201aa3d..2b6f507f6fe7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlowLRO.java index 720f374ec30d..cc120bf19f0f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/AsyncDeployFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/SyncDeployFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/SyncDeployFlow.java index 24f44f65a5fd..f4dd61de1f23 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/SyncDeployFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/deployflow/SyncDeployFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/AsyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/AsyncGetEnvironment.java index ed6050011093..7fba5267a1db 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/AsyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/AsyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironment.java index ec423bcc7888..33397bfebde3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java index ce9c866b5d2f..6a5adac91922 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentString.java index 83dc13dba7ee..65d718107b53 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getenvironment/SyncGetEnvironmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/AsyncGetLocation.java index 7973403ee500..85e2d48096ec 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/SyncGetLocation.java index c4ac6c710c43..bcdb18156881 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java index 005d102250ca..04524770e3f3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java index dcfa93753837..bc72ad199393 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResults.java index ab7dd42df965..1bed0f5ffd4e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java index 8fa917c8e887..ce96d07db4cf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java index 647824f8241b..253a1d8a35a6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironments.java index 890e2cf212cf..1fe1550c868e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironmentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironmentsPaged.java index 1680f32d0511..19778e8f42f6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironmentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/AsyncListEnvironmentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironments.java index 3641fffacb4c..90ca3e903569 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsAgentname.java index 0b2ced1dea80..8ced5c741df1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsString.java index c7539e507916..4b52dbdacdd5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listenvironments/SyncListEnvironmentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocations.java index f6a7f93766b5..862492ac6e6c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocationsPaged.java index 34a88025b4cc..228d69fc1d1c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/SyncListLocations.java index fa728cde3fbb..b70a5fd9395e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java index 378cd670af5e..87fdce2ae847 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java index 26c33717abda..faf507064216 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java index 16f62ba2eecb..e2e17a4eab21 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java index 134b2c1afdf6..37d391826d39 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java index b58bbb7971ec..889e1f5d1992 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTest.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTest.java index 07ac65c1d88b..9a96ba088cf4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTest.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java index 61eaa57a94e5..3d00314b4ac2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/SyncRunContinuousTest.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/SyncRunContinuousTest.java index d69f6e9c3a39..67b62a458ab3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/SyncRunContinuousTest.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/runcontinuoustest/SyncRunContinuousTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironment.java index 0b2a6a5e876c..58242d745356 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java index 4b07fd5e2dbf..7d5b480eee95 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironment.java index da2e361588e6..7ea10e99a34d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java index fa6bc7257311..6fbe3b43197a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environmentssettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environmentssettings/getenvironment/SyncGetEnvironment.java index 92b175c3dc75..6748cc343280 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environmentssettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/environmentssettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider.java index 7838f207932c..e657e2eb4cf7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider1.java index 4bf2c97a179d..05e2244cf3cc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetEndpoint.java index 8c71e87da900..ed230c4515a2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/AsyncCreateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/AsyncCreateExperiment.java index 6aa580dc2e58..ee2153a56a99 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/AsyncCreateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/AsyncCreateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperiment.java index f439a15fc019..ddf056629db2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java index 694fa8a5f43a..19f37c63996a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentStringExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentStringExperiment.java index 99e8d549b9c7..5f65e240df75 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentStringExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/createexperiment/SyncCreateExperimentStringExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/AsyncDeleteExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/AsyncDeleteExperiment.java index ccfdae325491..af27b084226b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/AsyncDeleteExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/AsyncDeleteExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperiment.java index adc82e78b781..32444b01c372 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java index 1add84599db1..5b0b54088180 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentString.java index 18f49051b56c..b720388172b9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/deleteexperiment/SyncDeleteExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/AsyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/AsyncGetExperiment.java index 0dafbceb31e5..d15c88dd577f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/AsyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/AsyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperiment.java index 988732acb5d8..fb36412421c6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentExperimentname.java index f975be864682..30566a27e701 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentString.java index f49776fe0aba..58d253974856 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getexperiment/SyncGetExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/AsyncGetLocation.java index d734a6f1b838..abcc4f096602 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/SyncGetLocation.java index 6c7f7495e9c4..79ae76e0b75a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperiments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperiments.java index 9ab3ff8b36d5..b179388ba972 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperiments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperimentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperimentsPaged.java index f2bc76fbabae..62f671f2c248 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperimentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/AsyncListExperimentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperiments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperiments.java index 391a3ad95bf3..89d3b1ec4d11 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperiments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsEnvironmentname.java index 18761913a983..5e51cb1b9d06 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsString.java index 40ed807296fc..20990a91bfb7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listexperiments/SyncListExperimentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocations.java index 3a6d45e41503..08a1bba25e81 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocationsPaged.java index f09b5e6ea834..0813dd4c8008 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/SyncListLocations.java index a01a3c63087b..4499b83fd1bd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/AsyncStartExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/AsyncStartExperiment.java index 966d2ae7114c..89132672f6a0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/AsyncStartExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/AsyncStartExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperiment.java index 793b72bb1811..24dce8001af5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentExperimentname.java index e1cdbadfaffb..0122d97e3f89 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentString.java index 350f12b2a15f..ec37b45c368f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/startexperiment/SyncStartExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/AsyncStopExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/AsyncStopExperiment.java index 5341f62dc625..0597f2571d21 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/AsyncStopExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/AsyncStopExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperiment.java index 75aafe380663..ab7382afb20c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentExperimentname.java index b9994ed6c529..24bf68634563 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentString.java index 68b858d9886b..c793b2b306d9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/stopexperiment/SyncStopExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/AsyncUpdateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/AsyncUpdateExperiment.java index 0adce1eb69ce..119ecfaf1e01 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/AsyncUpdateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/AsyncUpdateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperiment.java index 3ed3896aa5b4..a123e0f910ea 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java index ecba5078495d..039027be134d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experimentssettings/getexperiment/SyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experimentssettings/getexperiment/SyncGetExperiment.java index f90d568b68ce..725aa4a1f454 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experimentssettings/getexperiment/SyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/experimentssettings/getexperiment/SyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider.java index 3177243455da..6248174a8509 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider1.java index f92b2f054a21..1cc6c21ec90f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetEndpoint.java index 52e53a3ab9ab..5b31471cf0be 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/AsyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/AsyncCreateFlow.java index 6bfb7eb1ae10..5ac29746ab12 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/AsyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/AsyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlow.java index b6a6e706adfe..054c7d565bf9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowAgentnameFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowAgentnameFlow.java index 8709eb37b9c2..a050caa0f562 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowAgentnameFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowAgentnameFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowStringFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowStringFlow.java index d73bd2c82d72..974c8b11dd87 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowStringFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/createflow/SyncCreateFlowStringFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/AsyncDeleteFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/AsyncDeleteFlow.java index 08391779b7df..b9761c12d6fc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/AsyncDeleteFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/AsyncDeleteFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlow.java index 935b8f19b183..9911c4d24c6e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowFlowname.java index 81a93479f142..5930b40452a9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowString.java index 13c682b2a8c3..285480d1b134 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/deleteflow/SyncDeleteFlowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlow.java index 44fe65d23567..c65b13688d2b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlowLRO.java index fc0a69db2259..addc56423b22 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/AsyncExportFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/SyncExportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/SyncExportFlow.java index dd24efd04bb4..f768f9f4bb93 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/SyncExportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/exportflow/SyncExportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/AsyncGetFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/AsyncGetFlow.java index 6873668f3b23..29fd1104af33 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/AsyncGetFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/AsyncGetFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlow.java index 5a4a580f07b1..d643b6406aef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowFlowname.java index 0ca1988f0e7c..e368fea1b263 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowString.java index c83243deef5b..4f16d82d3140 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflow/SyncGetFlowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java index 1fe9ace562da..bc0f4abe2071 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResult.java index fe3a34a1f99d..652f422c0c4d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java index 4f32a4188922..2474330b9791 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java index 9fa1300664ca..e6444f7ca533 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/AsyncGetLocation.java index 51476168787c..be4e553b11fe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/SyncGetLocation.java index fdf42642139f..ad4f0ea28d8c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlow.java index 3e12619d0fc1..51f1888e1cf5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlowLRO.java index 2b61752110aa..8ed4fa563072 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/AsyncImportFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/SyncImportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/SyncImportFlow.java index 30e8c8778397..68e0f45c56af 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/SyncImportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/importflow/SyncImportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlows.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlows.java index e42ef1277e1f..d4147503e5fe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlows.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlowsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlowsPaged.java index 2beb19bcef2b..710bd4e2de1f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlowsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/AsyncListFlowsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlows.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlows.java index a783743da49a..20998381c3a7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlows.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsAgentname.java index ed6d4e711109..a4f5d1fca303 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsString.java index 96abc3cadc99..dfcbeef2a2bf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listflows/SyncListFlowsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocations.java index 8b11c44b4fb1..b6ed308ed7f2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocationsPaged.java index e9398bb8fe2c..005f0416fa71 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/SyncListLocations.java index 8e7107ee1c95..fcca32400247 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlow.java index 4140be00851c..b7f43c6d47e9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlowLRO.java index 26a9f7c5b9ed..ff4816b2b9fb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/AsyncTrainFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlow.java index 2f5362e60113..9814fd4763c6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowFlowname.java index ff689c053412..5f58b9750be9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowString.java index 6c64703b4072..8b22e6060d1d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/trainflow/SyncTrainFlowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/AsyncUpdateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/AsyncUpdateFlow.java index 3a681b367a68..7e1b2a676768 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/AsyncUpdateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/AsyncUpdateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlow.java index da7733236c8d..3291d8c419ff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlowFlowFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlowFlowFieldmask.java index 608ccb885faa..96e5ce17c61e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlowFlowFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/updateflow/SyncUpdateFlowFlowFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/AsyncValidateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/AsyncValidateFlow.java index 86b41502dc8f..f0757e7f9c62 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/AsyncValidateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/AsyncValidateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/SyncValidateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/SyncValidateFlow.java index e90ebe4fdce9..48f413c05ddc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/SyncValidateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flows/validateflow/SyncValidateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flowssettings/createflow/SyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flowssettings/createflow/SyncCreateFlow.java index 37eec4384644..309cad20463a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flowssettings/createflow/SyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/flowssettings/createflow/SyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider.java index 3a7ab91f09d2..543299aad3ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider1.java index 5bcd252460fc..12faa2065aa1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetEndpoint.java index e04c25717798..ce0623ec77d9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/AsyncCreateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/AsyncCreateGenerator.java index cc4ee9b95317..77467a03f2f6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/AsyncCreateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/AsyncCreateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGenerator.java index 8e4bc378c75f..00d06c6c2ef1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java index c0bfe6153444..b7d8c98c15e9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorStringGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorStringGenerator.java index 279d44c29b9c..641a679853ab 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorStringGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/creategenerator/SyncCreateGeneratorStringGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/AsyncDeleteGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/AsyncDeleteGenerator.java index c1c1b0cbb55a..d82867047697 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/AsyncDeleteGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/AsyncDeleteGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGenerator.java index f3856362ec6c..b5e04a14e4a6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java index 20922b19361b..594edbc4ec9e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorString.java index 6321325691af..671562ca2509 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/deletegenerator/SyncDeleteGeneratorString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/AsyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/AsyncGetGenerator.java index d472c5b1d9cd..97241c245d96 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/AsyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/AsyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGenerator.java index 07b1db4e0e8f..4cd40ba24bef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorGeneratorname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorGeneratorname.java index cbcaa6c6e843..0612e0610289 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorGeneratorname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorGeneratorname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorString.java index 8b1a480cac90..68d3fda81d0a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getgenerator/SyncGetGeneratorString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/AsyncGetLocation.java index 6909d5599e6d..08cd4fa34cc9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/SyncGetLocation.java index 776e3f326470..badda928bb1f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGenerators.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGenerators.java index 418bf20df965..3994098fa4fa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGenerators.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGeneratorsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGeneratorsPaged.java index 93c86ac2a27c..f279978bcfb3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGeneratorsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/AsyncListGeneratorsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGenerators.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGenerators.java index 85f2f17b833c..e8705c21173e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGenerators.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsAgentname.java index edbf66c7c251..aa02099b943b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsString.java index 53be4de6b1c7..441bfc1dbcef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listgenerators/SyncListGeneratorsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocations.java index c606ce78fc80..6f7ca831e345 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocationsPaged.java index e822b23539c6..ceb43c7d39b7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/SyncListLocations.java index 4312d32cb507..c4089879ff0b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/AsyncUpdateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/AsyncUpdateGenerator.java index f967619bb23d..0088946f68c4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/AsyncUpdateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/AsyncUpdateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGenerator.java index fdf6860d50b4..08666b7de885 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java index d263348dd4dc..b33a4953873e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generatorssettings/getgenerator/SyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generatorssettings/getgenerator/SyncGetGenerator.java index 3b0391a310e4..732ad3a4642c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generatorssettings/getgenerator/SyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/generatorssettings/getgenerator/SyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider.java index 7d1d95cbffc1..06f14ba300f4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider1.java index d8c4df2852b3..cf6eccbcba8d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetEndpoint.java index 417ceda1c5ba..a8139edb4829 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/AsyncCreateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/AsyncCreateIntent.java index e489044a8be6..0b35914d9515 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/AsyncCreateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/AsyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntent.java index ada4184d7d29..a07292b7a8a9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentAgentnameIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentAgentnameIntent.java index d1bcf2565363..e3644d4b27f7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentAgentnameIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentAgentnameIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentStringIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentStringIntent.java index 6a7b3ed7550f..52eb12ec144b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentStringIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/createintent/SyncCreateIntentStringIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/AsyncDeleteIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/AsyncDeleteIntent.java index 19f4a267767b..e0f71f026f99 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/AsyncDeleteIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/AsyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntent.java index 848f6f3a061c..ec0f8e522ace 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentIntentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentIntentname.java index 686f8032562f..eeb7e794cb86 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentIntentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentString.java index 19c16f2da0db..b9f5e66efce7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/deleteintent/SyncDeleteIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntents.java index 95ffbb919f3a..64cfb512b4e1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntentsLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntentsLRO.java index 54b2f3b95190..8b42ba9a24a1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntentsLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/AsyncExportIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/SyncExportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/SyncExportIntents.java index 7a0aa0072884..13da58553141 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/SyncExportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/exportintents/SyncExportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/AsyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/AsyncGetIntent.java index 243365e06bec..98fb988a00c8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/AsyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/AsyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntent.java index c2a819753fd0..f72f727a289e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentIntentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentIntentname.java index 3837df46eb10..6b5d6c6ea3bd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentIntentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentString.java index ae56cd7f7cbb..df204065ef29 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getintent/SyncGetIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/AsyncGetLocation.java index 201ccf08f88e..20212fa42659 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/SyncGetLocation.java index 1a702331b487..2a8f4e5c0215 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntents.java index 7a485e07f700..0c13184afe07 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntentsLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntentsLRO.java index 1aded0f3f7d8..923b9eddd160 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntentsLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/AsyncImportIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/SyncImportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/SyncImportIntents.java index bc860c2294e6..76397abea1a5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/SyncImportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/importintents/SyncImportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntents.java index e37ab7ba5aa9..b6852cc45b00 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntentsPaged.java index 2beb457b859a..51ca8784820f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/AsyncListIntentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntents.java index 34f85c394854..31c8c03ed8c8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsAgentname.java index bfaa7c022e00..c199cd6b522e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsString.java index 143d8c39ff17..ef151b328b7d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listintents/SyncListIntentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocations.java index ce1f2c733548..ca8339b3b9f8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocationsPaged.java index 2fbea9f582b8..38d9926950d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/SyncListLocations.java index bd722d633126..89fa5af3392a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/AsyncUpdateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/AsyncUpdateIntent.java index 43d049b9cb08..14daec4bb668 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/AsyncUpdateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/AsyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntent.java index bc8f4460a8c2..f8ddcbb51aba 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntentIntentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntentIntentFieldmask.java index d917318cad4e..5c30fb279219 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntentIntentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intents/updateintent/SyncUpdateIntentIntentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intentssettings/getintent/SyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intentssettings/getintent/SyncGetIntent.java index 6fef85ccc4c6..5e66d314014c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intentssettings/getintent/SyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/intentssettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider.java index 2a3fb4a5a277..d78aad1ee66f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider1.java index 479f27b54356..684983ff24cf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetEndpoint.java index b03354ac8327..1df9eae98f31 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/AsyncCreatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/AsyncCreatePage.java index f80b32460b53..0d06815c3a2e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/AsyncCreatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/AsyncCreatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePage.java index f82c7777b7e3..aa6b3c204ebd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageFlownamePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageFlownamePage.java index 45d0c5383ce2..fb2a37d2748b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageFlownamePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageFlownamePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageStringPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageStringPage.java index b79d9f6fe0f6..712b91764d2e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageStringPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/createpage/SyncCreatePageStringPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/AsyncDeletePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/AsyncDeletePage.java index 7b25153b743d..02ef1644d469 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/AsyncDeletePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/AsyncDeletePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePage.java index 18cf6234fb57..34f7b6ecc0c5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePagePagename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePagePagename.java index 346f314db657..75d100c5448c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePagePagename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePagePagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePageString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePageString.java index 002ae0d0ac12..797db964a121 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePageString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/deletepage/SyncDeletePageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/AsyncGetLocation.java index 81dde9af0605..a6644ef674ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/SyncGetLocation.java index 4c4373d24a95..e92b90e7f47e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/AsyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/AsyncGetPage.java index fd7701814e96..ac7d2014799e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/AsyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/AsyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPage.java index 826dc7729092..7376219f4a1d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPagePagename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPagePagename.java index dc91ad0cd6f6..afa3c53501ab 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPagePagename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPagePagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPageString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPageString.java index 09f4981894f0..08107a012eef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPageString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/getpage/SyncGetPageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocations.java index a95ee4137a27..2a25a1050c37 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocationsPaged.java index 553cd13e69fe..43a8e22c9732 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/SyncListLocations.java index 57fb50323ffb..b65f91559781 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPages.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPages.java index 2c54593b88f8..1356a28f0b6d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPages.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPagesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPagesPaged.java index d8b58b1f3ddb..8ce18432d06c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPagesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/AsyncListPagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPages.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPages.java index 73df68e54869..172784ca7a89 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPages.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesFlowname.java index 1150988db2fe..01805a797a14 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesString.java index 522f33d4994a..fc4a8e575fa9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/listpages/SyncListPagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/AsyncUpdatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/AsyncUpdatePage.java index e3a49f33b5fb..8d08818b7adb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/AsyncUpdatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/AsyncUpdatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePage.java index e9b201e12fe2..39fa458d74be 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePagePageFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePagePageFieldmask.java index 93774edb829f..5c9962a6b0f5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePagePageFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pages/updatepage/SyncUpdatePagePageFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pagessettings/getpage/SyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pagessettings/getpage/SyncGetPage.java index 7b76ea393159..fa89a6f7ec87 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pagessettings/getpage/SyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/pagessettings/getpage/SyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java index 1e6fcb20e543..9f5b1ec388b6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java index 73f80e8a57b7..bc4421f05781 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetEndpoint.java index 36f444845fbd..c0d11cda6b14 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java index 59ebbf827c5a..d4a86b48f5ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java index 952412df0dec..5b0502a2e2a2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java index f4fc50e26b1f..50ce6128e3d2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java index 668d076fe6ea..48c6321ed9c7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java index 3ecb321ca1d7..791a7a101e2a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java index 273b8bc6ca39..5712afc2a113 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java index d38cd6fc2f94..50c0ce580a01 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java index afa3d61facc2..05740abf5b5e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/AsyncGetLocation.java index cd2b856476ae..0844db7d0008 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/SyncGetLocation.java index 51289af73e50..7608d0146a32 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java index eb4bf2f8a9cd..5332bc3b79dd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java index 73f2706b0c7d..c6fee9f27f3f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java index 8e95e23c58dd..e47c0aa9a7ef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java index 5797062d3c4a..6c3f5721dd1b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocations.java index 3b9e63b32a1d..0688809a4508 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocationsPaged.java index 6b725212755d..45eaaffe09ab 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/SyncListLocations.java index 4fd25c0cf5d1..2a8bf7fc52e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java index 731cb5555dd2..d8d81b22a5e2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java index c1492f88b148..e35d43247c7d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java index f9e5b1d27981..e8d2b2dd5ed6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java index 2b8e4d2fc121..281d9a67ba2c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java index 2b10c8fdf68c..a87a20935e7a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java index 82bfef100c79..4769774c375f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java index 8f2cb9c20756..1691097b40d7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java index 8ae7a8f63ade..1c507c2b2700 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java index 8733efd105a8..8b3bf5a7ef3d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java index 2222ffb0dbf9..883ca3554c8c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java index d8b7a20e36c2..cb1022db3b0f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetEndpoint.java index e4b019e53554..3913c8cf1798 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java index b95daacf45c0..9041b5170a64 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java index 4f63b2588e34..be3017f641c4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java index 5a450a9ac842..d5880a209c9f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java index 6386210c81dd..f2a1e5e11c04 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java index 1ce364800020..b9378ddb80d5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java index dcc38d017396..09d6ac4752da 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java index 36ee3831b64c..ee2f5079f822 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java index f5b6930fb87e..d474d5d34190 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/AsyncGetLocation.java index 7f852e47e5ce..0477c70aeddb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/SyncGetLocation.java index e0dffcc8e6b3..473e813b2726 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java index 67ee7c88fc79..f87cc56acb3a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java index 6cf2e8867d24..407c6c1d9b2b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java index d76956bc3c84..bd040c721047 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java index 36d55694f5de..383edc110c3e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocations.java index dfd2b0f402ea..07bef2967c54 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocationsPaged.java index 1c50bd44ab96..85105530656d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/SyncListLocations.java index 14aee5d2d6a5..80fccacb46de 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java index 9d443bea5b82..5036287c6062 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java index c410ccd987c3..26da9a3af33c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java index 84b51d4c0bd8..be9f445607b1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java index c375b37746b2..b859c2b3ab96 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java index 3b1fff97acc0..5537723b247d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java index 354a56cff0ee..d86666f50c65 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java index 82ac98478955..298bbd7fcb6b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java index 7d110e637c0b..140e8c9841b1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java index 7ac6f931977a..fe0a253de133 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider.java index 110de70709fa..8bf1d3a6a317 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider1.java index f810404cb06f..0dc2cfb58d79 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetEndpoint.java index 5585686c9bec..2401733a4975 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/AsyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/AsyncDetectIntent.java index d0f757e8c65b..0fe66f83244a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/AsyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/AsyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/SyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/SyncDetectIntent.java index a290365de6ce..45a59cb34134 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/SyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/AsyncFulfillIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/AsyncFulfillIntent.java index 049d63844dc5..8210b25305b3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/AsyncFulfillIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/AsyncFulfillIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/SyncFulfillIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/SyncFulfillIntent.java index 667c39973150..9ce6122ec7b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/SyncFulfillIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/fulfillintent/SyncFulfillIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/AsyncGetLocation.java index 219dfea269b3..417b224e9beb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/SyncGetLocation.java index f04cc32ab899..410198c3af4a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocations.java index 739ed8b269e5..1e38defea269 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocationsPaged.java index b3d0caaffd5c..6b200403fa0b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/SyncListLocations.java index 63936b7b3c35..361c130affe6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/AsyncMatchIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/AsyncMatchIntent.java index 0fabe001b641..0b30254454d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/AsyncMatchIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/AsyncMatchIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/SyncMatchIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/SyncMatchIntent.java index 23fcaa287a21..73f2fd7d06db 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/SyncMatchIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/matchintent/SyncMatchIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java index 405e06cb7b9e..662886b90c50 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java index 1439b8005457..e579c56bd632 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java index f86805c04654..e3447c47b560 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java index 1750511571df..8bb2d044d037 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionssettings/detectintent/SyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionssettings/detectintent/SyncDetectIntent.java index 81f140123763..13b77923629f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionssettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessionssettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/agentsstubsettings/getagent/SyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/agentsstubsettings/getagent/SyncGetAgent.java index 9f17fdecd195..a62fe8f0265c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/agentsstubsettings/getagent/SyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/agentsstubsettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java index 944a8240ed0b..27a432274bac 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java index 6b6cb2fd52a2..f5889341ce90 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java index 825f0c7a0ef7..ff74c55218e4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java index acd7145c82e6..13fa299f74fc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java index c9daa9dbdbbb..ddee8a91da1f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/flowsstubsettings/createflow/SyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/flowsstubsettings/createflow/SyncCreateFlow.java index 3e5ccabc7b47..6019267db065 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/flowsstubsettings/createflow/SyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/flowsstubsettings/createflow/SyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java index e955ae6131f3..70204f8e0316 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/intentsstubsettings/getintent/SyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/intentsstubsettings/getintent/SyncGetIntent.java index 1e32985ded19..5270ed67c387 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/intentsstubsettings/getintent/SyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/intentsstubsettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/pagesstubsettings/getpage/SyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/pagesstubsettings/getpage/SyncGetPage.java index ad049c06fe00..7ff0c93a7171 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/pagesstubsettings/getpage/SyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/pagesstubsettings/getpage/SyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java index 6b57c2596460..ec8fc5b6564d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java index efaeaa32aee8..e807b1949ca9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java index ff707e659b5a..9124361ac140 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java index dc01193079f1..12483e2090dc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java index da29eb7d1e13..71a7c1629252 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/versionsstubsettings/getversion/SyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/versionsstubsettings/getversion/SyncGetVersion.java index b75fef83b053..1933ab621665 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/versionsstubsettings/getversion/SyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/versionsstubsettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java index 2b3fa7f8e4d1..727b3a3d6901 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java index 3abe2c997a5c..cdcbc07c9c1d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java index 930ebdc6f606..93d71db86add 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java index 167fd1fea36b..77ec4efd165f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java index 65cd951eeccd..2f67cdb8c7f1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCases.java index bf0305285882..cf4bb64db55d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java index 9d0a15221dbd..8575e06f23db 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/SyncBatchRunTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/SyncBatchRunTestCases.java index 9a9dae0d15d9..ce2c429def5a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/SyncBatchRunTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/batchruntestcases/SyncBatchRunTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/AsyncCalculateCoverage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/AsyncCalculateCoverage.java index 64c9902c66fd..1ceb8dc5ee64 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/AsyncCalculateCoverage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/AsyncCalculateCoverage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/SyncCalculateCoverage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/SyncCalculateCoverage.java index 34ff831f1aea..9e9767833d05 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/SyncCalculateCoverage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/calculatecoverage/SyncCalculateCoverage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider.java index 7f84ee4ff771..cc762ebb60b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider1.java index 5c194a06d129..08ac30d3778f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetEndpoint.java index ce16cc99e70f..f257fdfc92ac 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/AsyncCreateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/AsyncCreateTestCase.java index 5637385c9af9..d128f1b28967 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/AsyncCreateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/AsyncCreateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCase.java index 10365c6b4472..6273cc4ceb02 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java index d33529d7b7ae..3430faaa08a9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java index 50b259a79e8d..1ff0874ad9aa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCases.java index e2f48bace8c6..5ae2ff45cc4c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCasesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCasesLRO.java index fc6aad869bb2..48b008a96bc5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCasesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/AsyncExportTestCasesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/SyncExportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/SyncExportTestCases.java index f787cb8763d2..e40813d1df8c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/SyncExportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/exporttestcases/SyncExportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/AsyncGetLocation.java index 75d2513bfe17..968c388a481f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/SyncGetLocation.java index 0ff5ce438d18..154f073ffa70 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/AsyncGetTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/AsyncGetTestCase.java index b650154444be..5c5a625cee67 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/AsyncGetTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/AsyncGetTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCase.java index 2dac8a942f1f..e314ee6dc701 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseString.java index 8842d4904d41..90a8f60eba96 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseTestcasename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseTestcasename.java index 11b37ef5fccd..1f8efd0ad3d4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseTestcasename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcase/SyncGetTestCaseTestcasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/AsyncGetTestCaseResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/AsyncGetTestCaseResult.java index a4976315b932..4360107fc5d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/AsyncGetTestCaseResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/AsyncGetTestCaseResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResult.java index 1d59044ade28..ba9318431935 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultString.java index 480d36ce0185..7d1d53359a6c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java index 45b4461535df..435aceb0d41b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCases.java index 20471ff14d04..13637ef18c83 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCasesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCasesLRO.java index ce7f436fc979..113c75a77cb0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCasesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/AsyncImportTestCasesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/SyncImportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/SyncImportTestCases.java index 33c754025fc9..ee09a4c1ca96 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/SyncImportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/importtestcases/SyncImportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocations.java index b9cb70deb6ed..bf3f4218860c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocationsPaged.java index 5bb31ad93454..a49ed271d0c0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/SyncListLocations.java index d720ad70a288..75fb0089be1a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResults.java index 02c5685ec4fc..d17fd09176da 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java index 85d48282d8f6..dff0b9e010e0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResults.java index e03f82c79d44..086b12c60c3f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsString.java index 59906938c003..20320d8d46f0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java index e6c9e8626759..7e4a208dacd2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCases.java index d07561d8ee24..db4d808c0737 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCasesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCasesPaged.java index c25302d247e2..35ace35bf0ba 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCasesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/AsyncListTestCasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCases.java index 1cc3bacd85dd..b193efa3e65a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesAgentname.java index e70e83691976..3871503e9783 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesString.java index 5911567f179a..b8f372110a5d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/listtestcases/SyncListTestCasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCase.java index 44477187e8cc..33a334a5c293 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCaseLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCaseLRO.java index 41a6307e5ff7..6b942cefeed5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCaseLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/AsyncRunTestCaseLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/SyncRunTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/SyncRunTestCase.java index a0a6aaddaa7b..fbb44edaa73a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/SyncRunTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/runtestcase/SyncRunTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/AsyncUpdateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/AsyncUpdateTestCase.java index 5e6d64784282..c1a3a8e36462 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/AsyncUpdateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/AsyncUpdateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCase.java index 48fc236d842f..35d8df280b56 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java index 93f90b1b8c83..30eab30bbbd7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java index 86409c1130d3..9b75a86f0f04 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java index c6e69dcc5de1..3e8d7c8022a8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java index fc3580e9591c..df1280b6a409 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetEndpoint.java index b1ee195adbc0..b7a36842cf9a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java index 36cf1256b5e7..fa5e2678a0e0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java index 8020f0d5db1e..932dd7e8e11e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java index d51f017e5a9c..c0ef2b4e0839 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java index d6fd408d735f..9b41896d155f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java index 6d337c2bd4af..acc4088405d8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java index 0bf41bc83394..5819912fbe3a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java index 42538c527b4f..5fff4a549d82 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java index d7da114681bb..5edaa39216dd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java index dc39205b3dca..6c96b45a6281 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/AsyncGetLocation.java index 1a9ec78f80c8..9ae8fd282f1c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/SyncGetLocation.java index 14d09ee229c0..3397b86d8c8f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java index 46a1a773b1cb..853fb4b8db1a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java index 32e5e035221e..620dd8fc8916 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java index 0c24f440c3fe..3563626adc7c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java index 3c0b53bd7ff0..dfab1f270226 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocations.java index 07a0fccd3efb..0b0d46de88c1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocationsPaged.java index 7df97c8b781c..a02cff7aed63 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/SyncListLocations.java index cb41d0064c83..e8ed0ae8af4f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java index 8bcf9972b139..f3eab29ecec6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java index 63b12e46b549..b1ed65eef20d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java index f893e1bfbbca..4d9b4a636194 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java index f44961e9ebfc..fa0d2a0a65e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java index 14f497ecb89d..2d7df6bc81a1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java index 925adae7b5b9..8f13086d9f72 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java index 953a74f11d92..dffdc2391791 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java index 6615d84b7e75..f606268dd326 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java index 2bd57dbadbe8..1405c2336e24 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java index ba9064673eae..638cc8945619 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/AsyncCompareVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/AsyncCompareVersions.java index cf13818b1786..8dc6ee18cf60 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/AsyncCompareVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/AsyncCompareVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersions.java index b6c112cb491b..a96dd70562fd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsString.java index 57275aebdba5..c8d961073569 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsVersionname.java index eed7ea6aba32..7736d44dcef4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/compareversions/SyncCompareVersionsVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider.java index 9c57f458005c..22037e1884e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider1.java index 1c03e66ea94d..0a11f8f64c74 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetEndpoint.java index b4d1bcc23c11..b4f5fbc3fb5e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersion.java index d60f7e0ff490..82b38db368a2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersionLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersionLRO.java index 6e17ce09624b..468422e08e8b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersionLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/AsyncCreateVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersion.java index e6297a40e731..32c20dad5739 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionFlownameVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionFlownameVersion.java index 06be79d11cd8..cd7e5f862df7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionFlownameVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionFlownameVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionStringVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionStringVersion.java index cf543d7227ef..f64b6afc6e66 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionStringVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/createversion/SyncCreateVersionStringVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/AsyncDeleteVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/AsyncDeleteVersion.java index 8a1f5f08aad8..13cdcf0b5be3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/AsyncDeleteVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/AsyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersion.java index 2b52f6078537..83e5a176ffa1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionString.java index 8387f56d4d3a..903fc779ba30 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionVersionname.java index d675615e9dab..af7e4478bdbb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/deleteversion/SyncDeleteVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/AsyncGetLocation.java index 329647ea0519..d36be1f3c7c2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/SyncGetLocation.java index a23a314c64ef..74ee7571f78f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/AsyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/AsyncGetVersion.java index e077131b5cba..c5d8065cee48 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/AsyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/AsyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersion.java index a9ceefda71a2..a80784eaba08 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionString.java index 09d251184db6..b0f22c629dbf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionVersionname.java index d2f22037876e..64dd9e13e77a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/getversion/SyncGetVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocations.java index 5a07c24ed4c3..1d38b4ba3d36 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocationsPaged.java index 82d72597fcea..39ac71317db1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/SyncListLocations.java index 55e1b9f4dd0a..9e5ac99c20a1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersions.java index 5383b132aa2d..1c3a253e22a7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersionsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersionsPaged.java index bc2ad087fc0e..603fee08be44 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersionsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/AsyncListVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersions.java index 5580113a7522..985f274c0cbb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsFlowname.java index aaefbc412bc2..7792f777b869 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsString.java index 653eb52f5f35..836d5bd4d7ab 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/listversions/SyncListVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersion.java index c83a6e8e36dc..c2080ee72bc0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersionLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersionLRO.java index 2d4ce1f75759..dd5b2a96b8c2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersionLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/AsyncLoadVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersion.java index afb8ac92670a..22265630d359 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionString.java index 1c3dd17fa921..c8d2cb6b6d7e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionVersionname.java index 91ec14533602..ccbfb0be835e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/loadversion/SyncLoadVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/AsyncUpdateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/AsyncUpdateVersion.java index fc4da38c420e..5067857cfc91 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/AsyncUpdateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/AsyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersion.java index b37756692796..74ab3496745b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersionVersionFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersionVersionFieldmask.java index 42f1938edb88..66a557e519c4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersionVersionFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versions/updateversion/SyncUpdateVersionVersionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versionssettings/getversion/SyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versionssettings/getversion/SyncGetVersion.java index fc43932a6f72..95c5987ffc24 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versionssettings/getversion/SyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/versionssettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider.java index 79e9dd63770a..7490c8acab94 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider1.java index f48b0492471e..280253ec1517 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetEndpoint.java index b8f707609c54..0a134cfa3e77 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/AsyncCreateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/AsyncCreateWebhook.java index 6c2f777863be..3e3050f94036 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/AsyncCreateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/AsyncCreateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhook.java index f7aff1fdcbc9..3942a1c7df68 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java index 995b83893354..7e48e31da80e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java index 0c91c3bbd496..7d98204a72b7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/AsyncDeleteWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/AsyncDeleteWebhook.java index 63021959da92..1a668c46716f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/AsyncDeleteWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/AsyncDeleteWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhook.java index 590d641592ba..aced7fdfa4c0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookString.java index 3b7308450e2b..dceacc8d1377 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java index b3ab8749c195..a909b0b4358c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/AsyncGetLocation.java index aedca03eb677..21bbbe8825e3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/SyncGetLocation.java index 56ac652bcd04..4622e16e7f50 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/AsyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/AsyncGetWebhook.java index 7224a3309b57..7469d02d0a3b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/AsyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/AsyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhook.java index e956a59f2b79..8430bebb1727 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookString.java index 01b0d1e53126..912bbef3bc32 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookWebhookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookWebhookname.java index 434f8d70c763..b69c91aa9ae3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookWebhookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/getwebhook/SyncGetWebhookWebhookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocations.java index f35bd0c18a65..86993d028b86 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocationsPaged.java index fd1aa051d5e9..95b04bac2323 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/SyncListLocations.java index 3959a87cfe5f..258aa86fbf5b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooks.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooks.java index e18a935db045..f5c8902b2cc1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooks.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooksPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooksPaged.java index df05f0481bd1..07f4d86eb87a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooksPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/AsyncListWebhooksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooks.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooks.java index 908266f6cfcf..ad59c9b129ec 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooks.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksAgentname.java index c3f1fc12dc26..9c72140fc356 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksString.java index fecfee767ea9..51c69ab0257e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/listwebhooks/SyncListWebhooksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/AsyncUpdateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/AsyncUpdateWebhook.java index 7c2bae4af8f0..c7421004b1a6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/AsyncUpdateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/AsyncUpdateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhook.java index c4335b1b6f32..09be4e100921 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java index 0007560e5d70..393a778906d6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhookssettings/getwebhook/SyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhookssettings/getwebhook/SyncGetWebhook.java index 4253ee17969e..7f6cee01b6b9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhookssettings/getwebhook/SyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhookssettings/getwebhook/SyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider.java index c79299d1a193..347910f45875 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider1.java index 715940508ea3..0786734e62d6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetEndpoint.java index fad9be8fd7c7..689c9d582221 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/AsyncCreateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/AsyncCreateAgent.java index a1114b682a2b..488cf53da813 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/AsyncCreateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/AsyncCreateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgent.java index 2dcae18ed83a..ec428fb15b48 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentLocationnameAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentLocationnameAgent.java index a3188c7cf467..8561e8d926b3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentLocationnameAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentLocationnameAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentStringAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentStringAgent.java index 29e3f6e79ad0..e3d90897dd6e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentStringAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/createagent/SyncCreateAgentStringAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/AsyncDeleteAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/AsyncDeleteAgent.java index c7b067d43436..641e328898c7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/AsyncDeleteAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/AsyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgent.java index 8a875af82065..1bebd4cacbd7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentAgentname.java index 92a668062e31..14569ad620a8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentString.java index b3c05854d840..a7cb45e54836 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/deleteagent/SyncDeleteAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgent.java index 284de45e4862..588e2ca37310 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgentLRO.java index b3793df07d49..ebbf54aeced9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/AsyncExportAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/SyncExportAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/SyncExportAgent.java index e7e85b4790b8..7d4866326069 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/SyncExportAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/exportagent/SyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/AsyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/AsyncGetAgent.java index 8b92290fc28d..818e06aa7e29 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/AsyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/AsyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgent.java index 4b4a17aeb378..0f56a1284d7a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentAgentname.java index 4d9bd515842e..82a0ae1faae0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentString.java index f125c9bc6354..d6859532ce0d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagent/SyncGetAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java index 87d0ed570b67..15968dbd7454 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/AsyncGetAgentValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResult.java index 24c68918c942..62573de9c25d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java index 309ffde771e5..492a0e015d9c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultAgentvalidationresultname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java index 7a6035eeb92a..74d948191a46 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getagentvalidationresult/SyncGetAgentValidationResultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/AsyncGetGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/AsyncGetGenerativeSettings.java index 2f3bb73d8f5d..b82140c8e133 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/AsyncGetGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/AsyncGetGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettings.java index a1c7190fe07a..2d958e354224 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java index b257bb149e7a..ad4ef2e538a1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsAgentgenerativesettingsnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java index 7da46189129e..af131a25f4d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getgenerativesettings/SyncGetGenerativeSettingsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/AsyncGetLocation.java index 0541fc93a0c3..179c7dab6962 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/SyncGetLocation.java index 44c76842dce7..1a527516be43 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgents.java index 7bd5c8c33e96..b925a2de7e0e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgentsPaged.java index c47c7f5b3d67..d1ff997ac4cc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/AsyncListAgentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgents.java index 5e41a8ec44e5..458d59bf893c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsLocationname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsLocationname.java index 7e3a3bab023c..03e66017352b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsLocationname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsString.java index ed0cb86c2034..2629b3f0710e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listagents/SyncListAgentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocations.java index 05703c2a8a75..75129aef2bb5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocationsPaged.java index 3a8177e6db3a..f7ce700833b5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/SyncListLocations.java index 250d7ae0b1ec..d9241498366c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgent.java index 1e91e3e9b973..7d845bed3f92 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgentLRO.java index 2ff67517cbf8..cd96ea70da83 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/AsyncRestoreAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/SyncRestoreAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/SyncRestoreAgent.java index 80475a531b34..651db799ceb1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/SyncRestoreAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/restoreagent/SyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/AsyncUpdateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/AsyncUpdateAgent.java index b46a3403e8bd..2ebcc285fded 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/AsyncUpdateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/AsyncUpdateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgent.java index 3ff1c6d19af8..05b3a705a36e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgentAgentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgentAgentFieldmask.java index d978408a0cf8..8bd18afd0153 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgentAgentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updateagent/SyncUpdateAgentAgentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java index b1ee68d04d26..d25a5a543648 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/AsyncUpdateGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java index ab8725e88ade..bfdb8a4d9984 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java index d3e1dc231ae0..7e123a3ff0f3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/updategenerativesettings/SyncUpdateGenerativeSettingsGenerativesettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/AsyncValidateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/AsyncValidateAgent.java index dacf2a4aea37..87d6f04b6d1c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/AsyncValidateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/AsyncValidateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/SyncValidateAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/SyncValidateAgent.java index 312980a3958b..3a0da4b77399 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/SyncValidateAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agents/validateagent/SyncValidateAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agentssettings/getagent/SyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agentssettings/getagent/SyncGetAgent.java index 4eff33a77c3c..fb60cbfeaf17 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agentssettings/getagent/SyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/agentssettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider.java index 0885d721473a..696368d46f5a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider1.java index f2dc5eb02d76..68c5b5bd47d4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetEndpoint.java index 1895dc726890..a279e03defa8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/AsyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/AsyncGetChangelog.java index eb05353f46e2..895bc85a940b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/AsyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/AsyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelog.java index bd15563047fd..2c6593c65602 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogChangelogname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogChangelogname.java index 42d2f200b088..22e7457135e1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogChangelogname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogChangelogname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogString.java index 67bc69df29d9..1dc51058dfd7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getchangelog/SyncGetChangelogString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/AsyncGetLocation.java index 96abfbd503d3..bc1d338a53d6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/SyncGetLocation.java index fea7f78bfb0b..2f924874761d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogs.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogs.java index 2226c043d0a8..4a34295740c0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogs.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogsPaged.java index 73bd690c0e97..6c58b2ed7a10 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/AsyncListChangelogsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogs.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogs.java index 548d342c73e6..22ddaaca9c83 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogs.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsAgentname.java index 9801a68a0ab4..a118454aa746 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsString.java index 96bb516e5d1f..89e369d1337a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listchangelogs/SyncListChangelogsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocations.java index b3c957253c5a..81de5e7f9ecc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocationsPaged.java index 3e8c044530f6..2ff5423551d1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/SyncListLocations.java index cf4914ce0ec3..f56bb7eb3f0e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogs/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogssettings/getchangelog/SyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogssettings/getchangelog/SyncGetChangelog.java index 50c5701c42e2..9a8a7715e67c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogssettings/getchangelog/SyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/changelogssettings/getchangelog/SyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider.java index 0b392840c180..5d505738d586 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider1.java index bb3a05b2c9a1..b37c2d0dce9d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetEndpoint.java index 0de6eb2d6e6e..5de954c93608 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/AsyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/AsyncGetDeployment.java index 47b2ab0f712e..71ac15fa26ff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/AsyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/AsyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeployment.java index cd480dc54067..f76017e1cb52 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentDeploymentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentDeploymentname.java index a9fcdc429bcf..698cab49185e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentDeploymentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentDeploymentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentString.java index 46c362bb58e0..4719be445793 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getdeployment/SyncGetDeploymentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/AsyncGetLocation.java index eacc981bdbcc..23a32a360a93 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/SyncGetLocation.java index a0c725b5e064..565a339ab5a8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeployments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeployments.java index a2932eb72d14..a613795ab21d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeployments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeploymentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeploymentsPaged.java index e3f961f3baa4..0a7022e6c673 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeploymentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/AsyncListDeploymentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeployments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeployments.java index a9e04eda1f4d..239d5f865e26 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeployments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeployments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java index d45bbc3f4f1d..91e9040a8e85 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsString.java index 674f08bcba6c..c1450fd6dfb5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listdeployments/SyncListDeploymentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocations.java index c6555ce8a7b5..1b664dda98d4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocationsPaged.java index 4284ee24f9f6..ccc4639f708d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/SyncListLocations.java index 7bb3c3ca8356..041132b28cb4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deployments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deploymentssettings/getdeployment/SyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deploymentssettings/getdeployment/SyncGetDeployment.java index e5889aa1ba5c..76b3cf89b854 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deploymentssettings/getdeployment/SyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/deploymentssettings/getdeployment/SyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java index 50d20564665d..7de7e0a748b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java index 377552bd1b59..aaa3ec80b41e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetEndpoint.java index fa9025a8928e..f44acf59cf10 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/AsyncCreateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/AsyncCreateEntityType.java index 11b0e117fb8d..6ad619115f77 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/AsyncCreateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/AsyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityType.java index 8ca6ba0ee7d6..206af6b3d17f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java index 2cf1f7d55ca9..ca2464c19669 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java index ef34c9aa51a9..05450bb9d2b2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java index 01207429180a..4efebd20d47a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java index 4d33c49fbea7..23bebb6dc56e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java index 0d7708271df8..47192504b7d0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java index 45f183273000..25a1799dd75c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypes.java index 5d3de889f1b4..d383df4ca473 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java index bc0453d89f43..fb401b9c8515 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/AsyncExportEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/SyncExportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/SyncExportEntityTypes.java index b6012c0f58b4..4bdc58172c56 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/SyncExportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/exportentitytypes/SyncExportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/AsyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/AsyncGetEntityType.java index 58a2abf2eedf..1f94e684948b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/AsyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/AsyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityType.java index 044ece6f8e61..451b55cae06f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java index fbd2ef6a51d8..400dd377f1e4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java index f241b9ca22b7..51353c37d70c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/AsyncGetLocation.java index 6761340188b2..5b62f92aed87 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/SyncGetLocation.java index 0f05b85e8921..eb52041583bd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypes.java index f23b742d744f..95799276d36f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java index 85c486274007..9381877a35aa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/AsyncImportEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/SyncImportEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/SyncImportEntityTypes.java index b1d55f1e7c6f..8efcf21798b5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/SyncImportEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/importentitytypes/SyncImportEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java index 09fd756b7584..3f2434496804 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java index d72c2036faa5..e00f9552c045 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypes.java index f86d4c25ee06..545155a9aa32 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java index 540ad35d8415..5155edac8c7e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java index ccb9bcb88890..bb45f127a552 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocations.java index 936684ab09e9..adebaf9215ea 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocationsPaged.java index 9ec9c0381e6f..f67d2599c80f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/SyncListLocations.java index 471030948a5d..390638c26b8d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java index d1ffb5c07d45..48216c5028e6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java index 405e1bc29cd1..d8867eae90b3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java index d0debb9c4c93..e8050e13b271 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypessettings/getentitytype/SyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypessettings/getentitytype/SyncGetEntityType.java index 52ea976d308c..4ea8a51ba1a2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypessettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/entitytypessettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider.java index ef0edcae5ba2..2295f48de8f3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider1.java index b16237b4223c..4f22d78379b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetEndpoint.java index c1975ea309d3..4c6020da790b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironment.java index ebb64c3d3eae..7a53c66be92d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironmentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironmentLRO.java index 0990c56286ef..3277e11b119f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironmentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/AsyncCreateEnvironmentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironment.java index 47518b0acf64..6c2db107a67d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java index 5b25aa004516..d1ee353a937e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentAgentnameEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java index d7894e4bbdb4..3e9e3e7d3a38 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/createenvironment/SyncCreateEnvironmentStringEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java index 27934ed6b77f..53f442f7e513 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironment.java index f8d68dba237a..4a479dd58ecd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java index 759da33e8a81..399797ebd592 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentString.java index 34fc628c577e..5eb3b06dd92f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deleteenvironment/SyncDeleteEnvironmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlow.java index ebeba1833571..9c8b83a9f71b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlowLRO.java index 046334e8587c..35c7d9a02185 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/AsyncDeployFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/SyncDeployFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/SyncDeployFlow.java index a6e4ac7f124f..e8c8ea08eb48 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/SyncDeployFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/deployflow/SyncDeployFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/AsyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/AsyncGetEnvironment.java index ce7c88ec0b8e..13e2a54436d5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/AsyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/AsyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironment.java index 15412effcfd3..4b034109b73e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java index 15cb6aad64af..194474c02e7e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentString.java index f3c205c52188..d535eeb8cc7a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getenvironment/SyncGetEnvironmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/AsyncGetLocation.java index b3c84208ba6b..5d1b07264128 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/SyncGetLocation.java index b3d82f7063d2..a17af654d78f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java index bef7f6259ac7..8cc05098e91d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java index e6a564609096..ca64ef50ae5c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/AsyncListContinuousTestResultsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResults.java index 4ab50c40529f..cadd1cf58390 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java index 3a8d63b54585..06c87fc2fada 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java index cba0fc37d530..741aaf8356d4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listcontinuoustestresults/SyncListContinuousTestResultsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironments.java index 82e14012ba9c..d110d0b49588 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java index b747b7d39bd8..4ba2e1c333ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironments.java index 928fa6cb2ae1..dcd6031a76fc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java index 32f80dd92428..ead8f29f6793 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsString.java index bc997ec3668b..bbaf6d23920c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listenvironments/SyncListEnvironmentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocations.java index b6f644e0bb40..b33c96d526f6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocationsPaged.java index c800b4813b2f..ac675e55e1fb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/SyncListLocations.java index f30fd31e9cd3..9a12e72f2431 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java index e1a8f6832bb2..2f5b84844e2a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java index ac872178e95e..11acd3a99e5e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/AsyncLookupEnvironmentHistoryPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java index 1e1d8f3977d5..49da0a1dbf48 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java index 5416221b3569..5bbde3ca5b71 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java index 8e49c956c56a..905435a0202b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/lookupenvironmenthistory/SyncLookupEnvironmentHistoryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTest.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTest.java index 6599417305fc..cd75075b6e34 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTest.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java index 921e6dcf07ba..bdaa1866f7b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/AsyncRunContinuousTestLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/SyncRunContinuousTest.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/SyncRunContinuousTest.java index 6d9ff33894fc..23b1c8822c7e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/SyncRunContinuousTest.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/runcontinuoustest/SyncRunContinuousTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironment.java index d2b28cca1ca7..4751bfe938cf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java index 1a4a89d68bb2..40263ae7c7b5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/AsyncUpdateEnvironmentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironment.java index e3cce606a141..7e0b6e01bce9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java index d179db72eb40..197e9b0684e4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environments/updateenvironment/SyncUpdateEnvironmentEnvironmentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environmentssettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environmentssettings/getenvironment/SyncGetEnvironment.java index 37d2e769fe38..7e4579574502 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environmentssettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/environmentssettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider.java index 58d9384da0f8..8c5dfdd0d073 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider1.java index 854ca67f1933..4d6d67af90ef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetEndpoint.java index eb67513949a7..839febc40a84 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/AsyncCreateExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/AsyncCreateExample.java index eaae73e2a804..e177f8427ab3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/AsyncCreateExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/AsyncCreateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExample.java index 9bd04eac2b31..3b7d06c4d2de 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExamplePlaybooknameExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExamplePlaybooknameExample.java index 44e3932f606d..ceda2c50366f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExamplePlaybooknameExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExamplePlaybooknameExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExampleStringExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExampleStringExample.java index 05f9d737c207..628ac1fa4056 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExampleStringExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/createexample/SyncCreateExampleStringExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/AsyncDeleteExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/AsyncDeleteExample.java index 8dc4ae0882d2..1ae7bf57f916 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/AsyncDeleteExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/AsyncDeleteExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExample.java index 97925fa49588..4e36546eeeb1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleExamplename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleExamplename.java index 9d62f95580eb..c78540e9f8a0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleExamplename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleExamplename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleString.java index e5c08b0696a1..56d0acb5d589 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/deleteexample/SyncDeleteExampleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/AsyncGetExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/AsyncGetExample.java index 47ce128a0778..39c4bc06a96c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/AsyncGetExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/AsyncGetExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExample.java index 02739cada773..0c646c144553 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleExamplename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleExamplename.java index ca567ba1a593..cf96729905db 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleExamplename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleExamplename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleString.java index 805344fac985..0da34e4f866f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getexample/SyncGetExampleString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/AsyncGetLocation.java index 495dc9da2b1f..98226d0b71d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/SyncGetLocation.java index 83c2867fee37..36172a05347b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamples.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamples.java index 2973973ed0f9..db3084e5b564 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamples.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamples.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamplesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamplesPaged.java index fe55bef2402c..88c1650bf8e4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamplesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/AsyncListExamplesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamples.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamples.java index 64ba58fbf56d..c222b4229a57 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamples.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamples.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesPlaybookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesPlaybookname.java index 53491eae1e22..49b09541ffe2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesPlaybookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesPlaybookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesString.java index 898c0660936b..d2dc4fe36447 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listexamples/SyncListExamplesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocations.java index f44feaeb78eb..1933de0be5c8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocationsPaged.java index 3903270a94c1..0b7be55a2fca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/SyncListLocations.java index 6a9dd3dc9064..fadc108fa804 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/AsyncUpdateExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/AsyncUpdateExample.java index 5dc17d49a8d7..c85b00dba7c4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/AsyncUpdateExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/AsyncUpdateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExample.java index 9d999cda41e6..71caa805c0d8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExampleExampleFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExampleExampleFieldmask.java index 88e5bfd92925..5aea36146b6e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExampleExampleFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examples/updateexample/SyncUpdateExampleExampleFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examplessettings/createexample/SyncCreateExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examplessettings/createexample/SyncCreateExample.java index 257eb2a58949..4224e743aeca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examplessettings/createexample/SyncCreateExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/examplessettings/createexample/SyncCreateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider.java index e3095d20fc48..24edebbc6d23 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider1.java index 94e299f2aa1a..4beb0d0eb8b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetEndpoint.java index d96f07774ee7..a54a10045c55 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/AsyncCreateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/AsyncCreateExperiment.java index 81fa691accfc..b93f22f260a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/AsyncCreateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/AsyncCreateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperiment.java index 4ea773761945..97ec9e8ce08d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java index ebff1dad9e6b..e85d6ef00dff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentEnvironmentnameExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentStringExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentStringExperiment.java index df4c93384820..3c8385a02c35 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentStringExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/createexperiment/SyncCreateExperimentStringExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/AsyncDeleteExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/AsyncDeleteExperiment.java index 927da30c2ffc..d5957e89bbea 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/AsyncDeleteExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/AsyncDeleteExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperiment.java index 4b051e1a23ef..dda7fa1c9de4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java index 110d9bee9405..ea1ee8a9de05 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentString.java index 20a9e5d54e7c..98a7003b32c2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/deleteexperiment/SyncDeleteExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/AsyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/AsyncGetExperiment.java index 8dc377d89eca..c883b7628b1f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/AsyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/AsyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperiment.java index 9e2e03a30a0e..1aa5245ad935 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentExperimentname.java index a894b8a95ef8..c05afc8cd8bc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentString.java index c75b75bf5800..74988c297123 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getexperiment/SyncGetExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/AsyncGetLocation.java index bc3f450fb8f0..c87b13903db7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/SyncGetLocation.java index 4465bc136d8f..57177201c5d2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperiments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperiments.java index 1a1decec6bdc..58191741c529 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperiments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperimentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperimentsPaged.java index dc2b3ad99d71..35a6f28d9d80 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperimentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/AsyncListExperimentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperiments.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperiments.java index bf665b007c77..4565f3ea1741 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperiments.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperiments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsEnvironmentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsEnvironmentname.java index 97bece1c8507..acc594e40ec1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsEnvironmentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsEnvironmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsString.java index 2c82b62fc053..021943cfca4b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listexperiments/SyncListExperimentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocations.java index 91ac43c3163d..2810e9436352 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocationsPaged.java index 3ccbb064be05..0e756a8176e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/SyncListLocations.java index e5d2a4dc0eaa..2cd5ea11c1d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/AsyncStartExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/AsyncStartExperiment.java index 0a5177ca3a08..0308f2fedbdd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/AsyncStartExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/AsyncStartExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperiment.java index deb37e92c7b8..9a9975c72796 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentExperimentname.java index 0769bc6916ef..0ca6e4681a40 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentString.java index 92a467085b5a..11a762391ab7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/startexperiment/SyncStartExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/AsyncStopExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/AsyncStopExperiment.java index 5908d28295e0..25c766805da1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/AsyncStopExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/AsyncStopExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperiment.java index a8b6d1f62120..88db8c54d0cd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentExperimentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentExperimentname.java index 710c71be4635..ef70efa14f51 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentExperimentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentExperimentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentString.java index e4f17c6d6f7d..35cff999f73b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/stopexperiment/SyncStopExperimentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/AsyncUpdateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/AsyncUpdateExperiment.java index efb8ace28eb8..d9c5c217103a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/AsyncUpdateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/AsyncUpdateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperiment.java index eb613ba7c770..6e3e8b56abbb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java index 5ff3cfcba934..32cf1c910588 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experiments/updateexperiment/SyncUpdateExperimentExperimentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experimentssettings/getexperiment/SyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experimentssettings/getexperiment/SyncGetExperiment.java index ba41f9bf5698..a4abbc9b74ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experimentssettings/getexperiment/SyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/experimentssettings/getexperiment/SyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider.java index 16fa88449a8f..3b80c40aec01 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider1.java index 7e9b9b0dad4c..d200781ce3e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetEndpoint.java index 0060fb0e1423..75a6e7320cd6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/AsyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/AsyncCreateFlow.java index b537ade817f5..0ef03007aebe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/AsyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/AsyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlow.java index fedeacda042a..aebc3d8fcbd2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowAgentnameFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowAgentnameFlow.java index 6e5374896004..01355895338f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowAgentnameFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowAgentnameFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowStringFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowStringFlow.java index 52a42d881841..cabb24e09acc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowStringFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/createflow/SyncCreateFlowStringFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/AsyncDeleteFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/AsyncDeleteFlow.java index a8104710b558..e74b15e6f324 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/AsyncDeleteFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/AsyncDeleteFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlow.java index 892ed5cf3136..49bd2e342d50 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowFlowname.java index 1eff10238350..0df378808b82 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowString.java index 366b6345e4b2..78189b76b195 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/deleteflow/SyncDeleteFlowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlow.java index 8f88fd490ded..cd132bf84178 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlowLRO.java index 16b2b04d5ae0..2f20e9f1a8b9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/AsyncExportFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/SyncExportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/SyncExportFlow.java index 127d2c3029f4..8bc5015bedc6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/SyncExportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/exportflow/SyncExportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/AsyncGetFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/AsyncGetFlow.java index 0fe9d3c0881a..47220a1fa12e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/AsyncGetFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/AsyncGetFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlow.java index acae40c435cb..7ebefbb7a7c9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowFlowname.java index 03296467138f..7f8232ca308b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowString.java index 45c62ee5e62f..af225b3d6417 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflow/SyncGetFlowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java index a0c81bccd4a9..7b1c88c2892f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/AsyncGetFlowValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResult.java index e120e1daaf90..8f0bec7dacae 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java index b4618ac6c890..834af2e12ff5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultFlowvalidationresultname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java index 19235bb58670..68ee8b702584 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getflowvalidationresult/SyncGetFlowValidationResultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/AsyncGetLocation.java index 669cb832e03f..008c63887aa5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/SyncGetLocation.java index e98dabe8569c..9e5782d8da54 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlow.java index 3078b5070577..bdf279198ad4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlowLRO.java index 0ef4bb2102e0..3368ae2791b3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/AsyncImportFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/SyncImportFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/SyncImportFlow.java index 269a11cccc93..6421ac79b5bf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/SyncImportFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/importflow/SyncImportFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlows.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlows.java index 9520e9aab65b..315072f40bf7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlows.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlowsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlowsPaged.java index 6c66faa6201b..c12a1f7c654c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlowsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/AsyncListFlowsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlows.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlows.java index cd59110554ba..87ed55b7f97a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlows.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlows.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsAgentname.java index 3e96a94bb8ac..c043447d6c8e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsString.java index 3efa3ea6566a..070b9b377055 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listflows/SyncListFlowsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocations.java index c089a1dbfa0c..f40fa263b0cf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocationsPaged.java index 337e2d4a44c6..5b4336f366df 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/SyncListLocations.java index 658898b60ccd..1f24949db366 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlow.java index 121d19988f52..72ff0b3a855c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlowLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlowLRO.java index 2301a20773ff..4c9a87b64a55 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlowLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/AsyncTrainFlowLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlow.java index 9265bf22d454..2c620f449c02 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowFlowname.java index 577b8e8dfbc3..92cd1d035e55 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowString.java index 15377cf029d0..e505a84a0028 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/trainflow/SyncTrainFlowString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/AsyncUpdateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/AsyncUpdateFlow.java index d89a30714f0f..f748d26ea98f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/AsyncUpdateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/AsyncUpdateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlow.java index ef8249068f6c..640d00c652aa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlowFlowFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlowFlowFieldmask.java index a825ed7c1cb8..82b03dbb7af3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlowFlowFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/updateflow/SyncUpdateFlowFlowFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/AsyncValidateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/AsyncValidateFlow.java index 65ed7eb5dc6d..9ecd497e2db5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/AsyncValidateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/AsyncValidateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/SyncValidateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/SyncValidateFlow.java index 86eb76093e78..3f6043bdc19f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/SyncValidateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flows/validateflow/SyncValidateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flowssettings/createflow/SyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flowssettings/createflow/SyncCreateFlow.java index a7c265418f1c..9723673f8d91 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flowssettings/createflow/SyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/flowssettings/createflow/SyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider.java index 071cd144bf7b..b4b1e6161fa4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider1.java index 84e764c3c1d1..594c03df432e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetEndpoint.java index 42e0b2a47477..822b4a6ad5a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/AsyncCreateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/AsyncCreateGenerator.java index 53415cf39dc1..ef069f9550a5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/AsyncCreateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/AsyncCreateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGenerator.java index 159f5dabcde0..f01c03eb7de1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java index 98b2c7b3051f..2b2954ceadf6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorAgentnameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorStringGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorStringGenerator.java index 550268f56f23..5e4ecc111573 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorStringGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/creategenerator/SyncCreateGeneratorStringGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/AsyncDeleteGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/AsyncDeleteGenerator.java index cb00429c91fd..018d5728bcb8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/AsyncDeleteGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/AsyncDeleteGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGenerator.java index 3dfd955d5b90..951d41b9d0f3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java index 445787287a78..87b0db8ab6ae 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorGeneratorname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorString.java index 78dd85db4107..b91c459877f5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/deletegenerator/SyncDeleteGeneratorString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/AsyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/AsyncGetGenerator.java index e880a64294b0..49e17ca640e5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/AsyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/AsyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGenerator.java index 07002f263d8c..7aea9c4a440a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorGeneratorname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorGeneratorname.java index 2a04ab20144e..c793394af636 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorGeneratorname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorGeneratorname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorString.java index 9d71c21504da..df1cea2722af 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getgenerator/SyncGetGeneratorString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/AsyncGetLocation.java index e507061b6e7e..df740cc89127 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/SyncGetLocation.java index f29a6efb7713..6198e5845496 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGenerators.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGenerators.java index f226b8f6483d..e377ab956f17 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGenerators.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGeneratorsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGeneratorsPaged.java index 1bc4748aeb88..a2c37a2905c6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGeneratorsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/AsyncListGeneratorsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGenerators.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGenerators.java index 16dddbb610d7..54fcdea2ff78 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGenerators.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsAgentname.java index 25e30c26d2d6..69489cf81bff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsString.java index 50a96b19c47e..d377c9377d61 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listgenerators/SyncListGeneratorsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocations.java index f80fc2cea5b0..acbe4c7a802e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocationsPaged.java index dd765c27022c..2c73cf29aacc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/SyncListLocations.java index 81f937371171..1bf1d5395edb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/AsyncUpdateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/AsyncUpdateGenerator.java index 0974460ef456..ae7cf934acf9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/AsyncUpdateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/AsyncUpdateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGenerator.java index 5feafc38756e..959ab16fadbe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java index f8e3fbf984e7..102e85e99b80 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generators/updategenerator/SyncUpdateGeneratorGeneratorFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generatorssettings/getgenerator/SyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generatorssettings/getgenerator/SyncGetGenerator.java index 90f102b347d7..827dfc95ad23 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generatorssettings/getgenerator/SyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/generatorssettings/getgenerator/SyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider.java index ceba2c5450bf..e5c99869a3eb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider1.java index b304d3c32e79..837879c1fc7c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetEndpoint.java index fca64f08e813..a71cd2e42b49 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/AsyncCreateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/AsyncCreateIntent.java index 9d067d565873..2144516e2560 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/AsyncCreateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/AsyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntent.java index 9eb6888c6a6a..bac24c42edb2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java index 82f637a1487d..89572c6f59d4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentStringIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentStringIntent.java index 5bc3d960fb6f..fc62b41e1cbc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentStringIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/createintent/SyncCreateIntentStringIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/AsyncDeleteIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/AsyncDeleteIntent.java index d544f2d44d58..6296e8d646e8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/AsyncDeleteIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/AsyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntent.java index a43e3c83473f..2b9c44812022 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentIntentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentIntentname.java index 3492f99a45c5..31f23f1049a6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentIntentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentString.java index bc73e2bb2948..148742b052a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/deleteintent/SyncDeleteIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntents.java index 7c45b8e3f29b..6854d85db10a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntentsLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntentsLRO.java index 2fb3346fc606..e4e3b57e7c24 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntentsLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/AsyncExportIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/SyncExportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/SyncExportIntents.java index 30e30575c0c1..463a2346b890 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/SyncExportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/exportintents/SyncExportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/AsyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/AsyncGetIntent.java index ab0b1c9a0125..07bdc0420ce5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/AsyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/AsyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntent.java index 5160c364a5ec..b4452053b0f1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentIntentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentIntentname.java index 92054b89f9d1..8e84cbe7011f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentIntentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentString.java index 13aa06db8843..836d9c188420 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getintent/SyncGetIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/AsyncGetLocation.java index 2d999007df3e..0ce82e4e2097 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/SyncGetLocation.java index f304eaf6f4eb..8d13b7c23d3b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntents.java index ee63cf8c7df2..d88a03801910 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntentsLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntentsLRO.java index a587313bb645..2f78cfbb3529 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntentsLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/AsyncImportIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/SyncImportIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/SyncImportIntents.java index 646613600c64..0eb8d3e0a155 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/SyncImportIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/importintents/SyncImportIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntents.java index 8c380aac2f4e..ae1c84384ae4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntentsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntentsPaged.java index 2794ad8e686d..b8d5fb397fb3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntentsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/AsyncListIntentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntents.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntents.java index 3671300b48ea..7f5b2898a6fe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntents.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsAgentname.java index 8def1116e34f..285fb2a99ed8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsString.java index 22884d588fbd..029bc0a53fc3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listintents/SyncListIntentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocations.java index 1f957a158c9a..334a85a43de4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocationsPaged.java index 4cc829ca250c..763644791284 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/SyncListLocations.java index f18e99f307b2..2ea365182ea7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/AsyncUpdateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/AsyncUpdateIntent.java index 4e5a9da8d290..5f4ddbc7601c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/AsyncUpdateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/AsyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntent.java index 35a09ba7a376..692b45bf491c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java index 26b019607e09..8d5d4fd125f9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intentssettings/getintent/SyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intentssettings/getintent/SyncGetIntent.java index ffa1e65c209d..5d83cbe92d8b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intentssettings/getintent/SyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/intentssettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider.java index 7f63173710b9..ae1c996d0c2c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider1.java index c9c60729086c..1dab621644e2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetEndpoint.java index 4f79df12cbd4..f2e944bbedc8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/AsyncCreatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/AsyncCreatePage.java index 90b80d96102e..f14af00c42e3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/AsyncCreatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/AsyncCreatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePage.java index 785f381c63a2..20a0801f8542 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageFlownamePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageFlownamePage.java index a3f06134e6f5..aad6807f90ef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageFlownamePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageFlownamePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageStringPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageStringPage.java index 515853fa405c..bb9b472088a3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageStringPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/createpage/SyncCreatePageStringPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/AsyncDeletePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/AsyncDeletePage.java index 2d3d6dd6b0d3..de6eb3de90a1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/AsyncDeletePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/AsyncDeletePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePage.java index 1aae477c286b..22ec41a130d1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePagePagename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePagePagename.java index 2f872a45cb77..d7a048f91db8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePagePagename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePagePagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePageString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePageString.java index 080081a2b4e1..55a2afd31b59 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePageString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/deletepage/SyncDeletePageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/AsyncGetLocation.java index 0269231b64cb..6a28f58ab32d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/SyncGetLocation.java index c597c247b103..82fe4fce0bc8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/AsyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/AsyncGetPage.java index 52272ccdf547..2c9345bb571d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/AsyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/AsyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPage.java index 97983a48fd59..3765366d446d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPagePagename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPagePagename.java index 17ab6e453234..7df50aef3d79 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPagePagename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPagePagename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPageString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPageString.java index 7935c2a38d82..3ea8816f38dc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPageString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/getpage/SyncGetPageString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocations.java index ceb4603da613..f2f5bb6aac7c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocationsPaged.java index 5b66a22497fa..db113bf21f15 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/SyncListLocations.java index 79aaed50b970..cc95310645a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPages.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPages.java index cc25c6530650..6f9f4a0eb632 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPages.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPagesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPagesPaged.java index db0be87f076c..ae49aab6d200 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPagesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/AsyncListPagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPages.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPages.java index 50789f8c4516..0c66b6220c58 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPages.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesFlowname.java index 704d2c079657..f05cfd20b86d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesString.java index 8667cb61d709..e56863466182 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/listpages/SyncListPagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/AsyncUpdatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/AsyncUpdatePage.java index 5a36737e9e84..625d699e3291 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/AsyncUpdatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/AsyncUpdatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePage.java index 8c7f1f1ff319..ef03d678b348 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePagePageFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePagePageFieldmask.java index 344b645e59ab..bce2e8e98cb5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePagePageFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pages/updatepage/SyncUpdatePagePageFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pagessettings/getpage/SyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pagessettings/getpage/SyncGetPage.java index 7565a048d9bf..c30280df0370 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pagessettings/getpage/SyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/pagessettings/getpage/SyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider.java index 0af7966599c1..093f07f2a02b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider1.java index e5d6257a58ab..16661f92d8ec 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetEndpoint.java index d3a4ca0135f7..5dfcce97256f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/AsyncCreatePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/AsyncCreatePlaybook.java index 044d97b29be3..c4c021f92391 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/AsyncCreatePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/AsyncCreatePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybook.java index 7b01d09858ee..32a7d7b7fd4b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookAgentnamePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookAgentnamePlaybook.java index df4646443b6e..c9494f2eef54 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookAgentnamePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookAgentnamePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookStringPlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookStringPlaybook.java index 06c6ffb603b1..2e1850e314bb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookStringPlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybook/SyncCreatePlaybookStringPlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/AsyncCreatePlaybookVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/AsyncCreatePlaybookVersion.java index 466217d8082f..71138cfeff3e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/AsyncCreatePlaybookVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/AsyncCreatePlaybookVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersion.java index 7d7ebb1e6132..30f1e4fb1140 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionPlaybooknamePlaybookversion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionPlaybooknamePlaybookversion.java index 5336133688f6..db72ffe9a9f0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionPlaybooknamePlaybookversion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionPlaybooknamePlaybookversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionStringPlaybookversion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionStringPlaybookversion.java index 35b3d265be2d..3219fb221efb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionStringPlaybookversion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/createplaybookversion/SyncCreatePlaybookVersionStringPlaybookversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/AsyncDeletePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/AsyncDeletePlaybook.java index d559c547bb47..47212fe60f33 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/AsyncDeletePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/AsyncDeletePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybook.java index 14e699bcbc0d..af33338510ad 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookPlaybookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookPlaybookname.java index 2a6b6d16036e..acab25ceb90c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookPlaybookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookPlaybookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookString.java index 5eecb207000b..4c377ede37e8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybook/SyncDeletePlaybookString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/AsyncDeletePlaybookVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/AsyncDeletePlaybookVersion.java index d7895067c13a..04f5149a7bff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/AsyncDeletePlaybookVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/AsyncDeletePlaybookVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersion.java index 03a77ccda7db..1be577758bb9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionPlaybookversionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionPlaybookversionname.java index a78642c8bf7e..e254871915c0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionPlaybookversionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionPlaybookversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionString.java index a73da2466b2c..a3b031b4ff4f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/deleteplaybookversion/SyncDeletePlaybookVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/AsyncGetLocation.java index ed1bc46ce53e..61af922d43c0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/SyncGetLocation.java index bf83bffd3a16..ea525e7a58f9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/AsyncGetPlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/AsyncGetPlaybook.java index 4d5efab56743..ca10da9fb97a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/AsyncGetPlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/AsyncGetPlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybook.java index d340824d2b3b..b609bc443e3c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookPlaybookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookPlaybookname.java index 140fb2921d29..564d83c73d9a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookPlaybookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookPlaybookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookString.java index 648f8a94c404..f59070737634 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybook/SyncGetPlaybookString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/AsyncGetPlaybookVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/AsyncGetPlaybookVersion.java index 09df90a34094..77034dfa2f06 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/AsyncGetPlaybookVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/AsyncGetPlaybookVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersion.java index 9ac8db8b090e..f4eea815e420 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionPlaybookversionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionPlaybookversionname.java index c9adefc78506..b7a70176983c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionPlaybookversionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionPlaybookversionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionString.java index d6d835185abc..b101db972351 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/getplaybookversion/SyncGetPlaybookVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocations.java index 1df38a7d3988..cf3ec0eba59a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocationsPaged.java index deb76b2b6650..d9eac6256891 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/SyncListLocations.java index 3306f2819a5f..c066d8c95f49 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooks.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooks.java index 4bf304bbc0a0..11181ceff899 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooks.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooksPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooksPaged.java index 1a22bd9498d0..f78ce2c60b72 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooksPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/AsyncListPlaybooksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooks.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooks.java index dc2a1b404189..7176a9f2d1fb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooks.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksAgentname.java index dd09b0701b65..7185ab850d89 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksString.java index 3449df85f3e8..52de9e8aa4bf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybooks/SyncListPlaybooksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersions.java index 6b1d389d67e7..2ab5317223db 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersionsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersionsPaged.java index 0752cec7af1b..390fd4c032e2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersionsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/AsyncListPlaybookVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersions.java index fecaed496bac..54e00e0a11c2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsPlaybookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsPlaybookname.java index 1f4318d4c6af..0204d0501b56 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsPlaybookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsPlaybookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsString.java index 59f34fe81fe2..cd66bc91dd7d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/listplaybookversions/SyncListPlaybookVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/AsyncUpdatePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/AsyncUpdatePlaybook.java index 6f5cd1d43f04..285c28b7d124 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/AsyncUpdatePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/AsyncUpdatePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybook.java index 19647bbb6ea6..11a79ae5cace 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybookPlaybookFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybookPlaybookFieldmask.java index 731ee919df5f..ae5e87408421 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybookPlaybookFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbooks/updateplaybook/SyncUpdatePlaybookPlaybookFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbookssettings/createplaybook/SyncCreatePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbookssettings/createplaybook/SyncCreatePlaybook.java index fb08a6389e81..0f606023c7da 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbookssettings/createplaybook/SyncCreatePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/playbookssettings/createplaybook/SyncCreatePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java index a671b9a568db..b84d44bd236d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java index 962e16f6dd19..cedd016d40d1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetEndpoint.java index 0aae614836a0..ecbfcdce1bb3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java index 1f224fb76f8b..2a8f8c1a0be6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/AsyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java index fa687de7e41a..481a03b9ec93 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java index 843623270383..238a16fad2a2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsLocationnameSecuritysettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java index 825d0dd58d58..5fe53d8ac507 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/createsecuritysettings/SyncCreateSecuritySettingsStringSecuritysettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java index 857b5d122ee8..8a5db87ba93a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/AsyncDeleteSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java index f39cbb415b69..6f83c90ee7e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java index 204d39488b09..3ee773b8f2ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsSecuritysettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java index a39b879bc485..9efa22ac2c66 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/deletesecuritysettings/SyncDeleteSecuritySettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/AsyncGetLocation.java index 361f3b409060..0da45c24ab9a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/SyncGetLocation.java index 121e8e283bed..4726ccd90286 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java index 6e8a659f529f..d02f1767f60d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/AsyncGetSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java index 650cf7b914c7..8a25b046d22d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java index 56609248c77f..5e26b122e8d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsSecuritysettingsname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java index bd43753f2bce..2a0722cd7841 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/getsecuritysettings/SyncGetSecuritySettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocations.java index b8cb30a50126..2961fd282951 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocationsPaged.java index 1f7f7e49e562..873fd6aed769 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/SyncListLocations.java index 0c302ad3e2ed..d31d7518d8a5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java index 5047f5f65cbc..488dbf26f64e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java index d48aec91177d..9e1714449542 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/AsyncListSecuritySettingsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java index f422096576f3..11419295aa1f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java index 5ac4ee178e54..63f4dee252b9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java index e69aa6cf3ccd..2cd67fe4e8ec 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/listsecuritysettings/SyncListSecuritySettingsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java index 9819ff98e1d2..b36bd2bf8c36 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/AsyncUpdateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java index 0c2fff33019c..8de7b0490537 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java index 9a63850ea8b9..3f850d9b1a19 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservice/updatesecuritysettings/SyncUpdateSecuritySettingsSecuritysettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java index f7f6f974d774..b8f3a439a2e5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/securitysettingsservicesettings/createsecuritysettings/SyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java index ad0b0d809b28..6c28c68b8fee 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java index deef5f4e3438..d3d066ad79df 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java index edca740f819a..b78ec03bc98f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java index ab8095acf7fb..698642316369 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java index b8ced63e62d1..288a8fa0be8e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java index ad352bf16789..95596d8c920f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java index 93770cd920ad..425668a624de 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java index efed93078a57..10ee8f614ada 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java index 0633fefed6cc..3831e92e6afd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java index 92abfd11b002..76e092734bcc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java index 553d46577356..b9790ad30fa2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/AsyncGetLocation.java index 8bcc70d7aff9..19f9e29f0345 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/SyncGetLocation.java index bf7e24710e5b..ca79bb495a85 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java index 20e7602c1300..105e24bd6eee 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java index 0b92466d7fa8..da5d2c0ef712 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java index 10379d3240dd..1c547d00e56b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java index f3026607f4ba..a91eec5e19fd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocations.java index 4636bbb74424..7a82949fdb8b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java index 116b08312b90..921e56dd4b69 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/SyncListLocations.java index e7e5a226d70d..3086c3a2d24f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java index 6f1c83d687c6..c0e28524fe60 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java index 7aa0f0021982..b38949beace6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java index 86afa4208fa6..e4eabefe68ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java index 2352ec538e47..448d4bba2cad 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java index 4f9ea5717078..ae83c5fe56d2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java index 2debd324db96..1d33b44fe392 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java index 5ec3d81ba242..41c39eef500c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java index 90c1a0b9e555..801254207697 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java index c1b0f27a7b6e..dc238d6f627f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider.java index b6236180df76..e2d78283c619 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider1.java index 12411228385d..c6313094d1de 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetEndpoint.java index 6915613c9425..859de02fc57e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/AsyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/AsyncDetectIntent.java index e43daedc4835..0d6227a1136b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/AsyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/AsyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/SyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/SyncDetectIntent.java index 281bbc0bde60..626aea0cf63f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/SyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/AsyncFulfillIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/AsyncFulfillIntent.java index 2e1c9b42cb89..19b57a9d973c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/AsyncFulfillIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/AsyncFulfillIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/SyncFulfillIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/SyncFulfillIntent.java index 64cd65596bf6..94c462aefde3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/SyncFulfillIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/fulfillintent/SyncFulfillIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/AsyncGetLocation.java index fbb240d3c589..0e6f313ddbd7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/SyncGetLocation.java index 65df4dfff3da..f6a46b301cdc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocations.java index 4ce4abf9c96a..584446ac9185 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocationsPaged.java index 30a160aa0020..5c8ac4fcec59 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/SyncListLocations.java index 2a9a766d5421..eb84b50bde1e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/AsyncMatchIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/AsyncMatchIntent.java index 45dd44b49ddf..c1abab2e44fb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/AsyncMatchIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/AsyncMatchIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/SyncMatchIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/SyncMatchIntent.java index 1aa8d16913cc..e1ad9e79c4fe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/SyncMatchIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/matchintent/SyncMatchIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java index e7210a6907b4..9eb7dfd8efac 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/serverstreamingdetectintent/AsyncServerStreamingDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java index 41638364c142..0047a0bee655 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java index 56e2c33913e7..cb545fbf41b0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/AsyncSubmitAnswerFeedback.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java index 6da77c76dc66..09211ac4b977 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/submitanswerfeedback/SyncSubmitAnswerFeedback.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionssettings/detectintent/SyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionssettings/detectintent/SyncDetectIntent.java index d457ba7ae760..f4231697b740 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionssettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessionssettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java index f612e6674db7..04cd112a4573 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java index c36065c4933c..53f39d1db3e4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/changelogsstubsettings/getchangelog/SyncGetChangelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java index 88c42c12326f..b62448fd0f6c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/deploymentsstubsettings/getdeployment/SyncGetDeployment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java index 3b3b699dd17c..7c9cb4c486ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java index 4d276d47f269..f02317fae6a0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/examplesstubsettings/createexample/SyncCreateExample.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/examplesstubsettings/createexample/SyncCreateExample.java index 1db3aaf4f2e4..b436e083e413 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/examplesstubsettings/createexample/SyncCreateExample.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/examplesstubsettings/createexample/SyncCreateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java index 56171e02cfa9..9449338f86a8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/experimentsstubsettings/getexperiment/SyncGetExperiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/flowsstubsettings/createflow/SyncCreateFlow.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/flowsstubsettings/createflow/SyncCreateFlow.java index dd260e65f0cf..1242b1a9c38c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/flowsstubsettings/createflow/SyncCreateFlow.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/flowsstubsettings/createflow/SyncCreateFlow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java index b248edbe0c29..766ba488d7ed 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/generatorsstubsettings/getgenerator/SyncGetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java index ed141ff1ad48..47911689db08 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/pagesstubsettings/getpage/SyncGetPage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/pagesstubsettings/getpage/SyncGetPage.java index a79f69a388d0..61cacbf78587 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/pagesstubsettings/getpage/SyncGetPage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/pagesstubsettings/getpage/SyncGetPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/playbooksstubsettings/createplaybook/SyncCreatePlaybook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/playbooksstubsettings/createplaybook/SyncCreatePlaybook.java index 096ea31cdc52..d3ee36f5ab59 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/playbooksstubsettings/createplaybook/SyncCreatePlaybook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/playbooksstubsettings/createplaybook/SyncCreatePlaybook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java index 2a7b2f4e1648..f1d3d3b4d289 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/securitysettingsservicestubsettings/createsecuritysettings/SyncCreateSecuritySettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java index 082617dbeb23..c802b118fce2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java index 65c939ed93c1..34ca066b2c46 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java index 7aba636dc54c..73eb3f5faf34 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/testcasesstubsettings/batchdeletetestcases/SyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/toolsstubsettings/createtool/SyncCreateTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/toolsstubsettings/createtool/SyncCreateTool.java index 6a31b441b9e2..39268479b0c1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/toolsstubsettings/createtool/SyncCreateTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/toolsstubsettings/createtool/SyncCreateTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java index c46b45d99717..f226babbb90c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/transitionroutegroupsstubsettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java index 31bb65581641..764dcbfb1718 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java index 71bed012b097..ab1363ef58a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/stub/webhooksstubsettings/getwebhook/SyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java index 2861e2516137..590aa1211554 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/AsyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java index 80a76fc622bd..8351ec5afc4f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java index 77e8bf87451f..8b634141a048 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java index ad0aafdd7f28..522a5ede8e35 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchdeletetestcases/SyncBatchDeleteTestCasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCases.java index 0038cacaa929..f40dd8d750ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java index 39f19532323a..84ac9bcf0403 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/AsyncBatchRunTestCasesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/SyncBatchRunTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/SyncBatchRunTestCases.java index f4f909669870..b210b46d4abb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/SyncBatchRunTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/batchruntestcases/SyncBatchRunTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/AsyncCalculateCoverage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/AsyncCalculateCoverage.java index a86953a9fdeb..f0c27363f2ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/AsyncCalculateCoverage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/AsyncCalculateCoverage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/SyncCalculateCoverage.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/SyncCalculateCoverage.java index bdfd903d72cc..a9b9ec330661 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/SyncCalculateCoverage.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/calculatecoverage/SyncCalculateCoverage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider.java index 4a5fab7f328e..3964e37f9180 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider1.java index 4e0ba4b2de7b..bae59aef4f94 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetEndpoint.java index 8e31289b114c..06c3382438e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/AsyncCreateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/AsyncCreateTestCase.java index f44702a77e60..29126fd45656 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/AsyncCreateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/AsyncCreateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCase.java index f93cddf22ff2..c9de1e60f204 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java index b8f28c02d5b1..19dde7f45b98 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseAgentnameTestcase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java index fda2aaf0629d..1425f925ba75 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/createtestcase/SyncCreateTestCaseStringTestcase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCases.java index 6f02c5c471e9..f2593c7676e6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCasesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCasesLRO.java index 16b1ea6e0e25..d5870e5c8737 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCasesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/AsyncExportTestCasesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/SyncExportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/SyncExportTestCases.java index bc568375db1d..ae74fc1feb53 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/SyncExportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/exporttestcases/SyncExportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/AsyncGetLocation.java index 5fc79d97d86c..77d945a46a74 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/SyncGetLocation.java index 1b52e970b606..8912cc37e2ef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/AsyncGetTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/AsyncGetTestCase.java index 159d39a660ce..c732506e98c9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/AsyncGetTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/AsyncGetTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCase.java index 78b944e17c2b..13dac5bcc3e2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseString.java index e69cf79781a3..c3fc5d5add37 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseTestcasename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseTestcasename.java index e0edd52a56c4..2ee1ca46373b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseTestcasename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcase/SyncGetTestCaseTestcasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/AsyncGetTestCaseResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/AsyncGetTestCaseResult.java index f6e9bf6ea216..5b6d36760ebb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/AsyncGetTestCaseResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/AsyncGetTestCaseResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResult.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResult.java index b7770906e24d..50064718ca5f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResult.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultString.java index 967c9d31e5e8..412c0fb4914f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java index 79cef751c53b..a848731f09c6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/gettestcaseresult/SyncGetTestCaseResultTestcaseresultname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCases.java index cf15e2fe54a5..9c56307aeadc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCasesLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCasesLRO.java index 0e3b17602fdd..5a80736485b6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCasesLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/AsyncImportTestCasesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/SyncImportTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/SyncImportTestCases.java index 7a1457b0d406..98e570a24f7b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/SyncImportTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/importtestcases/SyncImportTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocations.java index a1faa2e9915c..9784b4a1296c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocationsPaged.java index cf2c6905c46a..9b4b38964860 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/SyncListLocations.java index ba500054bbb4..f63b040bfa89 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResults.java index 3ac858849235..7963ef4fb037 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java index 2a91ffb97869..476ff56668be 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/AsyncListTestCaseResultsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResults.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResults.java index 06c6a9986804..788d71e25032 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResults.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsString.java index 9e19e051935a..0bcff4aba6bf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java index 5f74302f69cd..b71636e03e42 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcaseresults/SyncListTestCaseResultsTestcasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCases.java index fd81a4f34516..4599989274d8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCasesPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCasesPaged.java index 731cb8487e6a..4c7eebb5bc3c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCasesPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/AsyncListTestCasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCases.java index 1ce66e8f85b7..ca2d09b996a6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesAgentname.java index a35c345eb018..c24480d1ef2f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesString.java index 2a36f8043599..2828367048bc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/listtestcases/SyncListTestCasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCase.java index 43dde5abc536..a709053736f4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCaseLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCaseLRO.java index b4600e38c728..9738f2c370ff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCaseLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/AsyncRunTestCaseLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/SyncRunTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/SyncRunTestCase.java index 5f059cc7a975..263747aab1d5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/SyncRunTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/runtestcase/SyncRunTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/AsyncUpdateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/AsyncUpdateTestCase.java index 7660c1b1d314..a531671133aa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/AsyncUpdateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/AsyncUpdateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCase.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCase.java index a5fa9054cc34..41e5d5b2d5c3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCase.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java index 9fe2069ac130..9ddf05768241 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcases/updatetestcase/SyncUpdateTestCaseTestcaseFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java index 4e0643dc7bd6..61f1a87ee654 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/testcasessettings/batchdeletetestcases/SyncBatchDeleteTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider.java index 675a26c074e7..5b4e16c86e2e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider1.java index 9f1bb628e1d2..d81d24660939 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetEndpoint.java index 6a6c8635cf91..dce93e55b864 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/AsyncCreateTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/AsyncCreateTool.java index d2452c0d38b9..0e38e5f5110d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/AsyncCreateTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/AsyncCreateTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateTool.java index 6f4be21678de..7737024cb2ff 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolAgentnameTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolAgentnameTool.java index 9d645c900eee..25172e829882 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolAgentnameTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolAgentnameTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolStringTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolStringTool.java index b63c296cd569..81fe618510b1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolStringTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/createtool/SyncCreateToolStringTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/AsyncDeleteTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/AsyncDeleteTool.java index da2403bbfcba..841ee387bcc9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/AsyncDeleteTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/AsyncDeleteTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteTool.java index f1c007d27327..3b656efe97aa 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolString.java index f595afa05adc..857602299236 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolToolname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolToolname.java index 695ca1831b8a..b097664903ef 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolToolname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/deletetool/SyncDeleteToolToolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportTools.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportTools.java index ecaef40525b3..b89c2a6e7c76 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportTools.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportTools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportToolsLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportToolsLRO.java index 0ceea175db30..44261ec3a9d0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportToolsLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/AsyncExportToolsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/SyncExportTools.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/SyncExportTools.java index 286d123b61fc..bb4b66ad89d2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/SyncExportTools.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/exporttools/SyncExportTools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/AsyncGetLocation.java index e1afa186c073..9809e94e303d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/SyncGetLocation.java index 6b4e56a2db38..5e8b9bbce0c2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/AsyncGetTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/AsyncGetTool.java index be501f27359e..696d410c89af 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/AsyncGetTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/AsyncGetTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetTool.java index bd7d9df8a313..945ef2047772 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolString.java index 7fbf98809586..8fda0e648196 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolToolname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolToolname.java index e607645455a7..0faa6b9739c3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolToolname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/gettool/SyncGetToolToolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocations.java index f0c2c4563d8d..af7283f340e0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocationsPaged.java index 7f17236b48f0..c499b113fcd4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/SyncListLocations.java index 081682f71924..acf3f65e4483 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListTools.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListTools.java index 0b60a83ae802..53176de18115 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListTools.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListTools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListToolsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListToolsPaged.java index 5dd4717fa57c..8e4c37c8dc30 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListToolsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/AsyncListToolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListTools.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListTools.java index a0ebf09adb2b..5e92c0af601d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListTools.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListTools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsAgentname.java index 3544a93cfcde..63a4f2641edc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsString.java index 6d50dcf213f2..9bde770f2628 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/listtools/SyncListToolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/AsyncUpdateTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/AsyncUpdateTool.java index a5328e25136d..6d65761f3be4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/AsyncUpdateTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/AsyncUpdateTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateTool.java index a955db4d5d6d..7e7876e88a7a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateToolToolFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateToolToolFieldmask.java index 0a00cf4d4568..c925cd65b67e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateToolToolFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/tools/updatetool/SyncUpdateToolToolFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/toolssettings/createtool/SyncCreateTool.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/toolssettings/createtool/SyncCreateTool.java index ce4b96804874..3aac4e2f8882 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/toolssettings/createtool/SyncCreateTool.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/toolssettings/createtool/SyncCreateTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java index 5d9a2be6e836..04596b6e13c3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java index 6660ccbc570b..cb208f82fb86 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetEndpoint.java index 962491dc1e19..7de6c3bb9044 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java index 3c4135395f9d..6b4c95d31629 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/AsyncCreateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java index 3c1b2f8a7cc7..3569f0a92abd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java index 9b1a6400a491..1326ee946806 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupAgentnameTransitionroutegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java index 39760765cdf7..d96870111101 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupFlownameTransitionroutegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java index 6ee806db619a..b91f59cda483 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/createtransitionroutegroup/SyncCreateTransitionRouteGroupStringTransitionroutegroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java index 7ff2777bcb92..9052ccea5c4d 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/AsyncDeleteTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java index 4b179c0dcb39..919db3e5b89e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java index a7f8e284012a..fc270b21fd09 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java index bc2603466129..f5090c21055c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/deletetransitionroutegroup/SyncDeleteTransitionRouteGroupTransitionroutegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/AsyncGetLocation.java index 92f119765da9..76f98bb551ca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/SyncGetLocation.java index a99ecbf8872e..e7d4ed17fb5a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java index e08db655e71d..bb6e95d96cc6 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/AsyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java index 4c28f8c0900f..8ba35873358a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java index 20a873e01da7..3c878d32fe11 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java index 746cc357a0c0..766803c54cfe 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/gettransitionroutegroup/SyncGetTransitionRouteGroupTransitionroutegroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocations.java index 119eba967d1d..58048696973c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocationsPaged.java index 74a761617fb9..8dbf4d1ea80f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/SyncListLocations.java index 7e7c54900d2e..23c20a13c53b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java index c643d3736252..083a07a6a8eb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java index eb2a01db3e7a..445b6fde6634 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/AsyncListTransitionRouteGroupsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java index 751cdddc664a..237bb3a51e5c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroups.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java index c067f4c37e77..924da3e68ba7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java index cb8b344ce1d9..820ed5e85734 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java index c942e7f22d9d..54b494a771de 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/listtransitionroutegroups/SyncListTransitionRouteGroupsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java index 6fb58436c2f9..0655bb11bac4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/AsyncUpdateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java index eca3a5602346..77522d2c0746 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java index 7426a32ca88b..26737fb6923b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroups/updatetransitionroutegroup/SyncUpdateTransitionRouteGroupTransitionroutegroupFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java index 8ef54fb7a636..be5155b527ce 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/transitionroutegroupssettings/gettransitionroutegroup/SyncGetTransitionRouteGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/AsyncCompareVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/AsyncCompareVersions.java index 780c113eb038..d7b569691d0a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/AsyncCompareVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/AsyncCompareVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersions.java index a88b434d782c..996d86486d9f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsString.java index 7beb589fc7ac..dad0abc43edf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsVersionname.java index 3fcefdd1417a..7128260960f7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/compareversions/SyncCompareVersionsVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider.java index 47d56f4f18ef..40dfb787f77c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider1.java index f3a76e547140..d02db0d4d4e1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetEndpoint.java index 0a2ecb42b055..a5e77fd7ba8a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersion.java index ee8bcbe96d0f..9e3c07c824b1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersionLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersionLRO.java index beb4f66c1c4b..ee8ae38f7f9a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersionLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/AsyncCreateVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersion.java index 3b42fefbc2ed..0341454b2efb 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionFlownameVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionFlownameVersion.java index c6d11eea98c9..0218e2d66d5e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionFlownameVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionFlownameVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionStringVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionStringVersion.java index ffb516cb4bb9..90f519c46e5e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionStringVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/createversion/SyncCreateVersionStringVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/AsyncDeleteVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/AsyncDeleteVersion.java index 64e8ee333cea..739d5fc82306 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/AsyncDeleteVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/AsyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersion.java index e46adb6adbc8..9750d465007e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionString.java index 0999408a185f..2af7bb368844 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionVersionname.java index 7b82b46034a9..ddc590368ecc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/deleteversion/SyncDeleteVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/AsyncGetLocation.java index 341c4bbece61..87255a5d4979 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/SyncGetLocation.java index cea7a73913bf..ea37e9433446 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/AsyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/AsyncGetVersion.java index 93371449c27b..ede2d123388c 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/AsyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/AsyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersion.java index 00d4544a1c26..b33a9f088645 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionString.java index a398f5466b41..3b63995b85ea 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionVersionname.java index be067d152c87..7254665e073a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/getversion/SyncGetVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocations.java index c58bd3a4132f..42f8a12a2506 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocationsPaged.java index 6ae28c8c2dc8..b714555c300f 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/SyncListLocations.java index 7630e45a13b9..91e8020df442 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersions.java index a6de673014d3..260f097b8fd0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersionsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersionsPaged.java index 0e711375623d..3d2271fa73e5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersionsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/AsyncListVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersions.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersions.java index 9883068cf25f..2f4bbf98d2f1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersions.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsFlowname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsFlowname.java index bda89f6fbd46..e34005ba106a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsFlowname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsFlowname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsString.java index 823d33b67a8e..9a56f1ba3694 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/listversions/SyncListVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersion.java index f5e1671844c8..6b65c4510caf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersionLRO.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersionLRO.java index 5d57530e7e89..5fe726a5db36 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersionLRO.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/AsyncLoadVersionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersion.java index 825c58507830..15bacc848f7a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionString.java index 66dfb29f38a3..ecb25d2d2572 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionVersionname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionVersionname.java index 799457237ddf..01e5cc39af2e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionVersionname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/loadversion/SyncLoadVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/AsyncUpdateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/AsyncUpdateVersion.java index 733edd8ac76b..6cf714aad79b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/AsyncUpdateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/AsyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersion.java index 6af359e11469..e93e35e117b9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java index 1f1fea0c7b3a..1936ef98f9c0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versionssettings/getversion/SyncGetVersion.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versionssettings/getversion/SyncGetVersion.java index b3bd7b57c6ae..1c75a2b697d3 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versionssettings/getversion/SyncGetVersion.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/versionssettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider.java index 23a80cefc32e..3727f05459a1 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider1.java index e86b77e46738..6db1c96ea1cc 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetEndpoint.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetEndpoint.java index 42974ca7636a..0ba3ca0921a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/AsyncCreateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/AsyncCreateWebhook.java index 5dd2056f759f..757b7b8f34b2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/AsyncCreateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/AsyncCreateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhook.java index ff41cb20559f..9cd1b1453dd8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java index 337d1a28beb3..8461fa819fd5 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookAgentnameWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java index 5f6d892dd680..6229c4b13abf 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/SyncCreateWebhookStringWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/AsyncDeleteWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/AsyncDeleteWebhook.java index db7a997ed40f..d7a60a5038b2 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/AsyncDeleteWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/AsyncDeleteWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhook.java index e37ba9eb96b5..6bff7552ebf9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookString.java index caa33ab348fc..87dfbc4feaca 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java index 7366a68944f7..00b132aedcf8 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/deletewebhook/SyncDeleteWebhookWebhookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/AsyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/AsyncGetLocation.java index 761972ad69a7..6ba02b5f9ac0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/AsyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/SyncGetLocation.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/SyncGetLocation.java index c55bf7694831..75aefee34648 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/SyncGetLocation.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/AsyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/AsyncGetWebhook.java index 0209583d8541..65e3da1fd16a 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/AsyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/AsyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhook.java index 994e0788fd5a..96ab52bf4a3e 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookString.java index caa6bc07d6be..87648160bd33 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookWebhookname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookWebhookname.java index 072107f5ccc4..9221642d11e0 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookWebhookname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/getwebhook/SyncGetWebhookWebhookname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocations.java index 9d5442346b35..7eaa643f7be9 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocationsPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocationsPaged.java index 4d32c16bc559..383b7b44f795 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/SyncListLocations.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/SyncListLocations.java index 469a13665534..53a30451e170 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/SyncListLocations.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooks.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooks.java index a0499e4d2e21..c0b185dc0483 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooks.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooksPaged.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooksPaged.java index 8fd3210da3f4..00b740ceb56b 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooksPaged.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/AsyncListWebhooksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooks.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooks.java index c5ff8381a5a6..514243f7d5af 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooks.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksAgentname.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksAgentname.java index 514705607cfc..d66d8e9e0c72 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksAgentname.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksString.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksString.java index 0a38a55db96f..b0e4e29c45e7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksString.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/listwebhooks/SyncListWebhooksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/AsyncUpdateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/AsyncUpdateWebhook.java index 50bee9a95d19..7f83b57104b7 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/AsyncUpdateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/AsyncUpdateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhook.java index d490381968c4..7734b6067bac 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java index 86611d0e37ad..d9a98f7da1a4 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/SyncUpdateWebhookWebhookFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhookssettings/getwebhook/SyncGetWebhook.java b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhookssettings/getwebhook/SyncGetWebhook.java index 6a8f4f085400..0b166e335efd 100644 --- a/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhookssettings/getwebhook/SyncGetWebhook.java +++ b/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhookssettings/getwebhook/SyncGetWebhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/README.md b/java-dialogflow/README.md index 36025b3ab367..588b95750337 100644 --- a/java-dialogflow/README.md +++ b/java-dialogflow/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.40.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.41.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsClient.java index 53cd325bf546..cf7d6179b054 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java index 4be6866c64ea..621c3ca84121 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -202,7 +202,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AgentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AgentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsClient.java index 329d2d7bd041..079eaab2327b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsSettings.java index 93c9b13dce8a..9628d7098f62 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -143,7 +143,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AnswerRecordsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AnswerRecordsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsClient.java index 6f07670a9951..fe3cbbccea93 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java index 4f5988650f3c..6ac165f7de38 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -162,7 +162,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ContextsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ContextsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClient.java index d45c282cef7b..690af6a91a7c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsSettings.java index b4478c6316ae..8789d9422ac5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -200,7 +200,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationDatasetsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationDatasetsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsClient.java index 6d44c9425ea2..61b204122fee 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsSettings.java index 1cbf4c57bca0..e8a18a710441 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -244,7 +244,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationModelsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationModelsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesClient.java index b857fccfef6d..0d4f4301abe7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesSettings.java index b50e012c7829..ffdc42d60c81 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -207,7 +207,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationProfilesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationProfilesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsClient.java index 7ca9deed4204..d6279d735b2b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsSettings.java index b5075492a6d4..1ae11c89f6e7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -179,7 +179,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsClient.java index 36b76d51f88c..be17278293f9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsSettings.java index 3eec132a2b5a..96a2d9593fa2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/DocumentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -211,7 +211,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DocumentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DocumentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesClient.java index d2459e76470d..33c16f5236b5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java index 110761e8f720..786b84a279ff 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -219,7 +219,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsClient.java index a82729fb6a53..9c14ffd403c3 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsSettings.java index 617c20155be5..bfb66a1bb5b5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -167,7 +167,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EnvironmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EnvironmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsClient.java index 5e71b93e8e91..a45ca0698c79 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsSettings.java index d46f7aca142c..3f89965ea52a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -140,7 +140,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FulfillmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FulfillmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsClient.java index 9382afe4bba7..2a6e7f06a99f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java index cbe1596c89af..ed59a0042728 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -182,7 +182,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IntentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IntentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClient.java index 4c462b04bdbb..9076a4c43138 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesSettings.java index d5ee7fedc37e..8608e29512c7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBasesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -162,7 +162,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return KnowledgeBasesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return KnowledgeBasesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsClient.java index d556870e9bf4..6c293c462031 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsSettings.java index 608f2affe4f1..fe1e50a8598c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ParticipantsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -183,7 +183,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ParticipantsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ParticipantsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClient.java index 78f54bc59747..25d91fe9c2c7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java index 09e2acf55a62..5d1a52690864 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -167,7 +167,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionEntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionEntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsClient.java index b58fd619b691..de2f12e13d2f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java index aa500f107913..b23c667e4bf1 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -141,7 +141,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsClient.java index 477b3015180d..1e9cc99fa028 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsSettings.java index 8b3b317f9cd5..9e45d2546aa7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/VersionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -157,7 +157,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VersionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VersionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java index 57a0ae7b1aaf..37ebcd57a48e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStub.java index a9797aff2fbe..8b2d1837ef88 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java index d4032209cb49..0cb7c0f730a6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -406,7 +406,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) @@ -414,7 +413,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStub.java index 583647578466..67953ed6478b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStubSettings.java index f7c534707286..02f9cc5f5da5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AnswerRecordsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -329,7 +329,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -338,7 +337,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStub.java index 81b265d3e1c0..f40a659a2a7f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java index 867fcb95202e..5a302dcf0792 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -347,7 +347,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ContextsStubSettings.class)) @@ -355,7 +354,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ContextsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStub.java index 87f60c85d313..b23c46fa91c7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStubSettings.java index 7c953d3e48cd..f9c6015a485f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationDatasetsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -424,7 +424,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -433,7 +432,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStub.java index c90bb9c24857..480553fab54b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStubSettings.java index d993155815dc..65128070d92f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationModelsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -568,7 +568,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -577,7 +576,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStub.java index 4688b6a52527..7b13da57ff01 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStubSettings.java index 9658bc2ab89a..e736ef28e665 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationProfilesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -430,7 +430,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -439,7 +438,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStub.java index 63646d35d4ab..b7e0fbb0965c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStubSettings.java index 762b4388cb5c..70dd46b3e1b2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ConversationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -442,7 +442,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -451,7 +450,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStub.java index 55b42e995a55..848fa935e80c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStubSettings.java index 84ab09af5a4c..f53295c9183d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/DocumentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -418,7 +418,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DocumentsStubSettings.class)) @@ -426,7 +425,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DocumentsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStub.java index a7d3700de63b..8af7d28689b1 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java index 8a8964a05ccb..aeae76fc7884 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -436,7 +436,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -445,7 +444,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStub.java index 3e1247734214..875ba1a13070 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStubSettings.java index 487b7130a482..9ae226e2d317 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EnvironmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -423,7 +423,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -432,7 +431,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStub.java index 4cc33e982244..24c5b914c044 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStubSettings.java index 3e4199175f28..6f838a373af0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/FulfillmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -261,7 +261,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -270,7 +269,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsCallableFactory.java index 2fc3c5161db1..13c4057c72e4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsStub.java index d550c68b3208..b2c550b494fd 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsCallableFactory.java index 4947508bd12e..a43d2b7c3743 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsStub.java index 9c7ece6a6b09..1258fe9875dc 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcAnswerRecordsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsCallableFactory.java index 11d674ab9afd..387b033b8e11 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsStub.java index ad949ce91f2a..a9cfa2fc9917 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcContextsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsCallableFactory.java index 541631412c89..309dc09127e9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsStub.java index 1cd6676ae5d3..d45d781d32e0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationDatasetsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsCallableFactory.java index 90a8a6ba9e9b..efac49de6992 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsStub.java index 3d7ae5459a49..0dc0173ce1ff 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationModelsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesCallableFactory.java index 530d265df74c..d546f4db3edb 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesStub.java index bd027a87f12d..2a37dda7415f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationProfilesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsCallableFactory.java index d97e2683567e..63cbda164e2a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsStub.java index 3c04df988be3..d47b04bf8318 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcConversationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsCallableFactory.java index 0d1ffef64347..20eec1c809e2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsStub.java index 034e3e71f1c8..40f9b991547a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcDocumentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesCallableFactory.java index aff7cf99bf2e..18a8e26b89d1 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesStub.java index cece386e9a1e..494e29e29979 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsCallableFactory.java index 8baae82ae043..af7948498b43 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsStub.java index c63dc969cb91..a12543a44466 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsCallableFactory.java index 92dc08e15736..59392d83ffff 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsStub.java index 7a353b9fce96..f843d64112ff 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcFulfillmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsCallableFactory.java index 05b1215cc472..09f4da383b0a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsStub.java index ecd34a48d8f6..0ec8ee09f153 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesCallableFactory.java index 4d4208ed0de5..82e95cf45b71 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesStub.java index 6f7566953907..3d27db3dd2d4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcKnowledgeBasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsCallableFactory.java index fcf29f93e75b..416bbd28ebc3 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsStub.java index 3aae7de53c5b..29f88c949238 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcParticipantsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesCallableFactory.java index 0a129b685cd6..e8d7a6e1fc04 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesStub.java index ecc14d9dd6ca..38af2022d599 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsCallableFactory.java index 475844a2c6cd..5bb636edcbf6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsStub.java index 1cbb02d9b052..d20fa96b4338 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsCallableFactory.java index 9f3deeefdfd8..038f9e9a5135 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsStub.java index 1c57d86c1d66..c66d13fa094e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/GrpcVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsCallableFactory.java index 8ab7b2aedd32..792053e1375d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsStub.java index 51286b351c1a..5c1a3b56773a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsCallableFactory.java index 3f3283139b73..04cf980af7a6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsStub.java index 325dfbec3d8e..4ef0f7f4b551 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonAnswerRecordsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsCallableFactory.java index 69693f627986..a772357e8fa6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsStub.java index 5c783cb0c0ef..4673028af0e9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonContextsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsCallableFactory.java index 36c5c23d59fd..794dac1198c0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsStub.java index 5a7a4777ab36..282188e5493c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationDatasetsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsCallableFactory.java index c7b916c95fcc..8887a00ee900 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsStub.java index feed89ecb90b..dc9a6ac0e4bb 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationModelsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesCallableFactory.java index d54283299d31..e9e4d733fb6c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesStub.java index 8b30728b6096..9bf9815a62fb 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationProfilesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsCallableFactory.java index ff0896b726f8..5cec0f1509e2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsStub.java index 38830ec99882..176d9861f3aa 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonConversationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsCallableFactory.java index ca1a9c394186..574355eb1f5a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsStub.java index d8a074ec703a..2851698bcc2a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonDocumentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesCallableFactory.java index 164e9bdb44ec..7a970f3312bc 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesStub.java index 1f16611c49ee..1ead76b05e5e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsCallableFactory.java index 0b15527cf9e9..b12bc7c30c7e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsStub.java index 78dc0baa1f08..46fc4e642699 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsCallableFactory.java index 03bf0eb9cfc4..4b5afb522f12 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsStub.java index 97cd5981efa5..ab7ba6b97ddb 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonFulfillmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsCallableFactory.java index 90cc9cd181ae..b67ab2a31ed5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsStub.java index 873c57ff44af..b6837ea9a72e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesCallableFactory.java index e47ea8a78b9f..d6949886d2e1 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesStub.java index 0eaf35fd823c..b42c12d59e83 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonKnowledgeBasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsCallableFactory.java index 9931e5ba33f8..6f6d178cfb58 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsStub.java index adf8bf9018d8..034359a1ad08 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonParticipantsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesCallableFactory.java index b00537fd02e3..002e6edf6ef7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesStub.java index 45bf85623c63..c47cfa244bf2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsCallableFactory.java index 220b9064996d..1ed1c0d69291 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsStub.java index 2f3e1943e2f9..0aff4b0363c0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsCallableFactory.java index 59e0878ab55f..547185e432bf 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsStub.java index 388c37e3c338..6057e479e440 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/HttpJsonVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStub.java index afbefe707bde..c2294b86bb06 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java index 8afa65b6c2a6..97ee1bb79574 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -376,7 +376,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) @@ -384,7 +383,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStub.java index 140242adab2d..9ec3ca08aa00 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStubSettings.java index be5ae7a420b9..47d19caca2e7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/KnowledgeBasesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -354,7 +354,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -363,7 +362,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStub.java index a351bcc568de..8b1100138e45 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStubSettings.java index 0a1747bc7288..d313a97fb5a7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ParticipantsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -391,7 +391,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -400,7 +399,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStub.java index f5466d47aa45..a3337ccbba05 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java index ce27bd19a1c1..cee60cb41015 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -372,7 +372,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -381,7 +380,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStub.java index e9f58ace6d18..7b7b2fa19e04 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java index b7d77941e89f..9ecb90075690 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -264,7 +264,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) @@ -272,7 +271,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStub.java index 63d79e3f3054..73f5f9e2c7d6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStubSettings.java index 698511874169..c146594084b6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/VersionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -340,7 +340,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) @@ -348,7 +347,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsClient.java index 8b7be874e75f..d4fd4a904093 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java index fbc40b2f7884..9cc04a176680 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -203,7 +203,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AgentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AgentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClient.java index 04772745a186..350908f7c062 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsSettings.java index 3acbafe33344..9448962ace41 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -154,7 +154,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return AnswerRecordsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return AnswerRecordsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsClient.java index 2c913082959b..a2d78786a1be 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java index eab19d7c71c1..959287bc1095 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -163,7 +163,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ContextsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ContextsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClient.java index 9be68a2cd11f..6dbb0fdb699e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesSettings.java index 8344ad2acafc..269ff199a1a9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -208,7 +208,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationProfilesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationProfilesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsClient.java index 484abcee3dd4..1eaf0d67a77f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsSettings.java index 28cd66a9e868..15d0c8807aa7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -186,7 +186,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsClient.java index 178fe14702d7..649663f1b18c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java index c81f8cabbb7f..eb87d80a2a04 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -201,7 +201,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DocumentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DocumentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClient.java index fa73b951ef9c..3666419ffd51 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java index 0a1b708bba04..9d54f5aeb0df 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -220,7 +220,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClient.java index 1b4d726684e9..fcf39299daf2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsSettings.java index 057dd59ee9dc..cba9e17b015d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -168,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EnvironmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EnvironmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClient.java index 3d155b509606..8dfdb7d732e7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsSettings.java index 4fbd6e9f0698..ba6ba11dc3c2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -141,7 +141,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return FulfillmentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return FulfillmentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsClient.java index 4ece485b1257..351648fd6735 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java index a48a757095c4..4b40a0d61765 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -183,7 +183,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return IntentsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return IntentsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClient.java index bdd89765cfbe..cb74ccb97a84 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java index 5b6ecf62677a..9cfc833a5384 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -163,7 +163,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return KnowledgeBasesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return KnowledgeBasesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClient.java index 947d681bf44e..adfd1037d755 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsSettings.java index 2a3a708ab24c..ff2659741228 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -208,7 +208,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ParticipantsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ParticipantsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClient.java index 6d32f554c4f5..1bfa452ce10b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java index e7ff08a93877..7a22f45d16bb 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -168,7 +168,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionEntityTypesStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionEntityTypesStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsClient.java index cdf5f396c469..2f85113efe64 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java index 1f8ecc23ff62..d19e5022649a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -142,7 +142,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SessionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SessionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsClient.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsClient.java index 940dfb1b3a25..fbdf55b03eed 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsClient.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsSettings.java index 262aea5bb694..bf3316572f1c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return VersionsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return VersionsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java index 267f3c66076c..1c89eda5a298 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStub.java index c5bb870d56b8..69f781a92e4b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java index 4525c712581d..7e3c0fc8a191 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -407,7 +407,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) @@ -415,7 +414,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(AgentsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStub.java index 406c619f27cd..5ec5541ef4ae 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStubSettings.java index 9eb26ad951bc..008c69bfe8ae 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AnswerRecordsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -342,7 +342,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -351,7 +350,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStub.java index 7767482711a9..197a28bd660b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java index 31b870fe7797..67d3464fbd46 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -348,7 +348,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ContextsStubSettings.class)) @@ -356,7 +355,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(ContextsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStub.java index 042aff548a49..7439b361dfc3 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStubSettings.java index ccaf75993c0b..12cdfe7dfaf0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationProfilesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -431,7 +431,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -440,7 +439,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStub.java index 78f40d706208..acd68f3c8053 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStubSettings.java index 0fe7a47332c6..4d7929d087e7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ConversationsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -453,7 +453,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -462,7 +461,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStub.java index 72b454249556..259d90a4932e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java index 411219aff08c..6c44b95ba9c7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -404,7 +404,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DocumentsStubSettings.class)) @@ -412,7 +411,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DocumentsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStub.java index b41fe1034f3c..25694fbb7671 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java index abc445891c59..14535701e109 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -437,7 +437,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -446,7 +445,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStub.java index e77021dc8b8a..ae029ca189bb 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStubSettings.java index 979e4afc8503..f7e9ccf1222d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EnvironmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -424,7 +424,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -433,7 +432,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStub.java index a2c129b2961c..63db04ffa6ae 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStubSettings.java index 52756de684f3..94e889e95b43 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/FulfillmentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -262,7 +262,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -271,7 +270,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsCallableFactory.java index 2cf814c3d696..afdfecef61b1 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsStub.java index 585fd4d30ada..9da9a879fa38 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsCallableFactory.java index e62621443c30..d34eecaafffe 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsStub.java index 83f1a9a03bde..cbe1b0c98968 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcAnswerRecordsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsCallableFactory.java index 770da6ed4109..faf84aa08d7b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsStub.java index 9d904a513bc4..f17c11e7a40d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcContextsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesCallableFactory.java index b6db06bc64ee..ea457f218653 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesStub.java index 1f8d826a09b5..ae9fa8a78cd6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationProfilesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsCallableFactory.java index 646e07fd7ff4..515c689a13e9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsStub.java index 13afb56fd35d..a5816d0ed5b9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcConversationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsCallableFactory.java index 715a94d794b9..6ba66beb1818 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsStub.java index 97854bff9214..34d1de5c14a4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcDocumentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesCallableFactory.java index 37b96faaac05..a3891aefe98f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesStub.java index 1edf6ec48c9a..ff0f917c9cda 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsCallableFactory.java index 626a7bab3ec8..b01f7a66501e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsStub.java index 51d37a7e7cfa..f398859f7548 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsCallableFactory.java index c7a5f82a5115..bb713104fb72 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsStub.java index 58c393504e63..85436debe650 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcFulfillmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsCallableFactory.java index a61311613c82..19ad84f4b697 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsStub.java index a15030b7bd67..05f8c3cd8ea2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesCallableFactory.java index 3a4f3ec0b18a..c484e089344e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesStub.java index 5ee4b19a85d6..809886e8ce52 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcKnowledgeBasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsCallableFactory.java index ea0e1ae5d144..4f02906a18e6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsStub.java index d6c1f0d9f346..18882a67863a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcParticipantsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesCallableFactory.java index a4f977c0d832..61264961a868 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesStub.java index 428bfc96eefa..342ff76a23a9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsCallableFactory.java index 887ad6e40c14..beba45c22369 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsStub.java index 658f2422988e..19d604a8cbde 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsCallableFactory.java index a52731423cf2..b0b9368b45a0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsStub.java index 94f7780ee9b5..2eb6772cea69 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/GrpcVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsCallableFactory.java index 78a2d6004e61..bca17953d7b3 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsStub.java index b2203f909749..00ce82ef0ab4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAgentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsCallableFactory.java index 104d7d45735e..f3a776b311db 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsStub.java index 3ceeeb5c4cce..9fbe0c59fb87 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonAnswerRecordsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsCallableFactory.java index 0333457c4cd6..d7911e4c866e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsStub.java index b85cee7501ac..eccd7e8f3e45 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonContextsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesCallableFactory.java index f22f676062e8..b25593ad4288 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesStub.java index 763fe701c286..4befc27b863e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationProfilesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsCallableFactory.java index a78b2961ea54..04c7c31469b4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsStub.java index e8e41dfc9862..2e65bf779123 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonConversationsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsCallableFactory.java index 32acb118d276..f67de64619e5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsStub.java index 2c22dca3ddc1..e13cd9780045 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonDocumentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesCallableFactory.java index 7624722f6b8c..89db13ffa6e5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesStub.java index 53aefe779bfc..22ccfd830cd5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsCallableFactory.java index 226849ee67cf..1f6155033e32 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsStub.java index 199319e5b659..984f39897a4d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonEnvironmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsCallableFactory.java index 012a1afe134f..d882b4e7a8ac 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsStub.java index 0436928c6eac..b0d31c9f3e3c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonFulfillmentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsCallableFactory.java index 867e85b515d2..f73e2d3de8e4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsStub.java index 6e6ae5e7d3c8..48f9d8542604 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonIntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesCallableFactory.java index c8978a3e138b..c19ef63ba269 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesStub.java index ccf64500f76b..9baa7ddc5dab 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonKnowledgeBasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsCallableFactory.java index f2a02d0df804..9f2f8d29469f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsStub.java index df1aae812dbc..dcb27507a56c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonParticipantsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java index 6ec156b51b81..fe03c6281dd2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesStub.java index 0954af73f7f7..ed7be17366c8 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsCallableFactory.java index a6c8dd2a2bbd..09e324388c53 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsStub.java index b4a52600d6d7..abeb89beba46 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonSessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsCallableFactory.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsCallableFactory.java index 16504dc7eaac..89f21761fd62 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsCallableFactory.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsStub.java index a511eb2fb2b1..9f9fe3813026 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/HttpJsonVersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStub.java index 0ba0caa8778e..09ed345a6095 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java index 36622595ff43..e707cd72dbe8 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -377,7 +377,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) @@ -385,7 +384,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(IntentsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStub.java index 2e752d7f1752..e6c9c51198a5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java index b73e3d127e6e..36f5d0dd22d6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -355,7 +355,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -364,7 +363,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStub.java index 7325d431eccb..1ec9dbd4ca2a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStubSettings.java index 1eacfd44c379..18331ed6d635 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ParticipantsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -482,7 +482,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -491,7 +490,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStub.java index dbd5fa78a46b..6a78e4dd783c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java index 1d9d1119a11f..02c703fd605b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -373,7 +373,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -382,7 +381,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStub.java index dc8baedece3b..8e2f43e9539a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java index 864834df8e73..329755753e7c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -265,7 +265,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) @@ -273,7 +272,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(SessionsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStub.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStub.java index 3ccf996da8ce..718567ec7f66 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStub.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStubSettings.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStubSettings.java index db01aa447295..3e674535ac80 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStubSettings.java +++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/VersionsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -341,7 +341,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) @@ -349,7 +348,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(VersionsStubSettings.class)) diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientHttpJsonTest.java index a2de07b157e5..95e3c7d297bf 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientTest.java index e97dd9a7c9b9..9fc9124f2d2c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AgentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientHttpJsonTest.java index 6a4622734ef2..360feae53fb0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientTest.java index 5379fc119fa1..392b534a0703 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/AnswerRecordsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientHttpJsonTest.java index 204548a842d5..bf9f2c3e305b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientTest.java index 226355ab7822..cf811342dc88 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientHttpJsonTest.java index 6d5bea00d146..ce7f78c34cfa 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientTest.java index c8408162a62d..0ca737b1423e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationDatasetsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientHttpJsonTest.java index 0dd907cf770d..b2caa5130904 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientTest.java index ed06be396d32..ad92a1bc1c7b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationModelsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientHttpJsonTest.java index 235fad1c60dc..48bbae9fd247 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientTest.java index 54e9aeaa02a4..25f897784357 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationProfilesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientHttpJsonTest.java index 7bb90ae63c9a..71f4c473fb30 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientTest.java index fefca1ddc167..4907e7672a84 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ConversationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientHttpJsonTest.java index f3c9637ee9aa..ebf810df926d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientTest.java index 4e072764b435..6d899c0e0c0b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/DocumentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientHttpJsonTest.java index 8f5146aef7d1..89b4ff7be17d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientTest.java index a3eb9fbca1bc..2e2ecafa1354 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientHttpJsonTest.java index 8b0587e144f3..e8adbf5bdde8 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientTest.java index 52768e843363..e6dffa7714c4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/EnvironmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientHttpJsonTest.java index bd8bac199287..ed37d517a5ab 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientTest.java index 9c682689c713..38f7152a713e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/FulfillmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientHttpJsonTest.java index 6f67d3e9a18e..3cb061fd6b0b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientTest.java index 1b147eb6aac9..1395baa1e137 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/IntentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientHttpJsonTest.java index 18da6f5efb50..27bfd12faf4f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientTest.java index a823677c9e5b..76ed9b17bf3e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/KnowledgeBasesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgents.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgents.java index 3fb77f9704c2..ff239fe65187 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgents.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgentsImpl.java index 661067d20012..ff1065138484 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAgentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecords.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecords.java index d52dd4ea8550..198f3ce68222 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecords.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecords.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecordsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecordsImpl.java index 590496968d43..364ba639ef36 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecordsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockAnswerRecordsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContexts.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContexts.java index 1d35e1611d6e..099ee84de869 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContexts.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContextsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContextsImpl.java index f8fc4bd10059..01815012fa5d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContextsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockContextsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasets.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasets.java index 971a906c3982..dc722c2a3f3e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasets.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasetsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasetsImpl.java index 81e16268cab0..662baf4ed023 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasetsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationDatasetsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModels.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModels.java index 29f22034901b..38ac2d53256f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModels.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModelsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModelsImpl.java index 48694a8ab7f4..ec47e8bbe043 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModelsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationModelsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfiles.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfiles.java index 2ea27a66154c..c5d486202877 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfiles.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfilesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfilesImpl.java index 0702bd251096..0799cb52b6e2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfilesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationProfilesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversations.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversations.java index d65fd696ea2c..c9b395e63524 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversations.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationsImpl.java index bb4b8d459298..2a4b2cd4cd16 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockConversationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocuments.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocuments.java index 3cdff4a7ff75..8d3e462ed4d6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocuments.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocumentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocumentsImpl.java index b49d06d603c7..7e16e79e153c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocumentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockDocumentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypes.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypes.java index 22fc9c5715ff..38a958ca2a81 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypes.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypesImpl.java index d438704aeed7..03370e2ab02d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironments.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironments.java index 0e52ab394d07..58734ea768dd 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironments.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironmentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironmentsImpl.java index b6feddb25a97..ecb5f31f81f3 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironmentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockEnvironmentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillments.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillments.java index dd390a8d3598..ce6f19d343b9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillments.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillmentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillmentsImpl.java index 030a5f7de955..479ff1f56b85 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillmentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockFulfillmentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntents.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntents.java index 2765dd9ee1c5..368de9f584df 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntents.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntentsImpl.java index 7020106dad99..acca0828b0be 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockIntentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBases.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBases.java index 24fb1478cc77..afcd60e53321 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBases.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBasesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBasesImpl.java index 39c9ce7cc5cd..4cbd36361d7b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBasesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockKnowledgeBasesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocations.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocations.java index 603063318701..49bf52aa9ab7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocations.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocationsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocationsImpl.java index 5022a27106cc..97e52ab1f48b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocationsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipants.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipants.java index c75d2750a526..2a905d9d5fdc 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipants.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipants.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipantsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipantsImpl.java index 5259d4a93e14..e18820649b1a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipantsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockParticipantsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypes.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypes.java index 32a0fe4dc4fb..8a802b2f8826 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypes.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypesImpl.java index 66a562daabac..9fb8b9759380 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessions.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessions.java index 82bb0348d4df..22533f198199 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessions.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionsImpl.java index 240b0f198a5a..7dc0c10f2f8e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockSessionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersions.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersions.java index 841312c2adf9..a7d6233a77f5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersions.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersionsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersionsImpl.java index b9415791e763..735c44aa8144 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersionsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/MockVersionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientHttpJsonTest.java index bee279181588..13ba18b6ce40 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientTest.java index d6044e10c353..51cb20cc5ead 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ParticipantsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientHttpJsonTest.java index ae50eedc2137..641af7a22e6b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientTest.java index 5e20ee4d9a75..204dc4e659f8 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionEntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientHttpJsonTest.java index 06129eab88b2..c505cd422353 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientTest.java index 4725326c460a..1fc8e90f5408 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/SessionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientHttpJsonTest.java index 83069f9bc8b6..a6eb29f16cbc 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientTest.java index 9b17394e7755..a25baea63502 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/VersionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientHttpJsonTest.java index 34618f4ba803..753ec7372f09 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientTest.java index 08ea03e93f69..cbc7d8ca185b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AgentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientHttpJsonTest.java index 627434f38537..368c0ef8b955 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientTest.java index ec0d9125d1b7..a30668043404 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientHttpJsonTest.java index 2abfb9044213..fb2264c844fe 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientTest.java index 9bb5a33e27ac..cf33f9d323b9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ContextsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientHttpJsonTest.java index 3ecff5b5446c..bb1c97037ac0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientTest.java index f4a2ac834173..3e55148a23f8 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientHttpJsonTest.java index bba3ec4fe3a6..f55d0216fab4 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientTest.java index c1bc8c46f8e0..ac0db551706f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ConversationsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientHttpJsonTest.java index debd164c1d4e..6c316edca592 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientTest.java index 34710de1b63d..674f7e80b2f8 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/DocumentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientHttpJsonTest.java index a8305edfb5e4..e7e85a40540f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientTest.java index 21a72c5a89e4..c8972cc496f9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientHttpJsonTest.java index 4a4d513f5375..50622d085f47 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientTest.java index f482af4762a8..d245518f3949 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientHttpJsonTest.java index 308986acdd02..d657354fa54d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientTest.java index 61e21a12af7c..e4317a8a25b7 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/FulfillmentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientHttpJsonTest.java index dcaa840afa15..40f22398f01e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientTest.java index 8127c4321047..cc23407cb154 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/IntentsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientHttpJsonTest.java index 6f17edd2065f..6f94602614f9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientTest.java index b4a725ee9b6b..600eea74bbef 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgents.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgents.java index aaf85aa1ba59..2707a01e61b6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgents.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgentsImpl.java index 51ab86ebd79e..afea556a0079 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAgentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecords.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecords.java index 0e743e9e3d11..2633abecf4c2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecords.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecords.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecordsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecordsImpl.java index 5e5a3c9d6d1f..e19844e2101e 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecordsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockAnswerRecordsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContexts.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContexts.java index 10480d1080eb..01b987e6382f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContexts.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContextsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContextsImpl.java index 2a3b10c6e9d2..e6b2d40ecb11 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContextsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockContextsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfiles.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfiles.java index cb28f84a6243..4f0f5e1036e6 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfiles.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfilesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfilesImpl.java index d7d63d8c539c..9b692e812a6d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfilesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationProfilesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversations.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversations.java index 466984bea7d7..195f0ea4b974 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversations.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationsImpl.java index 0ca3ddf5d694..693e19f933c5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockConversationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocuments.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocuments.java index cbc2ff2d34b4..633ae10555dc 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocuments.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocumentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocumentsImpl.java index 66c2d00c0a10..a4bab18a111c 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocumentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockDocumentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypes.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypes.java index 1288fbc39ba7..9a5113f48c5d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypes.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypesImpl.java index da9dcf192999..f86fe3ac6fb3 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironments.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironments.java index c579e43b413c..a7cbbe71eb7a 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironments.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironmentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironmentsImpl.java index c650e7dd5a9b..e6ea0f17648f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironmentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockEnvironmentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillments.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillments.java index c0798f46d847..f67af4352dbe 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillments.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillmentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillmentsImpl.java index 821ecf0bf361..b8e54d4dda1b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillmentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockFulfillmentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntents.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntents.java index c7aa0ba5ef70..21a193a0f3a5 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntents.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntentsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntentsImpl.java index 01d0b0de7372..08f357a50522 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntentsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockIntentsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBases.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBases.java index 56bcbee00000..34f01ac4181b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBases.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBasesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBasesImpl.java index 132bb706bef4..d8550b6bf9ec 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBasesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockKnowledgeBasesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocations.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocations.java index 1cd8d17a3ff2..edcf69e7be62 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocations.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocationsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocationsImpl.java index 681e049d5cb3..2a96aa32ca90 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocationsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipants.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipants.java index c3b058acec1a..ecb135d2e16f 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipants.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipants.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipantsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipantsImpl.java index e3427404519a..a066b48d3b35 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipantsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockParticipantsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypes.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypes.java index c39cfb87025e..36d188db59f9 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypes.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypesImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypesImpl.java index de14e5d94d6b..50e02f56a035 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypesImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionEntityTypesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessions.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessions.java index 7bdd4aba8ed9..ffa5d5da2b0b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessions.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionsImpl.java index 396d228987e4..eff4b9d5034b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockSessionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersions.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersions.java index 9ff956f00bb5..236680c2d2d1 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersions.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersionsImpl.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersionsImpl.java index 20f9f4b286b3..0d8117831804 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersionsImpl.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/MockVersionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientHttpJsonTest.java index 1cbcc190ca4d..59a685137f36 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientTest.java index e2cd89117945..d43b8a76401d 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/ParticipantsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientHttpJsonTest.java index c6b09be78c27..a1c250171a30 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientTest.java index fd822e073522..81ce1fb7cb5b 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientHttpJsonTest.java index 661e6431b955..350d5cddaae0 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientTest.java index 7b0cc802ba71..5d6d05f86eb2 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/SessionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientHttpJsonTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientHttpJsonTest.java index daa22c744496..ebea84143d37 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientHttpJsonTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientTest.java b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientTest.java index d106dac251e6..e94ccc87df59 100644 --- a/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientTest.java +++ b/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2beta1/VersionsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AgentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AgentName.java index 172a5195b7b8..31fb005cfebd 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AgentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AgentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordName.java index 359bef1dc58b..708b97cc811a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnswerRecordName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextName.java index f3bba75da2b9..d81ad47d0b6a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetName.java index 3f46eae8d7e0..0a50f7273da2 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationDatasetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelEvaluationName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelEvaluationName.java index 0d6d618d43ff..9f00936cb078 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelEvaluationName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelEvaluationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelName.java index 2c620e081de9..0ede7ddfba18 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationName.java index 49b0596ca3bf..85e94c6b15ed 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileName.java index d1c15fe91297..d02996cd7a54 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DocumentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DocumentName.java index 74f7b2a04bb2..da211d19a03b 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DocumentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DocumentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EntityTypeName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EntityTypeName.java index 9f0aace34d4e..6be46b656292 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EntityTypeName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentName.java index 1b1b720960b9..df0e98ab9991 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EnvironmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentName.java index c957d019ae0f..d5e4584defd4 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/FulfillmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/IntentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/IntentName.java index cd9981e00d00..cb477e5e5694 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/IntentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/IntentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBaseName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBaseName.java index d27ae4b939d0..ae98be071d69 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBaseName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/KnowledgeBaseName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/LocationName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/LocationName.java index 78fc708b2e18..60d3b6090841 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/LocationName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/MessageName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/MessageName.java index 01633ec841d2..d7a78566048b 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/MessageName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/MessageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantName.java index 93f4d7d6f92a..594019ce80f2 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ProjectName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ProjectName.java index e7e1aaa01960..7a6965b74be9 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ProjectName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypeName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypeName.java index 2f8af6aa544e..ee0f714d3afa 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypeName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionName.java index fbb56f9e25c1..58d782e4711b 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/VersionName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/VersionName.java index ae8aaef440e9..5556023a5f66 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/VersionName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/VersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java index 15afdef86244..900d830619f7 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordName.java index fad3a8e4a47d..593909170106 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextName.java index b7ed4cc30213..39ef2bff001d 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationName.java index 5e37867fb0b2..f4cb79c8b4e9 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfileName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfileName.java index 2e9c038434f9..fad67a7021cd 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfileName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfileName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentName.java index 14f03a6055b1..9875e7d1dc22 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypeName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypeName.java index 0601392ea192..9c6a4f299a19 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypeName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentName.java index 5f878d5150c8..a017fb377cc4 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentName.java index 4ee885bcafd0..546eb19df6d6 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/FulfillmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentName.java index c80847673765..78ec101e968c 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBaseName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBaseName.java index fcc02e75437a..fc7247562df7 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBaseName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBaseName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/LocationName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/LocationName.java index 04cb500a7150..7ff1e9eb9d03 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/LocationName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/MessageName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/MessageName.java index 2b7bc106300a..00fb64f563bd 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/MessageName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/MessageName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantName.java index 6cffe86010a1..aa8c50ea9501 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ProjectName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ProjectName.java index 394118890d27..27d524ebd3b5 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ProjectName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypeName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypeName.java index 77b63c95b794..a70abf69eb2f 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypeName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionName.java index 592dc888fd66..a5ad8e8a057a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionName.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionName.java index be298075f13d..62a028d0850a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionName.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/VersionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider.java index c2ec348519a7..8f9ac5f1cb08 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider1.java index 95068c5517a7..dc7d50577e29 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetEndpoint.java index e7dd9f46a1a0..a06d6bcbcf05 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/AsyncDeleteAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/AsyncDeleteAgent.java index fe248640169d..995f1935aa9f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/AsyncDeleteAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/AsyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgent.java index 785153ef5055..ee12092439e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentLocationname.java index ccdf237fe4be..3b38a7cb2699 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentProjectname.java index 9b4920a1329a..d91a37788814 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentString.java index 7147560ed65d..1669b9329922 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/deleteagent/SyncDeleteAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgent.java index 6121fdc192c5..09cd3cfc5558 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgentLRO.java index 17172f86b523..6b5aab0600b2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/AsyncExportAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgent.java index 911219ba644a..efe14bfe0a45 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentLocationname.java index f9ef3d9e13e6..65fec7f72e6f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentProjectname.java index 63c6481e38fa..9f9f56442a5c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentString.java index 5b89a59d8cac..9b394b95b70d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/exportagent/SyncExportAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/AsyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/AsyncGetAgent.java index bfe1fe93fcff..2f530f5adbe3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/AsyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/AsyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgent.java index 2f81384a3d61..4fb1486297f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentLocationname.java index dfb468f3704e..1a013be33424 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentProjectname.java index 0f309e17d89f..c17257a9a6b8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentString.java index 141d1b7491b3..4a1500f36755 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getagent/SyncGetAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/AsyncGetLocation.java index e4833a78ad5b..3ac902cc6960 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/SyncGetLocation.java index b999e47feea5..1184ed6ca0ff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/AsyncGetValidationResult.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/AsyncGetValidationResult.java index eac47ca80602..acd485c08bb0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/AsyncGetValidationResult.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/AsyncGetValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/SyncGetValidationResult.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/SyncGetValidationResult.java index 956d9a3c13b7..6b5cda7cf6f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/SyncGetValidationResult.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/getvalidationresult/SyncGetValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgent.java index 4efb8a5ede11..18a328e90e40 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgentLRO.java index f307324b29f1..56001d8583ba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/AsyncImportAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/SyncImportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/SyncImportAgent.java index b3f2ad94c026..36766d4a371e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/SyncImportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/importagent/SyncImportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocations.java index aa4748ca7a2d..bc37629661ea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocationsPaged.java index e68150455faf..99b42161595d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/SyncListLocations.java index 9e5f1a1df189..c524cf6fe3bb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgent.java index ade07e6fc14e..4320f0996f08 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgentLRO.java index 2134aca8b9d5..d517b5756aba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/AsyncRestoreAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/SyncRestoreAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/SyncRestoreAgent.java index d3375e8e55e8..c5d993493a3e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/SyncRestoreAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/restoreagent/SyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgents.java index afdf51d181a9..7a32966fc1de 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgentsPaged.java index 89d1e7b8b1bb..6cd7aadf797d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/AsyncSearchAgentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgents.java index 60e4a98883d9..2f8465978bd8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsLocationname.java index c80b77af3e68..2bce6054d832 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsProjectname.java index 060cfff7288c..f3bcfe16eea4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsString.java index b966ae692a0b..53f5cee26c68 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/searchagents/SyncSearchAgentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/AsyncSetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/AsyncSetAgent.java index 0105e8dcda75..476f676bd6e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/AsyncSetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/AsyncSetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgent.java index fcd02ed4223e..ea26f28a6502 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgentAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgentAgent.java index 7b386eec5ec5..1e82653cec21 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgentAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/setagent/SyncSetAgentAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgent.java index a71e5d03877f..29e81c7018b0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgentLRO.java index 3687c3814870..81571aa79404 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/AsyncTrainAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgent.java index 5369e16ef2cd..d7cfbde64028 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentLocationname.java index 68524fbf67f8..cfec22e9e065 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentProjectname.java index b79374764c3c..2b68d7e23f2b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentString.java index 7d4fc0b44646..9c8b23e148e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agents/trainagent/SyncTrainAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agentssettings/getagent/SyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agentssettings/getagent/SyncGetAgent.java index 8cd4d86e711c..688da698c0dc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agentssettings/getagent/SyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/agentssettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider.java index fc94b626f678..7b923935f10e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider1.java index cb0e6bc8ff59..6926c88ad1d9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetEndpoint.java index 4ec30f73a525..33d18a7a14ac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/AsyncGetLocation.java index ce9026448033..ad497768acdb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/SyncGetLocation.java index ba3e0661baad..aa6dd64b18d8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecords.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecords.java index 95bb9dac58da..438924cf4918 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecords.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecords.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java index 0ebee8ba64d3..44168e7ba82b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecords.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecords.java index e7ff8cafb21b..e5b844c8e260 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecords.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecords.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java index 201680b61050..3edc4afb0f48 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java index a53d08ee180d..5394342cb7cf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java index 02edaf25d9e4..de962deafd5c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocations.java index 7641a84e13b6..9e449fdc78c2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocationsPaged.java index 8ce5101de41c..c4472be4c55b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/SyncListLocations.java index bffa87437615..6be2435987a6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java index f757aeff2678..bf9d8e309735 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java index dea6ccfbc1b8..61ef36d04222 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java index 19c4d2cdf66e..5a7dbfb177a0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecordssettings/updateanswerrecord/SyncUpdateAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecordssettings/updateanswerrecord/SyncUpdateAnswerRecord.java index 06359e0ff485..55d258e4b09e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecordssettings/updateanswerrecord/SyncUpdateAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/answerrecordssettings/updateanswerrecord/SyncUpdateAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider.java index 86a7d208049b..8ddb757db7ff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider1.java index 8f1821928144..10b8af915e7a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetEndpoint.java index 6cf860fbde22..813a9a1e0e30 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/AsyncCreateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/AsyncCreateContext.java index 3991b1194f29..718601df30f1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/AsyncCreateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/AsyncCreateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContext.java index e887f722c221..11a6a9b96f37 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextSessionnameContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextSessionnameContext.java index 56b619b9b5d8..17f864ac6052 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextSessionnameContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextSessionnameContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextStringContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextStringContext.java index 80ec473b12eb..8acda31eb510 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextStringContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/createcontext/SyncCreateContextStringContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/AsyncDeleteAllContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/AsyncDeleteAllContexts.java index 2408d283a7e6..26523786c815 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/AsyncDeleteAllContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/AsyncDeleteAllContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContexts.java index 67ff7682c536..17279444d1d1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java index 19749b391987..930f781da029 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsString.java index 3ddcd044f5e7..19d867d1b034 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deleteallcontexts/SyncDeleteAllContextsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/AsyncDeleteContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/AsyncDeleteContext.java index fd971c9d0a56..be09933eb2d5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/AsyncDeleteContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/AsyncDeleteContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContext.java index 452db559574c..dc37413ae513 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextContextname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextContextname.java index cbc6d0c1f042..c954aefa761d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextContextname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextContextname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextString.java index ed333bdfab98..ac3ece1fc8dc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/deletecontext/SyncDeleteContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/AsyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/AsyncGetContext.java index cb0260117fb6..0bb5eb01dd07 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/AsyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/AsyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContext.java index 48c5a827ad6c..16b955b36969 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextContextname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextContextname.java index f82ce9bc74df..85373b66e24a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextContextname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextContextname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextString.java index 50adace68003..ec6a1ef0784a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getcontext/SyncGetContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/AsyncGetLocation.java index 2268b440837e..ab0ea682a36a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/SyncGetLocation.java index 3c0e6023911b..50f691560056 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContexts.java index 715bb3aeca18..d7440d51c9ac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContextsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContextsPaged.java index 5a008bed8ad1..c9bd58234490 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContextsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/AsyncListContextsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContexts.java index 595e15ea0c28..9ca87de6e929 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsSessionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsSessionname.java index 0a7c2fd56f86..142ba9808892 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsSessionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsString.java index e72fd05c7418..729168c2d303 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listcontexts/SyncListContextsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocations.java index e424df5ed310..cead17d78be8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocationsPaged.java index 4576b579745e..680c6ed46ce8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/SyncListLocations.java index ddf1741b0dbd..76693f08502f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/AsyncUpdateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/AsyncUpdateContext.java index 5d91d51f2283..b96e2f4c172e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/AsyncUpdateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/AsyncUpdateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContext.java index f8b19b3a72e8..336e7a3ca1ce 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContextContextFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContextContextFieldmask.java index 7a4e9071d250..780ba2f2ecf2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContextContextFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contexts/updatecontext/SyncUpdateContextContextFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contextssettings/getcontext/SyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contextssettings/getcontext/SyncGetContext.java index 1cedc633421d..8036e4306c25 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contextssettings/getcontext/SyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/contextssettings/getcontext/SyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider.java index 64f785bcee2b..f2e957a1f074 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider1.java index 83f768698a17..5f4c3dea570f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetEndpoint.java index ec833d47377b..b5afa6110403 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDataset.java index 89ab1d5e56fd..cc06e44407ba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDatasetLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDatasetLRO.java index bbecfb9e555c..65cb0755dde2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDatasetLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/AsyncCreateConversationDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDataset.java index 2342ed068123..75599826c58e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDatasetStringConversationdataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDatasetStringConversationdataset.java index 1b5b66a7a703..aa85cf3082b3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDatasetStringConversationdataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/createconversationdataset/SyncCreateConversationDatasetStringConversationdataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDataset.java index 811869e67d4a..acfb8bfb9309 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDatasetLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDatasetLRO.java index 136a61460e86..66ae1c41fd85 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDatasetLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/AsyncDeleteConversationDatasetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDataset.java index c4011c82f64a..c9db26e23d3e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetConversationdatasetname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetConversationdatasetname.java index 99e2300a2633..cc6abbcbc611 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetConversationdatasetname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetConversationdatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetString.java index fdb2016a337c..2813c7c1dea0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/deleteconversationdataset/SyncDeleteConversationDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/AsyncGetConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/AsyncGetConversationDataset.java index 9444794dc6a9..9f8f0854347d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/AsyncGetConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/AsyncGetConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDataset.java index e0ea877c4a60..7d847c25fb55 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetConversationdatasetname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetConversationdatasetname.java index 210d7c51e764..12e2f22b5096 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetConversationdatasetname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetConversationdatasetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetString.java index ec163420e91e..e2c78c65d6a8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getconversationdataset/SyncGetConversationDatasetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/AsyncGetLocation.java index b4ca43eb1581..5b9f7aff40ec 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/SyncGetLocation.java index 2689f328ed89..8c61bf5a32c9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationData.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationData.java index b6ea2ae9885f..877285a70d51 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationData.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationDataLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationDataLRO.java index 5cc7c2794a62..28027f6aa065 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationDataLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/AsyncImportConversationDataLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/SyncImportConversationData.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/SyncImportConversationData.java index f016ede63b14..1403b1f62353 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/SyncImportConversationData.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/importconversationdata/SyncImportConversationData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasets.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasets.java index 09cd72473b58..9f5080e293b1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasets.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasetsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasetsPaged.java index 80d3cab332fa..637cefb275eb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasetsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/AsyncListConversationDatasetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasets.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasets.java index 206efb3bb7f6..47b0864af68f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasets.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsLocationname.java index efc7ef56a3ac..83bafb419509 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsString.java index 4b6707659e16..ff3ca73a91da 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listconversationdatasets/SyncListConversationDatasetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocations.java index 30d562c3c966..0a60ef4b13b9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocationsPaged.java index c0784f5fa907..a1051335571e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/SyncListLocations.java index 615d98eb91f6..e13b4fbc4d71 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasets/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasetssettings/getconversationdataset/SyncGetConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasetssettings/getconversationdataset/SyncGetConversationDataset.java index 3a3675b6998f..d2ec9244ff78 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasetssettings/getconversationdataset/SyncGetConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationdatasetssettings/getconversationdataset/SyncGetConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider.java index d5599c1ce103..98361592d008 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider1.java index f2aae08f9831..6387808bab47 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetEndpoint.java index bd6883e5813e..6cc244d5ddc7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModel.java index 680f1b439be4..723a384818d4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModelLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModelLRO.java index ed93780f5ac6..9a4070979df7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModelLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/AsyncCreateConversationModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModel.java index 21f0dc1f0e9d..631f1795fe15 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModelStringConversationmodel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModelStringConversationmodel.java index 69ec711490c9..9269b22bcb1f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModelStringConversationmodel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodel/SyncCreateConversationModelStringConversationmodel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluation.java index 69473cabb9d7..50109d0a5681 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluationLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluationLRO.java index 596cb7a596a1..4b6bde46b4e8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluationLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/AsyncCreateConversationModelEvaluationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluation.java index 2779e999838d..986d1ad2e538 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationConversationmodelnameConversationmodelevaluation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationConversationmodelnameConversationmodelevaluation.java index a1686b62d5dc..5b8edfb91279 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationConversationmodelnameConversationmodelevaluation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationConversationmodelnameConversationmodelevaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationStringConversationmodelevaluation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationStringConversationmodelevaluation.java index 201414c593e9..3763cc1d6be0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationStringConversationmodelevaluation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/createconversationmodelevaluation/SyncCreateConversationModelEvaluationStringConversationmodelevaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModel.java index 3ff6645fc1e8..d574b5fe89a0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModelLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModelLRO.java index 09ee47b71174..08d8ec84e3d1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModelLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/AsyncDeleteConversationModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModel.java index 4e86f365dfb7..47b0dd4a11e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModelString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModelString.java index 9870e87acd3c..4396086bb76c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModelString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deleteconversationmodel/SyncDeleteConversationModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModel.java index 38c0ec8c4004..0a2b0fb568d2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModelLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModelLRO.java index 0c5487ba68b4..addd8ac199ed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModelLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/AsyncDeployConversationModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/SyncDeployConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/SyncDeployConversationModel.java index 70dd05c0b060..efb20dfbd8d2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/SyncDeployConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/deployconversationmodel/SyncDeployConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/AsyncGetConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/AsyncGetConversationModel.java index 33b3fa44ffc0..77755cd556ad 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/AsyncGetConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/AsyncGetConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModel.java index 2b83577e7903..de8c70065dbf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModelString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModelString.java index e54f945bcd94..edf1bf695d64 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModelString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodel/SyncGetConversationModelString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/AsyncGetConversationModelEvaluation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/AsyncGetConversationModelEvaluation.java index ce65ffa75a09..c66ce87527f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/AsyncGetConversationModelEvaluation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/AsyncGetConversationModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluation.java index 3ef6feabdbb5..1133c26fbc5f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluationString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluationString.java index 99cb8752fadf..4e93cfc25f6e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluationString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getconversationmodelevaluation/SyncGetConversationModelEvaluationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/AsyncGetLocation.java index 9324f9873a58..1c0251d7b084 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/SyncGetLocation.java index 55d51827a497..7698cb6e9d2a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluations.java index bfc5d7670b7a..2884c858d1dc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluationsPaged.java index b9c0be0bb457..57a41fb7746b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/AsyncListConversationModelEvaluationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluations.java index 9b34c4c55a24..dabcca0f2e84 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluationsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluationsString.java index b818553844f3..2ad7a1c6bd91 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluationsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodelevaluations/SyncListConversationModelEvaluationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModels.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModels.java index 60a37b1952c8..74bf6a60fbdc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModels.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModelsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModelsPaged.java index c63c57388cb7..291b9a87b495 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModelsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/AsyncListConversationModelsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModels.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModels.java index da810f0bb777..29ff69d15ca9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModels.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModelsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModelsString.java index 47edb9852c76..a9a564320d06 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModelsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listconversationmodels/SyncListConversationModelsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocations.java index b5224cd0a638..03dc3b774ad5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocationsPaged.java index bdd60571f6b2..c8706215d7b4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/SyncListLocations.java index 1bb4bfb873ce..e731a2254456 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModel.java index 8485603136a9..48a5c05f5b63 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModelLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModelLRO.java index 7d2039a99f68..891879dba9dc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModelLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/AsyncUndeployConversationModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/SyncUndeployConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/SyncUndeployConversationModel.java index 14c6382a615a..1d720e2b4766 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/SyncUndeployConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodels/undeployconversationmodel/SyncUndeployConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodelssettings/getconversationmodel/SyncGetConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodelssettings/getconversationmodel/SyncGetConversationModel.java index bf0737bfd22b..91b9c6762f6c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodelssettings/getconversationmodel/SyncGetConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationmodelssettings/getconversationmodel/SyncGetConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java index 8ece6226a101..7e5228f17232 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java index 91feccfd67f1..ed084acf3401 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java index 90c75a6f1fd5..2afa5e106cd7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java index e6968578a49c..701c6f98eead 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java index 7897aea933b2..464319fc217a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider.java index ef12ef5296ba..bec0bae6dffb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java index 55ab50dbb74d..84f51780b3d6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetEndpoint.java index 9928ad1f1585..f394294928eb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java index 972f70479e64..778280e93940 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java index 9452c4e67d98..671249987749 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java index 661c831ddcf4..a12397aabea6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java index ef26fa0e2e31..3297088e05ef 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java index 57bec3ca3982..564411ea84fa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java index ac12ac702257..ffba6963d4ff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java index 90e4a33d75ad..e95a15f6a88a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java index 0a6ac3d27126..1e063a551587 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java index d702a4b29dc4..04659a9088ea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java index 30e0b2ea5c0f..91007e3313fc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java index 41f54440c2eb..3206682fa630 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java index 32d4cc27498c..cbfc35aa0ed5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java index 9eed978c0779..17215e44166c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/AsyncGetLocation.java index e293e5e6093c..96b1afabaa31 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/SyncGetLocation.java index 320c4ddf1fb7..f887c310e996 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java index 8973cd432f91..cb722ecea014 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java index b61f714d93b0..bf0fbb3f0114 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java index 61d641262f1b..5fb4c5b9dae7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java index 1daa208f1567..5808739c4b00 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java index 672173424c77..f14f60b770fd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java index 528c7c809dba..e58f99ff6e51 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocations.java index 0f3276fbcecf..7167b2bf935e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocationsPaged.java index fde757df45f7..dfab6ef52220 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/SyncListLocations.java index d21ded0b9b7a..7cd81e6052ba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java index d15de3cf91c2..0c9bbc0b747f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java index 68dde1aaf40f..c8b327ebcb8b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java index 4f1e572c561f..5afb41ce2be9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java index b0d9305bce06..f4681140f2b0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java index 881d258ef7e1..acf3a633fe4c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java index 444a4b6b9c3f..ce6e06d00ffb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java index db49310709b6..6d42a5459426 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java index b8280fc0e2d2..e510dd15d405 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java index 6ce93a362926..a56becd6f252 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/AsyncCompleteConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/AsyncCompleteConversation.java index eef58975401e..65540cf0c965 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/AsyncCompleteConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/AsyncCompleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversation.java index 36695fdf98b6..65661f2f609a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationConversationname.java index ab5008d1c6e4..c972a1777dd8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationString.java index 1e7a3328376d..5899c8caefeb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/completeconversation/SyncCompleteConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider.java index 2f3d6d7e1b2f..59c35d70aee8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider1.java index cdb6536d1d7d..67f9ddf244f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetEndpoint.java index 03a7383711d4..11dbab3ab7c5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/AsyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/AsyncCreateConversation.java index 8c167148aa56..a2711565f43b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/AsyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/AsyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversation.java index 09a1b53fd88a..ac583d52ff06 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationLocationnameConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationLocationnameConversation.java index 57bc0f7c0417..a8e916c26cc4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationLocationnameConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationLocationnameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationProjectnameConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationProjectnameConversation.java index c4c4fcac9238..f3dd97f987f9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationProjectnameConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationProjectnameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationStringConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationStringConversation.java index 8d86e7dcd958..ed4730b3dbcc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationStringConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/createconversation/SyncCreateConversationStringConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java index 541e67a55dae..1127ee8a534c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java index 3e10ad9cc765..505f8158a5d8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/AsyncGetConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/AsyncGetConversation.java index 86e3a0e48b16..763ca3c0d683 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/AsyncGetConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/AsyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversation.java index 907751d4fcfa..9ea8f8ad4411 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationConversationname.java index c350ff5f46f0..a9d51457fe9d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationString.java index c93b075c55e9..4f976d028d97 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getconversation/SyncGetConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/AsyncGetLocation.java index b77ac3485a0f..1c1ccd8b5f97 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/SyncGetLocation.java index 875a2ee99dfe..9c16f73affd3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversations.java index ffbf40bd0feb..dbf1ee705f2d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversationsPaged.java index e0697aa2e83a..5c116cdb154f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/AsyncListConversationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversations.java index 9b1a737f276f..acb8c1759539 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsLocationname.java index b96fc69419cd..4671bf9f7c8f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsProjectname.java index 79ef62bc6837..3e7ed73b7e3d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsString.java index 35b3bb0e9d06..44e571f27071 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listconversations/SyncListConversationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocations.java index 12177031a75d..a9575759cfd7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocationsPaged.java index 9b8ffdb7b7cc..745bd20c6878 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/SyncListLocations.java index bbc7c75394ea..da9cbe760108 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessages.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessages.java index c9b1bdbe5dc5..21de5c85de20 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessages.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessagesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessagesPaged.java index a8ced6b70c73..f0b60b6ff033 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessagesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/AsyncListMessagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessages.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessages.java index 305bc802f9d7..3048dc9151d1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessages.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesConversationname.java index 7e33a01e1b22..43c55cbb3f41 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesString.java index c5a585efd1a8..4b223f55c159 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/listmessages/SyncListMessagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/AsyncSearchKnowledge.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/AsyncSearchKnowledge.java index e4b31a7cf539..416e33979381 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/AsyncSearchKnowledge.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/AsyncSearchKnowledge.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/SyncSearchKnowledge.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/SyncSearchKnowledge.java index cc0fd075391a..a7474f409ed8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/SyncSearchKnowledge.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/searchknowledge/SyncSearchKnowledge.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java index 82219e029822..425346b3886a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java index ce27360119aa..e4511394431f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java index 8c604501184f..558a4689a0cf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java index 5c16ba7afc9c..6c3cc50e82c7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationssettings/createconversation/SyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationssettings/createconversation/SyncCreateConversation.java index 0d3344b8e0d8..7f8ddcfb5041 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationssettings/createconversation/SyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/conversationssettings/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider.java index ae0c2345626d..0ad2757272b4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider1.java index b25a71fe2dee..acce6bbb7206 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetEndpoint.java index 3cd8a69f3ea3..410712f91945 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocument.java index a905dc12903b..f9e596ae5eb4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocumentLRO.java index c9e181b564db..945bbde56586 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/AsyncCreateDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocument.java index b9eba2db4540..c108ff3c3199 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java index 4e5ff23852c3..29b6abf34d11 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentStringDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentStringDocument.java index f50b015cb802..032ea330b9ed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentStringDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/createdocument/SyncCreateDocumentStringDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocument.java index 2c56c1e46933..2cd6deca2703 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocumentLRO.java index 2d3a42908b1c..b5708de7eb47 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/AsyncDeleteDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocument.java index 12892a8f3592..e45c3808e402 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentDocumentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentDocumentname.java index a47e41913e8d..e49b57eb2639 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentDocumentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentString.java index 4d38b55953bb..9f3c524774df 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/deletedocument/SyncDeleteDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocument.java index dd4d01a48625..fee5e158b3bc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocumentLRO.java index 7f0cb5c04032..bab06a2844ed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/AsyncExportDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/SyncExportDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/SyncExportDocument.java index 332643301b54..022dde93a0d3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/SyncExportDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/exportdocument/SyncExportDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/AsyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/AsyncGetDocument.java index 1a8abadd2bcf..45f881542e3d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/AsyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/AsyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocument.java index 45d9dc7b4aa5..dfe89351ae00 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentDocumentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentDocumentname.java index 08deb79d057f..f27b5103c0c5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentDocumentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentString.java index 7efa27d47453..4e78e4c7f65c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getdocument/SyncGetDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/AsyncGetLocation.java index 3cda261cf94e..0814c11db6ce 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/SyncGetLocation.java index 96725f8c10b6..39c22a4b4daa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocuments.java index 8a0b05773d01..7b96c2cf2df4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocumentsLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocumentsLRO.java index bed90436d69c..bac998feed26 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocumentsLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/AsyncImportDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/SyncImportDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/SyncImportDocuments.java index 1ba47546618b..d68ca7a5ea52 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/SyncImportDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/importdocuments/SyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocuments.java index df70ca0e13e6..c468b60f43a4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocumentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocumentsPaged.java index 9301cab96656..bc5c2ff07803 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocumentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/AsyncListDocumentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocuments.java index 0448eebc239c..b1f8f42e114b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsKnowledgebasename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsKnowledgebasename.java index 1c9d13942059..2eea759722a3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsKnowledgebasename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsKnowledgebasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsString.java index 141a447cbd1b..eb7ec7311b3f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listdocuments/SyncListDocumentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocations.java index 6809bfd34b15..73571900960e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocationsPaged.java index 08aa55d8baf9..606ca21f20f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/SyncListLocations.java index 67187523e587..4dffde80baea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocument.java index 49029b8a18ee..20c9b06b106a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocumentLRO.java index fbdb97fe314f..445f0f4a3d5c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/AsyncReloadDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocument.java index 2d3ee6dd6404..7ddb4a39ccc9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentDocumentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentDocumentnameString.java index b4e729688cac..23d33fc5cb63 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentDocumentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentDocumentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentStringString.java index b2902ace0792..773a3a8d2d26 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/reloaddocument/SyncReloadDocumentStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocument.java index febedd282dfa..3c52101b233d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocumentLRO.java index a1d5959b8da5..9fd6b1d6deae 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/AsyncUpdateDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocument.java index 317cce993968..f15695c15103 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java index 9d59ca94e8e3..8f210f62d441 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documentssettings/getdocument/SyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documentssettings/getdocument/SyncGetDocument.java index 28a4a96c654a..1c20f4bf0929 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documentssettings/getdocument/SyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/documentssettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java index ead51358128a..727a7b0bd757 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java index 1b39ab4bc3e8..5821ee855a4f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntities.java index 77578015afa2..beb1669702af 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java index 77c927af244a..9732aedab415 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java index 3e7a105b5da9..047c21521b53 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java index 8c1518628867..7c036de653aa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java index 078eb57b074f..e2689e42a22e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java index d48ded35a242..977a9cb880cf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java index 2e0678a651ed..2475ae13e0b5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java index f609572ec3fb..6708fe05cbc6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java index 2176d227ae61..e2ddf26ae827 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java index a809dbf4cf91..f82b28481b82 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java index 8d0c2c0e7cd3..9cc9eb3624fc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java index 380d2e9c2cf3..b8759160b018 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java index 82cb72da19fb..5f3eac5aa58e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java index f4d1c83264e9..09fe6dce79cd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java index 37cb654ba0db..b0adc8f00eba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java index 2a881b38fe6b..4346186e0f49 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java index eb4b06269336..dd07098f9453 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java index 2a41a30462e7..21d3247c6c45 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java index 112e89d88b28..e19de4b5c16a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java index a496857d84e1..149eb9bb4a49 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java index 02eaa4447fe0..b04236179d74 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java index ac23cd64164e..bc686ba64f78 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java index dee196654d0d..01400c70c2cc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java index 574a999f8942..a39bb62e1a1c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java index b8e6e4256b28..bba133a78486 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java index 9d42a6246341..1b01031a7c99 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java index cba25671ef33..847bcd05ee71 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider.java index f76812b849c7..285b27eb1202 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider1.java index 8f6ed8dd6a6d..69651c912a04 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetEndpoint.java index 84c05ee36b47..239f2c88acd6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/AsyncCreateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/AsyncCreateEntityType.java index 8cf4d6eefcfc..064016c81e57 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/AsyncCreateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/AsyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityType.java index f8bd99977bbc..785d414395ec 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java index 215a584c8800..274f84f480e8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java index 193619ef7158..ad2415bb2b2f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java index dbd967d15011..47246f80ffcf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java index 3f4aff63c52a..e1c036470372 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/AsyncDeleteEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/AsyncDeleteEntityType.java index 59b9a32c18f1..507f08442d64 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/AsyncDeleteEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/AsyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityType.java index 29d27c3ad0ae..a69e891fd93a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java index 99cf670b51fc..85c1883402c9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java index 99c981100e35..c40e46d9a46a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/AsyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/AsyncGetEntityType.java index 82a954a0b6df..e1290d1b8176 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/AsyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/AsyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityType.java index b20286970f0e..ae136825a5c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java index afc10b0f45ca..5355c2274847 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java index e19ad488fb95..4b94e9948baa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeString.java index 7f74de52ef03..110980f463a8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeStringString.java index 61951bfae097..93deabe64de0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getentitytype/SyncGetEntityTypeStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/AsyncGetLocation.java index 5704172d0b5d..f61a23187acb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/SyncGetLocation.java index 702d98d02f71..5415bc9555c5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypes.java index 17aa1922c134..c0e5bdc6c779 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java index 186be2776b0e..84f629634678 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypes.java index a3e632a79534..51767bf8a4c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java index 62f464a65fff..e02496b16bfe 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java index feb96eb07781..668228fff1d1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesString.java index 11c525023298..0a3648ef4c11 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesStringString.java index 7b88d366af82..62e939d5fcde 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listentitytypes/SyncListEntityTypesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocations.java index dee7eef88fc2..a72e6c3d4af4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocationsPaged.java index 448e234ced61..5ec427ce5a8c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/SyncListLocations.java index 73bd4ed8f4e9..5519b07ff4c0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/AsyncUpdateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/AsyncUpdateEntityType.java index b0e384b19ee8..8b57ea722ac3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/AsyncUpdateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/AsyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityType.java index c7b3955fa067..ca879d24d9d8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java index a6a488214ccb..b7864d4f40c1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java index 88b6831c095c..4a901132acf1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypessettings/getentitytype/SyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypessettings/getentitytype/SyncGetEntityType.java index 73ab7fbd3205..2dd76775cfa8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypessettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/entitytypessettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider.java index b174df427610..26b39b4b03ed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider1.java index 00207eb49e27..2832795f31d3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetEndpoint.java index a09619ea35f1..8ef9240ad883 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/AsyncCreateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/AsyncCreateEnvironment.java index 15d5adefa50f..6b6a4aa3cb9a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/AsyncCreateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/AsyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/SyncCreateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/SyncCreateEnvironment.java index 293b1ced3958..453f9ee81fcf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/SyncCreateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/createenvironment/SyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/AsyncDeleteEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/AsyncDeleteEnvironment.java index 9bb0b6a3a293..97a69c54eb86 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/AsyncDeleteEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/AsyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/SyncDeleteEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/SyncDeleteEnvironment.java index 062d6fc61a85..6c618fba3343 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/SyncDeleteEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/deleteenvironment/SyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/AsyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/AsyncGetEnvironment.java index d15bdd70207c..47d4fd2850af 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/AsyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/AsyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/SyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/SyncGetEnvironment.java index 7b8ce83d5ee2..7066e93a1330 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java index c2d06e05f120..9bd9212775c0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java index 059f9659cc66..81f682ab47dd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java index a676c20f203f..a91ca11dd792 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/AsyncGetLocation.java index 6f96ff9ec378..d3a8b5989de7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/SyncGetLocation.java index ed5e1f2eb2e4..96567bc593f5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironments.java index 42537a9a28b3..f48a771d0c46 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironmentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironmentsPaged.java index 999855ecec10..b33e42da7cf6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironmentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/AsyncListEnvironmentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironments.java index 8f118401c24e..9b043021c4a7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsAgentname.java index 9b1a8abb1ec2..ce48cd12f9bb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsString.java index a48216e35f79..e4baa7efb146 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listenvironments/SyncListEnvironmentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocations.java index 2a064578fbac..e4eba6127be9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocationsPaged.java index 0dbecf9547d2..7e5ecbfcbe34 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/SyncListLocations.java index 54290dff70dc..69e9c4bbd99c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/AsyncUpdateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/AsyncUpdateEnvironment.java index e527278c8e59..4a57f16f00a6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/AsyncUpdateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/AsyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/SyncUpdateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/SyncUpdateEnvironment.java index 2869313a628f..c6330826bc6b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/SyncUpdateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environments/updateenvironment/SyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environmentssettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environmentssettings/getenvironment/SyncGetEnvironment.java index 5f23860118de..91508bd52b61 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environmentssettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/environmentssettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider.java index b9da7e680932..c8ca4590a69b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider1.java index f15b44f327d8..debb72445db4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetEndpoint.java index 1e5cace65a5c..170c3bb1bc84 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/AsyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/AsyncGetFulfillment.java index ae89657dc9ba..9b9c0cf4df4f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/AsyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/AsyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillment.java index e25714267f17..a98eca529569 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java index de27e7f0d8bc..19770b07aeba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentString.java index fc48a6b728a6..10ec7542953d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getfulfillment/SyncGetFulfillmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/AsyncGetLocation.java index a7175668c702..106f44bd9ff6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/SyncGetLocation.java index 00ac2bc05680..6f0f1d1038f2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocations.java index 316cf9cc1429..59f088a8eac8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocationsPaged.java index a4d11773c11e..c0656ea2abd6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/SyncListLocations.java index f09a1ff2d9a2..2eb84c79fa82 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java index ffa699084600..be8a1240f3d7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillment.java index 0937a797fccc..482513cca267 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java index 8c6ff8965e85..70eb1f361504 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java index 0216e42aec7c..91ea607ae12b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntents.java index 48b57d7f0b9b..51dbcaf7c2ca 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java index adacad163d25..64afe85bb606 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntents.java index 81381257f029..7686256f4bcc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java index 801e724a029f..c2609a2d2dbf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java index 5473da324cf2..65bccb5b1eea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntents.java index 4435cf3da4cd..64683cd2fbd1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java index 0352c4a8a627..bf01152b0db1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntents.java index 77e583e3f993..e46ef73e781f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java index b5f472e8c17e..e572d02f3a3b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java index 84df3b7f25a3..258bcf2f101f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java index 5460763d3e16..266bad595990 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java index e65f3a860215..3240006f1e83 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider.java index 1ae384254984..cb68eff4fdc4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider1.java index 131981a7a116..d76f9ad181d9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetEndpoint.java index 4743e4ac00ca..fc070f76d148 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/AsyncCreateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/AsyncCreateIntent.java index fa3d30ab15a7..d2b21067f9ed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/AsyncCreateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/AsyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntent.java index 028f8cd66b64..bc14f53b7f44 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntent.java index e6d2c91c2b16..15b51d0a85f6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntentString.java index f1748984f0a4..cb9e6667ad58 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentAgentnameIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntent.java index d261a9425a52..227af1193367 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntentString.java index f1f3fd37ed1b..fc843561dc2a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/createintent/SyncCreateIntentStringIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/AsyncDeleteIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/AsyncDeleteIntent.java index a0288b3553f1..5da1083238c1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/AsyncDeleteIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/AsyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntent.java index 404422f98631..b93eae7e48c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentIntentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentIntentname.java index b5e79b60a2cf..189124302248 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentIntentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentString.java index 52102b4d9394..53cfa794f3f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/deleteintent/SyncDeleteIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/AsyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/AsyncGetIntent.java index 38cc72c965da..ec2aef11b4e0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/AsyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/AsyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntent.java index ba8ce6a49f2f..1bac49301558 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentname.java index bf176cdd1c78..aad83ad48923 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentnameString.java index 8c970bb04559..c70c3b5dff08 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentIntentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentString.java index e51a31332579..ba4e1f1cbb7b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentStringString.java index fb544f6f19ad..084ccb717cba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getintent/SyncGetIntentStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/AsyncGetLocation.java index 4b5138cd182d..fdf948f3311a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/SyncGetLocation.java index 0322e41e60ca..9e76032ee7d9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntents.java index 4b6f0cf5f0e7..bb53a99b97e7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntentsPaged.java index bc5e5d11d7a4..4482a462743c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/AsyncListIntentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntents.java index a758bddd575f..9bdd751be40e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentname.java index 43b4c3c81c38..d1e51b54a31d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentnameString.java index 8e3ed719eb56..ad2e7afc5d86 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsAgentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsString.java index 7dd67c483ba5..3784e64e69ce 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsStringString.java index 99f4476f10ea..c52d58bdea1e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listintents/SyncListIntentsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocations.java index d9b686cb281c..8e1f1421b7a7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocationsPaged.java index 1582d67946a5..3c8a859bbc54 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/SyncListLocations.java index 8bbb6dd7dc1e..5962ed39f6f3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/AsyncUpdateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/AsyncUpdateIntent.java index 16514b1103bc..cd62105ae7e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/AsyncUpdateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/AsyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntent.java index 5f78a02c131c..3e0c9adcc131 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentString.java index f13855acc99b..dd6493441b9a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java index 0c114e343193..e8ebd26d6db5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intentssettings/getintent/SyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intentssettings/getintent/SyncGetIntent.java index 586772ae391c..f6c9c10c470e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intentssettings/getintent/SyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/intentssettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider.java index 3395d8db3333..25f7a663715a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider1.java index 8218948c5b99..8101f8ef86d6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetEndpoint.java index 6dad53f1ae48..dabb56e1f98e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java index efb298123e22..1e7fc1662263 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java index 1a8264f074a0..4b0f3c24f189 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java index 982d43434b79..412317d64779 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java index 5bcfd9a10c48..5accba5cf6a9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java index 7ae1e3483512..83dfed994cf9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java index d1cb4d28b4a3..6548deb19c65 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java index b2febea085ee..29c4ac8fa606 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java index bfcc118b535f..ed4d90258a6d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java index 35ec72df1719..66ca0e9b2134 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java index 8782240f8c17..1bc9052d5653 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java index 51d580a40880..b6f632bbc48b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java index 3a2ae1d03b43..ef5bce10b3ec 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java index 5b73a5d3b470..4922211c1b2b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/AsyncGetLocation.java index 8ae59f49da64..9a2015e4f46a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/SyncGetLocation.java index 90ab2225baf1..e030e2f12d14 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java index e98d17101ec7..519d62004ec5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java index af7a7e73650b..5fd1228783e2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java index ed5e54a610e2..dfa509f754eb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java index 1df91fea8e35..ee1573d7fb4a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java index 0f4698da97d6..338c20fd7418 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java index fde923e53ef1..e54edd2ab966 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocations.java index 37bf56da6b4a..5a5173071d57 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocationsPaged.java index 1b6c8146daa1..2bc006eb66e5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/SyncListLocations.java index 0a31a7467d7a..d893928b7296 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java index 61b09a7469bf..c64259c3452b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java index c5de6f44a484..fcb4f9ab0955 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java index d0352bf13d3a..9fec123a6a2b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java index 220d73ae137a..34b13b68a5ea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/AsyncAnalyzeContent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/AsyncAnalyzeContent.java index 5f15a3acbc3f..a88834ab3baf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/AsyncAnalyzeContent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/AsyncAnalyzeContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContent.java index ffcc3ca4e74c..89c6a30cfeb4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java index a20835b4e43f..e3735ff19206 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java index 535d25903106..f3eef63cc340 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java index e7dee195021b..b5f6d1b19093 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java index 79f40d90f539..4d2777cdcf16 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider.java index e491fc211a12..c0a6ad151de3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider1.java index 36e0896bbfcd..14a4b1ec938d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetEndpoint.java index 187097ec82fe..e6961a8f8e12 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/AsyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/AsyncCreateParticipant.java index 22225c40e6ba..6c8f252952fe 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/AsyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/AsyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipant.java index 9e37f89ed8b8..376412cd0996 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java index 1e06c3fa2d73..c1168c0f579c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantStringParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantStringParticipant.java index 32e5116c6200..1974d781fdaa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantStringParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/createparticipant/SyncCreateParticipantStringParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/AsyncGetLocation.java index 41df61f79658..d5ae02d4800b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/SyncGetLocation.java index 8c074a131458..b62f23fcb00c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/AsyncGetParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/AsyncGetParticipant.java index 7c5087fb600a..e393ee81dcbd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/AsyncGetParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/AsyncGetParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipant.java index 361f8015cbec..0d79ceaaefc6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantParticipantname.java index 3ec59f7af368..7138184b8cd3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantString.java index bf73f1efb122..09514095764a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/getparticipant/SyncGetParticipantString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocations.java index 379b52082aaa..7ba302335988 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocationsPaged.java index 5cd45ce771a3..1600143a4ba3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/SyncListLocations.java index f423532e90b1..6125b9d44285 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipants.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipants.java index f4b33425e713..a1ab2dfa7475 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipants.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipants.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipantsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipantsPaged.java index 4bbf768b03b7..d21d46a67f37 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipantsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/AsyncListParticipantsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipants.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipants.java index b006d2b8256e..381bb783c2f8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipants.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipants.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsConversationname.java index 780de186772b..b10a6f425dcc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsString.java index 9a3f2dfb160b..744815e8c922 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/listparticipants/SyncListParticipantsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java index acd6183d59f6..2f2aea1c7a6e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/AsyncSuggestArticles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/AsyncSuggestArticles.java index ae78af4e065c..466726cdbb87 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/AsyncSuggestArticles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/AsyncSuggestArticles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticles.java index 7eb9cff23537..6c11bc109954 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesParticipantname.java index d18dbe3061c8..2d2de728f004 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesString.java index a898808deb35..6daafec5a041 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestarticles/SyncSuggestArticlesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java index fce8d02f540e..caaacf79ab5d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java index 2f13d92421f7..a7be800ce054 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java index e3cb92be452f..1a3252bcb350 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java index e7a4e7f18cc5..31e08198eac2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java index e3bf2f1fbf05..ab34fae52c29 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartReplies.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartReplies.java index c2bbe62a1562..dac2978ad837 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartReplies.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartReplies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java index 285d5ee73972..9c6bf8ab8e01 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java index 6f169ae38eb3..5a9fc769aaef 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/AsyncUpdateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/AsyncUpdateParticipant.java index bc43ec82b16c..6cde5ff5b781 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/AsyncUpdateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/AsyncUpdateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipant.java index dab12aed3d42..1a5d25d7ff78 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java index 4aba0f027ed3..333240a675bf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participantssettings/createparticipant/SyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participantssettings/createparticipant/SyncCreateParticipant.java index 315476d938ce..641127c189f8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participantssettings/createparticipant/SyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/participantssettings/createparticipant/SyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java index 196d31017f19..c53f9d52800b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java index 8c3ec33ced10..37dfb05a8f39 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetEndpoint.java index e879fb217e50..30a978195fa6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java index 446b4136caeb..7ef52a1518e6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java index 4895c16dd952..85b482ff21e0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java index e866fa639685..80a75c1c6b78 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java index 74440bc75214..27238d513c55 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java index c83cda49eb8e..410b0a8374e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java index 92be32a2b26c..532231461e1e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java index 0f1a3d73eda4..fa66d494614d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java index d7ec66128dcf..f248ac30e38a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/AsyncGetLocation.java index 4b7a14561fc3..0b819f322911 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/SyncGetLocation.java index ad148f5fab1e..a9a3ef43bb75 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java index 8b9ec95f522a..24c345da2aac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java index c36590d76bc2..192bf455df2a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java index 216e08f13889..0fd325c666ea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java index bd65f679bb92..68a21fab577a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocations.java index 9dbec399cfa4..5f62c72d770b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocationsPaged.java index 74053b04a71d..8754c756a19f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/SyncListLocations.java index 75b7139eb5d1..34dc732b91e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java index 9e7f81b4e1cb..0c4d2bcd9ebc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java index 8764cb3cfb04..cf05d08a480f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java index ff0a621c6329..3ccfc0b118d3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java index 12662bf092a7..6eec36810168 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java index f6e552d91aea..3424e3edb089 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java index 795d24225b61..a64b37174c43 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java index d850c70306d4..581988bc62ac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java index 1ff85ed4a950..f0ae3e07a164 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java index 7cc6e3a73d6a..42ab398bc914 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java index 285a351dfc96..8c0f1ee59687 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider.java index c0487b5bf0ff..e08a626a295f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider1.java index 01d4001e4eee..5c74b8cfbbab 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetEndpoint.java index 217f08afb200..0d9dced88b23 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/AsyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/AsyncDetectIntent.java index 236da69a3455..5c81d852e274 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/AsyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/AsyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntent.java index 657aded90278..41b6bf605d67 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java index 01f1d6baaa27..e40135fd9360 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentStringQueryinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentStringQueryinput.java index 13810904c4c2..492d55881aff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentStringQueryinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/SyncDetectIntentStringQueryinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/AsyncGetLocation.java index 72fd8443b8c4..e61cf603762d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/SyncGetLocation.java index 0d27201ee445..e02b981f7fed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocations.java index 6bc8cff5713d..f51e02e70733 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocationsPaged.java index 2884498570cf..5a283d5aabc4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/SyncListLocations.java index 767b3d8f5ee2..b76e69ec03ad 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java index 2818efba896a..6830da4df494 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionssettings/detectintent/SyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionssettings/detectintent/SyncDetectIntent.java index 67f8593497cc..9dee98298412 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionssettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessionssettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/agentsstubsettings/getagent/SyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/agentsstubsettings/getagent/SyncGetAgent.java index 5a742a34ff34..e470bc4b6d5e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/agentsstubsettings/getagent/SyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/agentsstubsettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/answerrecordsstubsettings/updateanswerrecord/SyncUpdateAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/answerrecordsstubsettings/updateanswerrecord/SyncUpdateAnswerRecord.java index 66459f7605f7..a195969811b2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/answerrecordsstubsettings/updateanswerrecord/SyncUpdateAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/answerrecordsstubsettings/updateanswerrecord/SyncUpdateAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/contextsstubsettings/getcontext/SyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/contextsstubsettings/getcontext/SyncGetContext.java index 9466c4daf489..897a46accef1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/contextsstubsettings/getcontext/SyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/contextsstubsettings/getcontext/SyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationdatasetsstubsettings/getconversationdataset/SyncGetConversationDataset.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationdatasetsstubsettings/getconversationdataset/SyncGetConversationDataset.java index a3eca668d05e..ac52fe048f31 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationdatasetsstubsettings/getconversationdataset/SyncGetConversationDataset.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationdatasetsstubsettings/getconversationdataset/SyncGetConversationDataset.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationmodelsstubsettings/getconversationmodel/SyncGetConversationModel.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationmodelsstubsettings/getconversationmodel/SyncGetConversationModel.java index b55b650613bb..20d39000de96 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationmodelsstubsettings/getconversationmodel/SyncGetConversationModel.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationmodelsstubsettings/getconversationmodel/SyncGetConversationModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java index 69811c0cbae9..234e3292f995 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java index 69538c087807..1f80f0627dcb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/documentsstubsettings/getdocument/SyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/documentsstubsettings/getdocument/SyncGetDocument.java index b051890b1bb6..be896c9d20dd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/documentsstubsettings/getdocument/SyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/documentsstubsettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java index 5e27836f75ec..458ebe455291 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java index d41ca69e4873..e4cdba569c0c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java index 81f9ad70d68b..7dd4556eca11 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/intentsstubsettings/getintent/SyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/intentsstubsettings/getintent/SyncGetIntent.java index 9d5decba1a68..8fc76699519f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/intentsstubsettings/getintent/SyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/intentsstubsettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java index 811759d83085..06f693b760a5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java index af2bb555a726..fbd1b121c510 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java index cd8f4037dfc8..30a5402dafb4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java index 660682cea69c..50d6f197a041 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/versionsstubsettings/getversion/SyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/versionsstubsettings/getversion/SyncGetVersion.java index cfa83dd68ea2..46094eaef39d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/versionsstubsettings/getversion/SyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/stub/versionsstubsettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider.java index d5a93fdceef2..1410604311e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider1.java index 84b40a8e0590..e79691dfa772 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetEndpoint.java index 75ffba4e5afd..47aff4ac09a4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/AsyncCreateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/AsyncCreateVersion.java index 76a8d302c058..64c8abc0260c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/AsyncCreateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/AsyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersion.java index efcf2c134463..a3b7b9536e49 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionAgentnameVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionAgentnameVersion.java index 4270a179efa1..4969819514ba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionAgentnameVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionAgentnameVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionStringVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionStringVersion.java index 1fa27ca9b2f8..4554abb145ef 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionStringVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/createversion/SyncCreateVersionStringVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/AsyncDeleteVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/AsyncDeleteVersion.java index a639925abed7..689c58c7d2e8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/AsyncDeleteVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/AsyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersion.java index 8d34190145e5..5b8fb3b293cb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionString.java index 4b62a7b7cc20..3500082b947f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionVersionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionVersionname.java index 8113815a66f4..b7ce095b8094 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionVersionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/deleteversion/SyncDeleteVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/AsyncGetLocation.java index c67ef1e538d6..2cb309b45d23 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/SyncGetLocation.java index 43a8262b03d6..9b05df1bdabb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/AsyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/AsyncGetVersion.java index 940173af374c..bdc4946b0ace 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/AsyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/AsyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersion.java index 698064ad05f2..1028f7da13b4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionString.java index cd5df9f095ee..86615a9ab53c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionVersionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionVersionname.java index 4805c0090308..15a22a3ee8e4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionVersionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/getversion/SyncGetVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocations.java index 6ede3de493fb..64444471e3e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocationsPaged.java index d716f6944bce..55a52599225d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/SyncListLocations.java index f41c388e3d8d..c0f6a192d8d4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersions.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersions.java index 5fcb77910cac..71fff2925339 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersions.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersionsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersionsPaged.java index 1b3da0dde4bc..b2b8cbb72113 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersionsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/AsyncListVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersions.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersions.java index 7ed33fa8d8ce..ffb108f17669 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersions.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsAgentname.java index 1105a543a4d5..df81d2a559a6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsString.java index 1ee82d07d7e6..ab4cec857893 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/listversions/SyncListVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/AsyncUpdateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/AsyncUpdateVersion.java index 92229314fd02..af9f7c3b574c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/AsyncUpdateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/AsyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersion.java index b3f07d5186b4..93326055b828 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersionVersionFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersionVersionFieldmask.java index 352b40732c05..80ec5c121ae1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersionVersionFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versions/updateversion/SyncUpdateVersionVersionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versionssettings/getversion/SyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versionssettings/getversion/SyncGetVersion.java index 65ce169f570a..08ea916d8fb5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versionssettings/getversion/SyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/versionssettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider.java index 8e39861ed6d7..a7e4598073e1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider1.java index 921a85d34822..1a5b6787a81d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetEndpoint.java index 5166607b1691..d8979b7fa499 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/AsyncDeleteAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/AsyncDeleteAgent.java index 437fe48bf2da..32a87423584f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/AsyncDeleteAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/AsyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgent.java index 856e926baabf..9efae8503ffe 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentLocationname.java index a4adc2663c93..154e195df985 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentProjectname.java index 9be9bdd3d3fa..1082e5ce1a4d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentString.java index 30461b640a0c..0d7bb6cce742 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/deleteagent/SyncDeleteAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgent.java index 0e5f0d1139d2..c58d7fe84f1e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgentLRO.java index 6e94df036f56..7fe0f59f7b59 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/AsyncExportAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgent.java index d319eee528da..a65475a63754 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentLocationname.java index fb1a1132f471..f6c9e32b3126 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentProjectname.java index 68451098a557..b76fddd39eb2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentString.java index b854b178a518..68c5a9bc6bc2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/exportagent/SyncExportAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/AsyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/AsyncGetAgent.java index 20eec62f8c79..de9996d10f9e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/AsyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/AsyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgent.java index 46ca6f853bbe..4af163bf4ba3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentLocationname.java index cbd8a0153a43..bf5b44669d3b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentProjectname.java index bc0ee75a32fc..1262c51d94a4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentString.java index 493597948e9b..752a2256bfd6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getagent/SyncGetAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/AsyncGetLocation.java index 9f573447e5d8..b28b9213335d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/SyncGetLocation.java index 8aa6863af613..2f075d2a4865 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/AsyncGetValidationResult.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/AsyncGetValidationResult.java index 3b8b05035cae..d20c105172fe 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/AsyncGetValidationResult.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/AsyncGetValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/SyncGetValidationResult.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/SyncGetValidationResult.java index 499b2e0845fc..54788dcbac00 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/SyncGetValidationResult.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/getvalidationresult/SyncGetValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgent.java index e994111d6078..017aa723f688 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgentLRO.java index 2002ffe74d89..ae252e566634 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/AsyncImportAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/SyncImportAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/SyncImportAgent.java index 0b819d35203c..2d6a4dc8a4fc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/SyncImportAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/importagent/SyncImportAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocations.java index a2e3f56b312d..14e854928515 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocationsPaged.java index e2560adfb153..3b9aa225da04 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/SyncListLocations.java index 72e670bd8040..77d59ba837ac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgent.java index 61a945f2e356..c535151d8116 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgentLRO.java index 876d8ad51a57..311b43a2442f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/AsyncRestoreAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/SyncRestoreAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/SyncRestoreAgent.java index a9e3b67fba57..5c6f172ba06f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/SyncRestoreAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/restoreagent/SyncRestoreAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgents.java index 340a7ebbd94f..1c7a3c6becf1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgentsPaged.java index 1cd6c1887c9f..3ab435dbb573 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/AsyncSearchAgentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgents.java index 79b01bbdcd42..acab31289737 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsLocationname.java index d9fc3e105963..537d0a06fe1e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsProjectname.java index da6e504ef74a..4892ae2c3ade 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsString.java index af7dc7aae556..92e9ced7e5ed 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/searchagents/SyncSearchAgentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/AsyncSetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/AsyncSetAgent.java index 42c4054816cf..9348f401602d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/AsyncSetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/AsyncSetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgent.java index 3aa4f1e28925..f787e70e90c3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgentAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgentAgent.java index 163bf21e1a86..45b37bf9b112 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgentAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/setagent/SyncSetAgentAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgent.java index 01c9467fcac7..97461c9a9c9a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgentLRO.java index e51853f04cfd..2edc65ba088a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/AsyncTrainAgentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgent.java index 62aa5f5491d0..8493430737f1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentLocationname.java index 25f8e35cf7ae..f9a9c90abd0e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentProjectname.java index 57a156845bc1..215f8792a8f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentString.java index 60b2d77e1f60..5325afb30e17 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agents/trainagent/SyncTrainAgentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agentssettings/getagent/SyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agentssettings/getagent/SyncGetAgent.java index 7940e365d61b..c048df7b1af4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agentssettings/getagent/SyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/agentssettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider.java index 4e270d1cb41b..64f74a43a137 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider1.java index af2fab4bb4bd..53f179b368dd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetEndpoint.java index 66fbaa3f6207..af86690ae300 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/AsyncGetAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/AsyncGetAnswerRecord.java index 72314f0b3f0f..bdd4c22ca9cb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/AsyncGetAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/AsyncGetAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/SyncGetAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/SyncGetAnswerRecord.java index 72ac2a077158..bc0f995ad91f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/SyncGetAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getanswerrecord/SyncGetAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/AsyncGetLocation.java index 622e3092da6a..4a2ff78d4c8e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/SyncGetLocation.java index 81d87b24e697..a96819a4b4fc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecords.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecords.java index 4ddc1243b476..59353ec4a60a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecords.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecords.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java index 975671d0372f..86864590624d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/AsyncListAnswerRecordsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecords.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecords.java index 562bd191cdc6..56237dae4636 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecords.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecords.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java index ad8a1a14ad01..daea0f5b14c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java index 4beb3f915ac5..16c9f08992ff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java index b52cbb1a6613..f88c74ae87f5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listanswerrecords/SyncListAnswerRecordsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocations.java index 7137625746e8..68a334f36379 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocationsPaged.java index 2954cdd5509e..24382211858e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/SyncListLocations.java index c58ca4929630..732855d73021 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java index 17972daeb640..aee0f5dca1eb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/AsyncUpdateAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java index 48140d510105..8ab487662313 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java index 4477c0dad2a3..4f32623777e9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecords/updateanswerrecord/SyncUpdateAnswerRecordAnswerrecordFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecordssettings/getanswerrecord/SyncGetAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecordssettings/getanswerrecord/SyncGetAnswerRecord.java index a2bdbf1fccdf..d58718caed23 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecordssettings/getanswerrecord/SyncGetAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/answerrecordssettings/getanswerrecord/SyncGetAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider.java index c5274e7590b1..b346ca5ace9a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider1.java index fd9033703418..bd6a0ea54cf9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetEndpoint.java index 4e3980a00d29..f07df3cdd82a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/AsyncCreateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/AsyncCreateContext.java index 242b1184de25..a14a1a98775e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/AsyncCreateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/AsyncCreateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContext.java index e16a942d3f47..14370610b211 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextSessionnameContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextSessionnameContext.java index 8251a59a8a81..24d5b6deac58 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextSessionnameContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextSessionnameContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextStringContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextStringContext.java index cc59d8d24726..1ae2912f3f8d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextStringContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/createcontext/SyncCreateContextStringContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/AsyncDeleteAllContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/AsyncDeleteAllContexts.java index a5e97e71b2eb..d0ff8fcc3a62 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/AsyncDeleteAllContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/AsyncDeleteAllContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContexts.java index 56ba45227c49..e25a5fbca845 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java index 52d429e0efdd..1f0036918bbe 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsString.java index 88f95e16bd88..1092225833a8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deleteallcontexts/SyncDeleteAllContextsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/AsyncDeleteContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/AsyncDeleteContext.java index 85e217041375..14d31b0d8024 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/AsyncDeleteContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/AsyncDeleteContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContext.java index 3843deb9d3f1..ff2c81bf36c1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextContextname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextContextname.java index 6b33941ff445..441688c6c617 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextContextname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextContextname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextString.java index 0b75a1f9e8fa..5785499498c7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/deletecontext/SyncDeleteContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/AsyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/AsyncGetContext.java index efaf02268515..67999b5580c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/AsyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/AsyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContext.java index 8d386067b7aa..383371207d73 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextContextname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextContextname.java index 8399458cedee..7649bf58c746 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextContextname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextContextname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextString.java index f98e2798c3d1..23e105695e4c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getcontext/SyncGetContextString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/AsyncGetLocation.java index a1b6b9222819..45ddc9ae54fd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/SyncGetLocation.java index 4e1dbeb4e8e2..c2a90a33b161 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContexts.java index 1f595cb7a381..879283ac5252 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContextsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContextsPaged.java index be860350e231..69540c0307ba 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContextsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/AsyncListContextsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContexts.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContexts.java index 42ce267b6168..3ca6f7ee05b0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContexts.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsSessionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsSessionname.java index 472b3ab9baa8..55373e5f0c21 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsSessionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsString.java index f6579835c0a2..417b2d3a4f45 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listcontexts/SyncListContextsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocations.java index 3eb2782234a1..fff12c68258c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocationsPaged.java index b514561e1760..79a33cb986c3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/SyncListLocations.java index b86f89610985..7cae639add36 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/AsyncUpdateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/AsyncUpdateContext.java index 8e8fc7453e92..ddf89e00e896 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/AsyncUpdateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/AsyncUpdateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContext.java index 7b0f2c383af9..a3513288338f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContext.java index dce7c037bc64..6d9ff4b105c7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContextFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContextFieldmask.java index 4aaaeaaa07b6..76015afc6bb6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContextFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contexts/updatecontext/SyncUpdateContextContextFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contextssettings/getcontext/SyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contextssettings/getcontext/SyncGetContext.java index 789c385ff96a..3c3667f74df2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contextssettings/getcontext/SyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/contextssettings/getcontext/SyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java index 577b8f5780b2..52d27bc39c0e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java index b5a9952d7ffb..6d4b1885a78b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/AsyncClearSuggestionFeatureConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java index c4bfe9d9b07e..423fc4fb0af8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java index d31288ac58e4..3a06781438b8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java index 40eb6842d971..c03988f5860a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/clearsuggestionfeatureconfig/SyncClearSuggestionFeatureConfigStringParticipantroleSuggestionfeaturetype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider.java index 8d58dfaf9728..de9922987063 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java index 70002ce3f9b0..44aaa0945150 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetEndpoint.java index bfd78c929793..bc2a6f149b94 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java index dbe8c6e667a0..075773cf582b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/AsyncCreateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java index c1a92fa8850d..12605ce1054d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java index 1504ea5cd161..73a6ed89ff59 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileLocationnameConversationprofile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java index 9173828f51f9..b503d812c9f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileProjectnameConversationprofile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java index d3cb6a8fdb05..ae30500dea9b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/createconversationprofile/SyncCreateConversationProfileStringConversationprofile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java index 9f03fb1b1121..234e7146f911 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/AsyncDeleteConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java index 24b223788cdf..76b357c2840b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java index ad54796a3ef1..f1d0711537ec 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileConversationprofilename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java index 62aeb48c5c16..640da1da68be 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/deleteconversationprofile/SyncDeleteConversationProfileString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java index e8a1bd00f898..4bed71a015d9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/AsyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java index 12ce85826cb7..5ac4f02e9c14 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java index af35bb770b71..3c27ce11d994 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileConversationprofilename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java index 778317cc998a..db0858047ae1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getconversationprofile/SyncGetConversationProfileString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/AsyncGetLocation.java index 68c20cd70fca..7d6d05abac6a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/SyncGetLocation.java index 2cf776b42e87..f9d4f53fa11b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java index a6b205f9a490..429059a07894 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java index 44d7e4817aa8..288956a954cd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/AsyncListConversationProfilesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java index 636701bfbb81..8a242bd96a15 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfiles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java index a67688f8f35b..50c204b212a1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java index e646ef0fae5c..47dc7be9a560 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java index 00636007384c..70babcf1f721 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listconversationprofiles/SyncListConversationProfilesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocations.java index d9f9157490b1..fd84aef0ad6b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocationsPaged.java index dd01034985f0..116f1828cb1a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/SyncListLocations.java index 04d81c4b1529..a53996032a00 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java index 0dc50b6c73d0..6048abba40a1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java index a73d597e712d..143767f5b647 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/AsyncSetSuggestionFeatureConfigLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java index 35a6fed0e3e7..bdec84644bdb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java index c58e9bef824b..8757cde6771e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java index 36a3f2e5d91f..ad81be6c7799 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/setsuggestionfeatureconfig/SyncSetSuggestionFeatureConfigStringParticipantroleHumanagentassistantconfigsuggestionfeatureconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java index a631c2b873d4..011c85bca9c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/AsyncUpdateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java index 9c5d269fca7f..ae1634023d03 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java index 4ab6e7f27f34..e7467d2977aa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofiles/updateconversationprofile/SyncUpdateConversationProfileConversationprofileFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java index 3904f74ad73f..e794a41e22e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationprofilessettings/getconversationprofile/SyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/AsyncBatchCreateMessages.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/AsyncBatchCreateMessages.java index 2d7227e96896..b959853a144c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/AsyncBatchCreateMessages.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/AsyncBatchCreateMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessages.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessages.java index 8f8d25488a16..79864ed93ada 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessages.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesConversationname.java index cad037b7d9f4..8f18eb3008b9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesString.java index 19304945af2e..03f65a7dde4c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/batchcreatemessages/SyncBatchCreateMessagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/AsyncCompleteConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/AsyncCompleteConversation.java index d85a741fe7c4..81b29ee4deea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/AsyncCompleteConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/AsyncCompleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversation.java index a6a28fdd005a..c848622bbb99 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationConversationname.java index a7546e770606..e0dcc2874737 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationString.java index 2f99d46e3f3a..44d7bf031b34 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/completeconversation/SyncCompleteConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider.java index 9aa688b66f06..c76362f90f6c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider1.java index c18f192af770..cce117009149 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetEndpoint.java index a6d5da3d9f46..b59ce0d9fe22 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/AsyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/AsyncCreateConversation.java index 08d4a97e3e6d..9164bd611d11 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/AsyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/AsyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversation.java index 245f62b3e4d2..374fa8209f6a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationLocationnameConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationLocationnameConversation.java index 031929f9c32b..d121ad0fbfff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationLocationnameConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationLocationnameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationProjectnameConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationProjectnameConversation.java index be61b833a2d5..0d0ab7f340b3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationProjectnameConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationProjectnameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationStringConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationStringConversation.java index 382b53e1106d..aa9107c66683 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationStringConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/createconversation/SyncCreateConversationStringConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java index 1a5b629f21b2..98cf2b02a299 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/AsyncGenerateStatelessSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java index bf0866d553ec..3697c6de1059 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/generatestatelesssummary/SyncGenerateStatelessSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/AsyncGetConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/AsyncGetConversation.java index 9b4c8bc04a8f..9732ce3add2c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/AsyncGetConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/AsyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversation.java index e6a003ffe704..104cf7ad8376 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationConversationname.java index b05b7a8c57bf..e3fa216cd092 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationString.java index b7303eb4c5c9..50f3e2049425 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getconversation/SyncGetConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/AsyncGetLocation.java index 337515e196e3..46737c522250 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/SyncGetLocation.java index b1b8065fa2ef..496b189f0c44 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversations.java index 7aa5861db093..ac9e786ecfc6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversationsPaged.java index 1a0321061bab..0404f7803340 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/AsyncListConversationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversations.java index 2f8dfe2be5ef..e34b08bb658a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsLocationname.java index 2516f1767ce5..ef1088186005 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsProjectname.java index b9b01dbdb7ac..58679cbf9508 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsString.java index 0c8503889e0e..8fc1bf440b9a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listconversations/SyncListConversationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocations.java index 69fc8331a886..74ee2a1957fa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocationsPaged.java index c33fee17c23c..7fdb80befdf9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/SyncListLocations.java index aacfa956cf08..2ecc521292bb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessages.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessages.java index e528908eb87e..b92dc9bebea3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessages.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessagesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessagesPaged.java index a5fe2f344131..696b808dd22b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessagesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/AsyncListMessagesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessages.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessages.java index 4993f0168af3..aed0548e2405 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessages.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesConversationname.java index 24b02b449b78..9c8d01b6d922 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesString.java index 9e78d90886c2..935f3faa61f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/listmessages/SyncListMessagesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/AsyncSearchKnowledge.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/AsyncSearchKnowledge.java index c35c1780dc5b..2910080b28ec 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/AsyncSearchKnowledge.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/AsyncSearchKnowledge.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/SyncSearchKnowledge.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/SyncSearchKnowledge.java index 670e51d6c823..6c7f46137aea 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/SyncSearchKnowledge.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/searchknowledge/SyncSearchKnowledge.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java index 95314cbb66f8..3f0f11d9e3dc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/AsyncSuggestConversationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java index db8a3f0db587..ed9033d14fe8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java index 456b548c6dc6..0380d9c8e9df 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java index 57a18d2d7ea1..c6d4a36d39b5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversations/suggestconversationsummary/SyncSuggestConversationSummaryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationssettings/createconversation/SyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationssettings/createconversation/SyncCreateConversation.java index 5100253e5bb3..140f031e1b9e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationssettings/createconversation/SyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/conversationssettings/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider.java index d80b82c407ca..c96a96755f5f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider1.java index 2e8d3bdf53dc..c11f9684a6ef 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetEndpoint.java index e2ecf2da0c3a..42f970d11ce1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocument.java index 634d964a7476..3d6e42515703 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocumentLRO.java index 910fdc6c6654..477db39bafb0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/AsyncCreateDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocument.java index 0a318f803ab6..39c2e08817e1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java index 06663ae00aa3..2c56c6bb4e74 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentKnowledgebasenameDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentStringDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentStringDocument.java index ca85c7a05ff1..5987ae4f976e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentStringDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/createdocument/SyncCreateDocumentStringDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocument.java index 5da16a6b9623..f4f66b328a06 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocumentLRO.java index 7009c2718597..af503f350db3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/AsyncDeleteDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocument.java index b19d9a904fa1..2d1594ac44e2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentDocumentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentDocumentname.java index 2fd8e97aab96..f211ab8b6204 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentDocumentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentString.java index b091f92c02f0..a7dfa1f9cc90 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/deletedocument/SyncDeleteDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/AsyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/AsyncGetDocument.java index e8ebc8e6a601..827f317276c4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/AsyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/AsyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocument.java index dac43edd04e5..357f086889fd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentDocumentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentDocumentname.java index 39733488eaab..b09255a06ffa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentDocumentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentString.java index d93967172804..2aac5957e4e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getdocument/SyncGetDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/AsyncGetLocation.java index 4ad4c2d01429..ead67ce3599a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/SyncGetLocation.java index 8637034c3919..ade907524d3e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocuments.java index 24a8e68310de..5aa4c8e71629 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocumentsLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocumentsLRO.java index 50e0d629e161..96e043734ad5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocumentsLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/AsyncImportDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/SyncImportDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/SyncImportDocuments.java index ccfab9b7b6fe..1d4ebf25a742 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/SyncImportDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/importdocuments/SyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocuments.java index 936d003edbe5..d384fca8cb04 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocumentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocumentsPaged.java index 9c608403065f..934ed60389d5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocumentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/AsyncListDocumentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocuments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocuments.java index d769b55c952f..81f790b532e6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocuments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsKnowledgebasename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsKnowledgebasename.java index 93a2710beae2..06849211bc1c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsKnowledgebasename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsKnowledgebasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsString.java index e6ca95d81f0a..1c28555f9384 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listdocuments/SyncListDocumentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocations.java index 98df0c88060f..57ed9ff68c80 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocationsPaged.java index 5bd5a7b4f7b1..50b7c290bbaa 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/SyncListLocations.java index c3f5b270bc02..7e503f55d21b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocument.java index 6c81737da68b..423fb9601f9b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocumentLRO.java index a4ce94a071af..a0cf593332ee 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/AsyncReloadDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocument.java index 011168a621cc..82cd84964ad6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentDocumentnameGcssource.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentDocumentnameGcssource.java index 4deac3bf6d54..aa6fcbf020a0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentDocumentnameGcssource.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentDocumentnameGcssource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentStringGcssource.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentStringGcssource.java index 1bba27b1ffbb..4db725b5a06e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentStringGcssource.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/reloaddocument/SyncReloadDocumentStringGcssource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocument.java index f191fd2dce61..2b5a6d0c2613 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocumentLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocumentLRO.java index 307abf126e82..b3daaf48f3ac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocumentLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/AsyncUpdateDocumentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocument.java index a22429ecbc0e..f28887fed3bb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocument.java index c368dc43285c..37560cd46d38 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java index bcfc76d47d39..bb06e5e7c32a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documents/updatedocument/SyncUpdateDocumentDocumentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documentssettings/getdocument/SyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documentssettings/getdocument/SyncGetDocument.java index a031f76c780b..1480b49d1727 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documentssettings/getdocument/SyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/documentssettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java index e8e512ab6002..6042f5457516 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java index 8ca90a727a79..75ca475149fc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/AsyncBatchCreateEntitiesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntities.java index c3e64a8b0b88..344a2c1a946b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java index acdacc3d7174..fb1cc45cb7b9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java index e3fca809a4db..7a4502744085 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesEntitytypenameListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java index ab5083c46ae1..a3796e0a9440 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java index 3a9c33bdde1d..0bf31887611a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchcreateentities/SyncBatchCreateEntitiesStringListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java index 2e320114cac4..1f4ec3b188fb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java index e23f96572399..2846f5a8ec20 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/AsyncBatchDeleteEntitiesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java index de254788ab86..a5f03831e995 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java index 09bf8d12ad8f..11174133faf2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java index 122a4542127e..517b6af37d34 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesEntitytypenameListstringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java index 4eea1d6b2106..d505e421b60d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java index cfd97082b0d8..efb532468066 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentities/SyncBatchDeleteEntitiesStringListstringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java index 5f02aa709d89..266ee07f7f23 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java index 475e40a56e6a..ad665970ff44 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/AsyncBatchDeleteEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java index 21c0b098a646..fb4ce79a6e40 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java index 962aae8af8a3..0045bbd83749 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesAgentnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java index 18a500fe4c2a..935a4b543cb0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchdeleteentitytypes/SyncBatchDeleteEntityTypesStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java index ace35a09a6e4..991e6a5e5012 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java index 8ad0283367c4..ba3248e3345c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/AsyncBatchUpdateEntitiesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java index aa2a9313b411..c5c93fe7ccb5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntities.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java index fca5b18c45c8..4562eb657c53 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java index 9dab6ca056bc..f25ea26b3f45 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesEntitytypenameListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java index 0657ae7af6d7..79b0b82e99d0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java index 51a0cdc14721..bfaa71472d03 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentities/SyncBatchUpdateEntitiesStringListentitytypeentityString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java index 1319f026f46b..bdb8d9f06074 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java index 7b3506199647..6f09800a546f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/AsyncBatchUpdateEntityTypesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java index 36fa7c3e70a1..43b664bfa961 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/batchupdateentitytypes/SyncBatchUpdateEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java index 07d71e0726fb..59dbbe9e0506 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java index ec67d07421d5..af4cb3c430c5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetEndpoint.java index d1dd26646c06..d5bd397f2653 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/AsyncCreateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/AsyncCreateEntityType.java index 1a0d367ae9d7..c368ecb19901 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/AsyncCreateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/AsyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityType.java index a0cb7240e27c..8cc187ee45bf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java index a4df1ce31ae0..14e1ac4f94b6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java index af526acaf4ea..04eae1c8996f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeAgentnameEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java index 3478e79ed44e..1f47b15cbfac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java index e2e2a8204745..a71ac76b5626 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/createentitytype/SyncCreateEntityTypeStringEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java index 536cd952a426..23ef9d81a070 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/AsyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java index 3ccfd17a6bcd..8a265f5d84a5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java index 733befbb4681..20bb576f23d6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java index 5ed5b1641cd4..02de645df9a1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/deleteentitytype/SyncDeleteEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/AsyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/AsyncGetEntityType.java index cd50484b4a72..21d683727550 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/AsyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/AsyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityType.java index 9a812a9acfce..69748d504fc7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java index d5a8730414b6..bffc7c8948f3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java index bc31908665c5..e8981b6f2d24 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeEntitytypenameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java index 0d65d2ec7d9f..3704372eadd5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeStringString.java index 12dea44198dc..e325c60c1316 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getentitytype/SyncGetEntityTypeStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/AsyncGetLocation.java index 677c78a644b0..7e2bcdd71ecb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/SyncGetLocation.java index 4e33f70211a4..18ad8b8bcc99 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java index ef842c5df67c..8669b92095e2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java index 6e57402b9f0c..86a773dd5a73 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/AsyncListEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypes.java index 2688a74cf6fe..0ddff9a7bd10 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java index f661a59ee4fb..150afdb0b690 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java index b8f8f1d84715..8d1389786403 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesAgentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java index 66ece48b7e22..bf57c245290a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesStringString.java index 7a6601bb9dbc..35a3343c4880 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listentitytypes/SyncListEntityTypesStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocations.java index 07dd490d9047..f6b95f97a1c6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocationsPaged.java index c47519ce6bcb..2b16f896677f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/SyncListLocations.java index 76e1bbb5f598..2c968d7c16dd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java index 7b81f98f676e..9cc56262b941 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/AsyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java index b0d42c5a81cb..5be420bba6bc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java index 9c59cb6d0520..bf6aad9e8e91 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java index 4bc42042f164..a9e02f0ef3f2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeStringFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeStringFieldmask.java index 18b07b47f264..d4bd28a1e520 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeStringFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypes/updateentitytype/SyncUpdateEntityTypeEntitytypeStringFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypessettings/getentitytype/SyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypessettings/getentitytype/SyncGetEntityType.java index e4e5771cbddc..0534454d418e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypessettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/entitytypessettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider.java index b678857bcf7e..854e7d47f1e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider1.java index fb365604687d..0e57f7af44dd 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetEndpoint.java index 770d4e630f67..62b4c97b7746 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/AsyncCreateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/AsyncCreateEnvironment.java index 0bce16e38c45..8a40718492e1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/AsyncCreateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/AsyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/SyncCreateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/SyncCreateEnvironment.java index 863fdde0f989..6fdb5cdd6be9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/SyncCreateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/createenvironment/SyncCreateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java index 85c09ddabacd..74719bf8b0b2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/AsyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/SyncDeleteEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/SyncDeleteEnvironment.java index 7a3d9ff05cbe..f280f5638863 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/SyncDeleteEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/deleteenvironment/SyncDeleteEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/AsyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/AsyncGetEnvironment.java index a576bcd91e6c..5210ca430021 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/AsyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/AsyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/SyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/SyncGetEnvironment.java index 542c6cebe8d6..6cac139421c5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java index 7183c3d46bd7..a8d5415f6525 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java index 6b78e7a847fe..a12d376b73ad 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/AsyncGetEnvironmentHistoryPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java index bdbcaf742b0b..c921c4126131 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getenvironmenthistory/SyncGetEnvironmentHistory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/AsyncGetLocation.java index 8eb8791592c0..923f23632bd6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/SyncGetLocation.java index 859f7688fa43..679f001e438e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironments.java index 2bfda3ac2417..a6bb27e82680 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java index 4930254b47c0..c691fb23a3d2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/AsyncListEnvironmentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironments.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironments.java index 980ce9c40f7d..e6df45aaba45 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironments.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java index 772b67ac1650..614cda721eef 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsString.java index 90ff3147aa49..cfb153363751 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listenvironments/SyncListEnvironmentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocations.java index 212e6be43d7a..1686981879cc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocationsPaged.java index 61433cd00a07..82b8962415b2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/SyncListLocations.java index 224a3ca74fb8..2f0e1a50179f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/AsyncUpdateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/AsyncUpdateEnvironment.java index e337be55546c..39e0109a5c14 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/AsyncUpdateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/AsyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/SyncUpdateEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/SyncUpdateEnvironment.java index e07620d2f582..73e0cb59a027 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/SyncUpdateEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environments/updateenvironment/SyncUpdateEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environmentssettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environmentssettings/getenvironment/SyncGetEnvironment.java index 864ea8a28490..29ad09a3afcc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environmentssettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/environmentssettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider.java index 0804dd11a8bb..89acbd4153b9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider1.java index dc54c364cbe7..941f90ee2893 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetEndpoint.java index e120e17f2d43..455515c14101 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/AsyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/AsyncGetFulfillment.java index 9ee665441ed5..1a575dd3fa5e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/AsyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/AsyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillment.java index 3d2b6ce3a27f..d232cb693de4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java index 8fd714817fbc..933ea633b30c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentFulfillmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentString.java index 841cd471c5b0..f2c408562c7e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getfulfillment/SyncGetFulfillmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/AsyncGetLocation.java index 865bcfa6b779..888480c9ad0a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/SyncGetLocation.java index 64442e4e94d2..79df27f5b4ca 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocations.java index ed4255825eb1..6b5316842ef8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocationsPaged.java index 0468876c5785..362487fc1d85 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/SyncListLocations.java index affd22c68fa7..7b67c8593901 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java index 571fd26ac0f4..cf61cd8c002b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/AsyncUpdateFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillment.java index 6e46f110c815..d190ad27422e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java index ba1129aa3280..74b92e964663 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillments/updatefulfillment/SyncUpdateFulfillmentFulfillmentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java index da50dd58c650..fd5833336d20 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/fulfillmentssettings/getfulfillment/SyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntents.java index 50f58e2c4871..9fc1ec74f24d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java index 21e240b71491..b34eb97cab98 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/AsyncBatchDeleteIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntents.java index ed791f2ba904..039cea54a986 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java index f8f48dc30b0d..78a4f60f3585 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsAgentnameListintent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java index 34774bf69838..c0d0affe6636 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchdeleteintents/SyncBatchDeleteIntentsStringListintent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntents.java index 2123a55c6d9b..80665a73f9c1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java index c96f2ef69a8e..83ae86ab11ad 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/AsyncBatchUpdateIntentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntents.java index aff45960f24e..890b70c13294 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java index f4e784dacf35..859269707bd5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameIntentbatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java index 5e78fd8a6663..bb02b2712c7c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsAgentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java index 58fe8f895bde..e72c39e6fb91 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringIntentbatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java index 2d0ad3ab14a1..152f35319b5d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/batchupdateintents/SyncBatchUpdateIntentsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider.java index 1997f584b467..4b6cf846327e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider1.java index 2633af1957d7..d6b147b010a0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetEndpoint.java index a09893b7e1e0..3b87223fe319 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/AsyncCreateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/AsyncCreateIntent.java index 161e161b8440..3dd5b8623cab 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/AsyncCreateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/AsyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntent.java index 5fcfd1c7793c..6822b3574484 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java index d9488c0a1f12..f590a5183f5c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntentString.java index 1ca34392141a..6fca49d74af9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentAgentnameIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntent.java index 85fa37aeb3f0..23e91764997f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntentString.java index 5b492d5d48a3..8c161959e45a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/createintent/SyncCreateIntentStringIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/AsyncDeleteIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/AsyncDeleteIntent.java index 188dae486559..3cb4af911420 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/AsyncDeleteIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/AsyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntent.java index ed52f86aba45..45848bf95891 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentIntentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentIntentname.java index b253d28fe70c..b35ca96f1b00 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentIntentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentString.java index bca00b2da61e..6827870686de 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/deleteintent/SyncDeleteIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/AsyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/AsyncGetIntent.java index 5fc5af8a6511..3e7998165f52 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/AsyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/AsyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntent.java index da7276181f90..25c789c3bca8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentname.java index e76d982f2fac..6ccd4c0e2aaf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentnameString.java index f8cd9e2d4f30..df8835eae910 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentIntentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentString.java index 3e8f662f9341..aa6dee0e034e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentStringString.java index 175e3b790d9d..8d9d083090b4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getintent/SyncGetIntentStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/AsyncGetLocation.java index 4c23a6edff74..49bbee3082ae 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/SyncGetLocation.java index e7ed0f1a9bf6..c832977dad2e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntents.java index 153179763112..4814dc338ae5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntentsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntentsPaged.java index 3683655f80ef..5a843c5754e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntentsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/AsyncListIntentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntents.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntents.java index 11e043441524..14fb6f51f7f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntents.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentname.java index 838a045196da..715bae174259 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentnameString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentnameString.java index 44c89b2925df..593c306413e3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentnameString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsAgentnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsString.java index 978b64f213d2..381c6cc025d0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsStringString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsStringString.java index cc25d5a3af3a..d0e0975a7783 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsStringString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listintents/SyncListIntentsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocations.java index dd536be452ee..5128c806c0a8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocationsPaged.java index 973176ff4b78..2470f879a7f8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/SyncListLocations.java index 6ab6778ac193..0a35d1a16e18 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/AsyncUpdateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/AsyncUpdateIntent.java index 92e976c7df71..04d59af84bfc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/AsyncUpdateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/AsyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntent.java index 3844462c1ea5..ea894a588d11 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntent.java index 5b81b64316a8..3e56715fb1de 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java index 5e4e6a4e0fee..b89d13cbd131 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentString.java index 774cbc94ec73..e5c644463341 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java index 23cd4d8f600f..1a559791bea8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intents/updateintent/SyncUpdateIntentIntentStringFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intentssettings/getintent/SyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intentssettings/getintent/SyncGetIntent.java index b7703b0599e8..9bb7e3986d81 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intentssettings/getintent/SyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/intentssettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider.java index 3b11730af02b..3aea044c5959 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider1.java index 9b5bdd3ed8a9..09cf529b429a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetEndpoint.java index 2c3b8401bb81..d9e0dbb8ef07 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java index 6784a61ed0f1..da4a5079668e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/AsyncCreateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java index 22db62ed244d..0f8b899c0191 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java index 804ba8134872..7d7bae9d460e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseLocationnameKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java index faadb8d86266..bf10b1b8d1ec 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseProjectnameKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java index 145a3132e178..c2c2eb490a91 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/createknowledgebase/SyncCreateKnowledgeBaseStringKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java index 5895bcf29098..b11bfe6754d8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/AsyncDeleteKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java index bc716f0ad171..437313d5b701 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java index baffdcbd4787..4f94c6316f35 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseKnowledgebasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java index 09ae744c3df1..c602af996a7a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/deleteknowledgebase/SyncDeleteKnowledgeBaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java index 571e74e25511..243b44b0ca31 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/AsyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java index 6eb2977f412a..9a0c6d080723 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java index 93aa4f723641..a337141583b6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseKnowledgebasename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java index 732378ebf1cd..23dde816c302 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getknowledgebase/SyncGetKnowledgeBaseString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/AsyncGetLocation.java index 262b16256a93..be1d4327e4f3 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/SyncGetLocation.java index 04119f15b539..b2d7755f702e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java index 0bca55fc2674..ab6a3824442c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java index 648325f5147c..078385b757fc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/AsyncListKnowledgeBasesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java index 183a4f9b6b96..279d03c282b8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBases.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java index 5c01eeaf7839..86ea061f983d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java index f55181b238b2..d5fe04ace05e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java index eedfabb34dc4..3879fc0e80bc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listknowledgebases/SyncListKnowledgeBasesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocations.java index b1cfb7aaa152..44705efbed71 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocationsPaged.java index 7450f9811dd2..2ee7e3f2cf52 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/SyncListLocations.java index 54ce8a206907..b9451da2c7f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java index 0e7a906ebb0c..14c919a55217 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/AsyncUpdateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java index 85e29f3f07b2..ff231c07aaf2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebase.java index 7180cc46bcf7..7bda31b571c6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java index c1c6a1d2b532..ab152b7c8f08 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebases/updateknowledgebase/SyncUpdateKnowledgeBaseKnowledgebaseFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java index e22f13478480..c7292f8dabf0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/knowledgebasessettings/getknowledgebase/SyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/AsyncAnalyzeContent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/AsyncAnalyzeContent.java index c5297e2d192b..7c594d708c29 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/AsyncAnalyzeContent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/AsyncAnalyzeContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContent.java index e8e86dc7daf4..f059aa4fb42c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameAudioinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameAudioinput.java index bcddbe6c0808..f0f0500471d0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameAudioinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameAudioinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java index d7af59971bfb..40f0d1eb77e1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameEventinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java index 3ac6359e86fe..d6907bd181ac 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentParticipantnameTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringAudioinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringAudioinput.java index 49a5f753f0a5..33733bfaf048 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringAudioinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringAudioinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java index 9e60c0810cf2..e8a23f8f5949 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringEventinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java index 08cfdcc4f3f9..4c98ba1acaa8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/analyzecontent/SyncAnalyzeContentStringTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/AsyncCompileSuggestion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/AsyncCompileSuggestion.java index 75974d34126d..ba1466d33c67 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/AsyncCompileSuggestion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/AsyncCompileSuggestion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/SyncCompileSuggestion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/SyncCompileSuggestion.java index 9a7be19a5bac..be5559792561 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/SyncCompileSuggestion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/compilesuggestion/SyncCompileSuggestion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider.java index d62f2753214b..e32bf9150014 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider1.java index 4caf8fdd4e22..192b4d8ab6be 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetEndpoint.java index e3a659d32344..02a26e902d6f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/AsyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/AsyncCreateParticipant.java index 38e934e1bb2b..489592f5581a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/AsyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/AsyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipant.java index 90ad90a0823f..d54d801985ff 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java index cdbd46b37355..2490a631e7d0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantConversationnameParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantStringParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantStringParticipant.java index 7574e9bbc28d..b79520c588a4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantStringParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/createparticipant/SyncCreateParticipantStringParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/AsyncGetLocation.java index c1b4285978e4..84ba4c9fefc1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/SyncGetLocation.java index b9c31e7c8977..f2ac047b36bf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/AsyncGetParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/AsyncGetParticipant.java index abc9ada88cc5..11784abc245d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/AsyncGetParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/AsyncGetParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipant.java index aaa067d4129d..2afaa82baef0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantParticipantname.java index 7102b450934c..789cc6697e24 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantString.java index e4b25fce6da0..9146a948b243 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/getparticipant/SyncGetParticipantString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocations.java index 589e413035eb..2bb085476e2a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocationsPaged.java index 59fcfd3f5009..a08d362d38b8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/SyncListLocations.java index 395dfd1896f8..fce62cc21fbb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipants.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipants.java index 644c1ff80d32..c82b7ec5cbc8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipants.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipants.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipantsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipantsPaged.java index 5aef2f3a0798..da2eb71abc2a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipantsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/AsyncListParticipantsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipants.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipants.java index 61d1dd9fe522..3da47429417a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipants.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipants.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsConversationname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsConversationname.java index 7cb7ee8d353b..bcede13558d9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsConversationname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsString.java index 221d4e9df764..1f56597162d5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listparticipants/SyncListParticipantsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestions.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestions.java index 10092be77265..a1fa883aeb84 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestions.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestionsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestionsPaged.java index a82df9ad0a5f..bf5fd573998c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestionsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/AsyncListSuggestionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/SyncListSuggestions.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/SyncListSuggestions.java index cadd7e1549d2..4619f5faafb2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/SyncListSuggestions.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/listsuggestions/SyncListSuggestions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java index 7dead29448cb..3d8911a288d0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/streaminganalyzecontent/AsyncStreamingAnalyzeContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/AsyncSuggestArticles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/AsyncSuggestArticles.java index 2896d4c390f7..a538e93c8634 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/AsyncSuggestArticles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/AsyncSuggestArticles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticles.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticles.java index f24939f74527..cc007e7ad44b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticles.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticles.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesParticipantname.java index 590d5d22fe46..dec8eac49e2f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesString.java index dfe17da37bd1..e4a12125f25f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestarticles/SyncSuggestArticlesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java index 892a93ea188b..575098084955 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/AsyncSuggestFaqAnswers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java index 83019094dc6a..45c7881715f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java index 52cfd84b4e9f..02a1c9d95226 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java index d5c9a2c3e3fc..8352a8569730 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestfaqanswers/SyncSuggestFaqAnswersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java index c074f309d515..4d088f2d9c49 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/AsyncSuggestSmartReplies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartReplies.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartReplies.java index 9c263c087d7d..0eb2bb634e0a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartReplies.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartReplies.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java index deee48ea8d1d..1fc20914b70d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesParticipantname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java index 86b738c14ea2..42e3f8a6a902 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/suggestsmartreplies/SyncSuggestSmartRepliesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/AsyncUpdateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/AsyncUpdateParticipant.java index 957d8c1ae181..14afee34a5ab 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/AsyncUpdateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/AsyncUpdateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipant.java index 09d568d31243..d07ec8ff7fe5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java index 5ff11aa44c21..14267abf73cb 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participants/updateparticipant/SyncUpdateParticipantParticipantFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participantssettings/createparticipant/SyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participantssettings/createparticipant/SyncCreateParticipant.java index 762e8d9bbeac..6213d78782de 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participantssettings/createparticipant/SyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/participantssettings/createparticipant/SyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java index 1f612278667a..ac358ef1a778 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java index ce3c37ace7db..07275e239d06 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java index 5bc967d6ad75..a59f8477fee0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java index f066e02749ad..036abb982484 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/AsyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java index d5cdd08b00df..13ead72af869 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java index ce39484bb1a3..a601babe3856 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeSessionnameSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java index 274e88759cac..37d5891ee6dc 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/createsessionentitytype/SyncCreateSessionEntityTypeStringSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java index ab517e7cb63c..2fc6a615ba80 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/AsyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java index 21b83839d272..c66fb76d71f4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java index fdee90f1a9a4..cf0710557371 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java index e428679c14a6..62e103f44e1a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/deletesessionentitytype/SyncDeleteSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/AsyncGetLocation.java index c1c106d292fa..a71842e29d01 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/SyncGetLocation.java index b0d5b7eb508a..35956c91f3d4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java index 28ae05b2c6b0..b60cc949e107 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/AsyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java index 8fcf5c91a2dc..f9ce33e51ff7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java index 00439f23726a..63f1b2a54251 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeSessionentitytypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java index 320d5d912ee4..fc168c40cec4 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/getsessionentitytype/SyncGetSessionEntityTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocations.java index efe826c80e81..34ff2eb28c8b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java index 70d34cd1e76c..9365ce25c1ef 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/SyncListLocations.java index 4b41e8750b6a..2cdd89868311 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java index 57fac92cdddf..8ce9ec653429 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java index b7f6f6159db4..70f6e1ad3e9e 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/AsyncListSessionEntityTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java index 0f6bb9ec4d21..8ef70f0a80c2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java index 106608b48b65..dfaf2743754b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesSessionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java index eb82f3c1de05..b87218466799 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/listsessionentitytypes/SyncListSessionEntityTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java index 8743422e1123..2af05fd1155b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/AsyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java index 4f815083167a..37b59a8c307b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java index 727ff68effe3..b61a6e48173c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytype.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java index 6e5f2f08ed75..39727332080b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypes/updatesessionentitytype/SyncUpdateSessionEntityTypeSessionentitytypeFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java index dfeee90d308b..f6bc4a937632 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionentitytypessettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider.java index 21cfd3d8606a..06f7326bafb2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider1.java index f04f3c9f1afe..dc82945d7633 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetEndpoint.java index c388d5162e64..872288c96fe8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/AsyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/AsyncDetectIntent.java index 9bd3a2a7dc8f..decc724327d0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/AsyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/AsyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntent.java index 0205769b4d25..dd8565b742f0 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java index edf588704c73..709f885a30f7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentSessionnameQueryinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentStringQueryinput.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentStringQueryinput.java index 70b2a38999bd..b11cd6314e68 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentStringQueryinput.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/SyncDetectIntentStringQueryinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/AsyncGetLocation.java index a28c2c50eca3..8267ec82e4c8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/SyncGetLocation.java index 68e3dad5c24f..a7515222240c 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocations.java index 319e98183075..6f714c5aa422 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocationsPaged.java index 543f1b178431..0814913a97b1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/SyncListLocations.java index 79116f6d6b4e..1d6e823dc967 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java index e6961adb03e7..ac88a4fafaa8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/streamingdetectintent/AsyncStreamingDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionssettings/detectintent/SyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionssettings/detectintent/SyncDetectIntent.java index e95a79080266..70b6e1347e2b 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionssettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessionssettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java index 88708491d3b0..c1880a61c6a1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/agentsstubsettings/getagent/SyncGetAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/answerrecordsstubsettings/getanswerrecord/SyncGetAnswerRecord.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/answerrecordsstubsettings/getanswerrecord/SyncGetAnswerRecord.java index 529a51eba139..4218b4b89bd6 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/answerrecordsstubsettings/getanswerrecord/SyncGetAnswerRecord.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/answerrecordsstubsettings/getanswerrecord/SyncGetAnswerRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/contextsstubsettings/getcontext/SyncGetContext.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/contextsstubsettings/getcontext/SyncGetContext.java index 8ec1e450bca4..69bc0c73b436 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/contextsstubsettings/getcontext/SyncGetContext.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/contextsstubsettings/getcontext/SyncGetContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java index 4194686d157b..1a07300bbaab 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationprofilesstubsettings/getconversationprofile/SyncGetConversationProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java index 0f8b2642f8e2..d116b1564dbf 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/conversationsstubsettings/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/documentsstubsettings/getdocument/SyncGetDocument.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/documentsstubsettings/getdocument/SyncGetDocument.java index f68e4053f431..0410e79364be 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/documentsstubsettings/getdocument/SyncGetDocument.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/documentsstubsettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java index 507a50872266..2f9f8da10b1d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/entitytypesstubsettings/getentitytype/SyncGetEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java index 112139895422..232a55c2ace8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/environmentsstubsettings/getenvironment/SyncGetEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java index b07c695f26e9..c3462f556331 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/fulfillmentsstubsettings/getfulfillment/SyncGetFulfillment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java index eb948441019e..b34ead3ba2b9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/intentsstubsettings/getintent/SyncGetIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java index 75aa3e80756e..93b3341bef93 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/knowledgebasesstubsettings/getknowledgebase/SyncGetKnowledgeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java index a7767a329583..2679412fd583 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/participantsstubsettings/createparticipant/SyncCreateParticipant.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java index 2bd8b6c0cdcd..e561c0c0c556 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionentitytypesstubsettings/getsessionentitytype/SyncGetSessionEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java index a4c959844bad..8981183f75db 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/sessionsstubsettings/detectintent/SyncDetectIntent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java index 3b07d41eaa3c..85f5ff10a7db 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/stub/versionsstubsettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider.java index 34bd8e3001ef..3c8d8b8d237a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider1.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider1.java index b55649e2b25f..55a5d6d1aac7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetEndpoint.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetEndpoint.java index 3ca249cb34b3..2b73330e2d0d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetEndpoint.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/AsyncCreateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/AsyncCreateVersion.java index be17f573a5ba..911587b20c5a 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/AsyncCreateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/AsyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersion.java index d64ec9a7136e..da28a1721587 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionAgentnameVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionAgentnameVersion.java index 07d458af54f5..b73f96c90a60 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionAgentnameVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionAgentnameVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionStringVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionStringVersion.java index 0bf8e2ab8a80..c7f3125ca7d2 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionStringVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/createversion/SyncCreateVersionStringVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/AsyncDeleteVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/AsyncDeleteVersion.java index b9ea8b535466..465cf74f8498 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/AsyncDeleteVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/AsyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersion.java index fb041de080c8..377d694d14a8 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionString.java index c593be76ddb8..69e4d0e9260f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionVersionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionVersionname.java index c5382aa4bf60..224b78a9d572 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionVersionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/deleteversion/SyncDeleteVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/AsyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/AsyncGetLocation.java index fce8a49db3dc..1da400150001 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/AsyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/SyncGetLocation.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/SyncGetLocation.java index 1b9db8176bfe..b352117378a5 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/SyncGetLocation.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/AsyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/AsyncGetVersion.java index c14f4aef7c5b..1f314e902df9 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/AsyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/AsyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersion.java index 455e24258080..634c4d5efa73 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionString.java index c3ecc8931018..3ec675c94370 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionVersionname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionVersionname.java index ca296c593024..6f86f45af0c7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionVersionname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/getversion/SyncGetVersionVersionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocations.java index 1c1a66388fb4..673312f3681d 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocationsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocationsPaged.java index d897ab6ae83b..4c013e1de524 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocationsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/SyncListLocations.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/SyncListLocations.java index 1d5a8f0a802f..473cf33b53e1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/SyncListLocations.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersions.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersions.java index dbc4cbf9a80a..a5c384a47ef7 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersions.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersionsPaged.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersionsPaged.java index c742fdfacbeb..6db92b98c100 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersionsPaged.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/AsyncListVersionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersions.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersions.java index 30d583578395..25ef69d43f87 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersions.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsAgentname.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsAgentname.java index f93329fe8adc..2e7313206fde 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsAgentname.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsAgentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsString.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsString.java index 1bbff2733c79..dc071359b308 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsString.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/listversions/SyncListVersionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/AsyncUpdateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/AsyncUpdateVersion.java index 50478e62fdea..f9790f50cab1 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/AsyncUpdateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/AsyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersion.java index 855cf7bd28d0..ecf516ad7417 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java index ec0b86086aee..b9a275a8ce90 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versions/updateversion/SyncUpdateVersionVersionFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versionssettings/getversion/SyncGetVersion.java b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versionssettings/getversion/SyncGetVersion.java index 498379b89e99..0fa5d3d2cf1f 100644 --- a/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versionssettings/getversion/SyncGetVersion.java +++ b/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/versionssettings/getversion/SyncGetVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/README.md b/java-discoveryengine/README.md index 55c4079f1b95..1898032f1129 100644 --- a/java-discoveryengine/README.md +++ b/java-discoveryengine/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-discoveryengine.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-discoveryengine/0.30.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-discoveryengine/0.31.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceClient.java index 5400512fbf42..ea5a56d5b49e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceSettings.java index b6c0bf839774..3ddbd6711d9a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/CompletionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -155,7 +155,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CompletionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CompletionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClient.java index c5bd64b67573..5f4d231a9fa6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceSettings.java index 8aef0f972443..9a7bf3ee27c2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationalSearchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationalSearchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClient.java index 63c639a76958..b2102fd3bf3e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceSettings.java index 57386e42a9f1..ee8d49a80588 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -159,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataStoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataStoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceClient.java index 0002fa13d343..fe54a909bbfb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceSettings.java index af57b806c90a..eef19456cdc7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/DocumentServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -170,7 +170,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DocumentServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DocumentServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceClient.java index af248c70f3a7..054dc3214fe7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceSettings.java index e6cd8e9f32b9..1adac6d17ddd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/EngineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -157,7 +157,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EngineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EngineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceClient.java index 3b4527173e54..fd79996f91bb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceSettings.java index 84d553e37b00..4d22564bf6c2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SchemaServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -163,7 +163,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SchemaServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SchemaServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceClient.java index defdaac2e138..84480d98a09a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceSettings.java index 2b35d12d4cb7..7fa651aa1ed3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SearchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -121,7 +121,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SearchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SearchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClient.java index f84a0e5516e5..d118ab4785d0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceSettings.java index de0780d9ac1c..e91eb357a528 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -266,7 +266,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SiteSearchEngineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SiteSearchEngineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceClient.java index 44242a2a18d8..127dea69521c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceSettings.java index 6107a27e0683..105b4a68ff95 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/UserEventServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -139,7 +139,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return UserEventServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return UserEventServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/package-info.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/package-info.java index c20c16baeb9e..e777933823ba 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/package-info.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStub.java index 7d4d97e19dbc..634d541087bc 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStubSettings.java index 5f912fcd5393..fa7a8cd14f1a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/CompletionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -228,7 +228,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -237,7 +236,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStub.java index 95255db1597c..7e1dbff430d4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStubSettings.java index 653f1c4ab8be..29ff0d34525f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/ConversationalSearchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -289,7 +289,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -298,7 +297,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStub.java index 8679a10a95cd..a56e301fc057 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStubSettings.java index 97dd1b88e814..14444de90adb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DataStoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -291,7 +291,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -300,7 +299,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStub.java index 95c5f9f5f6a9..78164ef63639 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStubSettings.java index f30b189ef4b1..77402d40f9a3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/DocumentServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -309,7 +309,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -318,7 +317,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStub.java index d3ecd49d44be..03ba6e4becf2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStubSettings.java index 07681c79c75f..05d3e2d818e6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/EngineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -288,7 +288,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -297,7 +296,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceCallableFactory.java index 5a1768f32ed4..9cec31a00339 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceStub.java index 921fa0a89a41..d9371f138bbb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcCompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceCallableFactory.java index 4df5265a7c0c..b71840b97677 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceStub.java index 5bbb8117ba04..f36bed1222b2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceCallableFactory.java index 04fe0fe678c6..ce22768655ef 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceStub.java index 86d86ca1c5e9..beefc41b1245 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceCallableFactory.java index 2b0b02ffd5b7..e4f20a82d85c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceStub.java index 012cdce12154..539ca4f169b6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcDocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceCallableFactory.java index 9d75923a1549..89fc031199fd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceStub.java index a4da6fa9d0cc..d64fecac7a88 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceCallableFactory.java index e0b9131162d8..c59e9745d90c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceStub.java index a74ac70b3075..5ee953814212 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceCallableFactory.java index 1e8c404fe13e..42fc6a6937fa 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceStub.java index ac0b8cfeb8d0..782267a777db 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceCallableFactory.java index 3c2bd1a9483f..a3890997bb8a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceStub.java index 8950bcdf89b4..51a430be5e98 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcSiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceCallableFactory.java index 084451981041..65a1831b6822 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceStub.java index 2bdfe6743fde..806dbf34dad5 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/GrpcUserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceCallableFactory.java index 6ee7c0b5d2da..74bfc115d743 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceStub.java index 06f3a7c3e37d..fed224f30f45 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonCompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceCallableFactory.java index eca5951212d9..47d311ecb96d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceStub.java index 3a60b0629eee..e12f869b0e11 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceCallableFactory.java index 56faaa55d641..70bb9766f4a0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceStub.java index 1ed56e832d91..242cb9ee69be 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceCallableFactory.java index 519f38bbc2ee..e97dbb60c151 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceStub.java index 51a7ba78c511..4983badf6fdb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonDocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceCallableFactory.java index 00b990314d7e..5133099ae562 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceStub.java index aefe957513e9..bb090875fea3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceCallableFactory.java index 6757dba3e504..5fe247431de9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceStub.java index 29b6025d4f7b..9ee527f0f0eb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceCallableFactory.java index dac3a1b82a1c..801a5f622985 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceStub.java index 4a0e859e0b16..93236324db48 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java index 8e193b545c9b..7f97c3d89f55 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceStub.java index 59b84afeaad3..4f14a00caf24 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonSiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceCallableFactory.java index f5e285f3deff..eea9545be669 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceStub.java index e85735fc22e2..6a8da42e92c3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/HttpJsonUserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStub.java index f7f95c4b4f17..0e10eab1ba02 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStubSettings.java index 4ad1e1da6316..a1d7b735c094 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SchemaServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -297,7 +297,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -306,7 +305,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStub.java index 7167de500427..b85762a8a594 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStubSettings.java index 2d5f89d9827d..5164916d6b7b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SearchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -233,7 +233,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -242,7 +241,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStub.java index 39aad760c298..d980d853354f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStubSettings.java index ac375328f963..ee0d5962794b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/SiteSearchEngineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -527,7 +527,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -536,7 +535,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStub.java index 6b7ab3db6145..8205e96ce429 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStubSettings.java index c1fbb7a48664..fcc749a1dfb3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/UserEventServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -203,7 +203,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -212,7 +211,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClient.java index 23b5a17660fc..11fd5438e4ba 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceSettings.java index 114edc76e496..603b7117772d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,7 +120,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CompletionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CompletionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClient.java index 94e9933c8e09..11233126d769 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceSettings.java index 182a146b889c..ee557a384f5a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -159,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationalSearchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationalSearchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClient.java index 4bd7ee3b6a41..b4322f66c963 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceSettings.java index 0929f68ca0f1..7d77a03b9f2e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -160,7 +160,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataStoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataStoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClient.java index 1c47213596b3..a20778d1396d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceSettings.java index 335cbe253f7b..c15c82936f15 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -171,7 +171,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DocumentServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DocumentServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClient.java index b4acbb70101a..6a8e60eeab11 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceSettings.java index 65913c2a68a8..1dc5616d51e1 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -179,7 +179,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EngineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EngineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClient.java index 16e33b1ae152..dabfd86babfc 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceSettings.java index 4a3324e08812..258d20723faa 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -121,7 +121,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RecommendationServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RecommendationServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClient.java index 17ab4a2b583c..2e2d9b974c09 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceSettings.java index 3ef01f326c1a..6d56207ce98a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -164,7 +164,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SchemaServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SchemaServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClient.java index c24714be0803..41128cc80c28 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceSettings.java index 89d1e0bf357d..054c3211bf23 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -122,7 +122,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SearchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SearchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClient.java index a23e4599e337..671059d77837 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceSettings.java index fbf7505b9c8c..2d7ccb8fec9e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -131,7 +131,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SearchTuningServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SearchTuningServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClient.java index 205ad202ef80..9ee0145408fa 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceSettings.java index e208a615ba5f..1a8f3c6fc5cc 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -267,7 +267,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SiteSearchEngineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SiteSearchEngineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClient.java index 1933feb99151..25bddb1c21f2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceSettings.java index c1cb18161a0d..6a8f55e04800 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -152,7 +152,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return UserEventServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return UserEventServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/package-info.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/package-info.java index b6e03fb84807..6f874ce415d9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/package-info.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStub.java index 3ca327a6e9e9..a0474a6f548c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStubSettings.java index 029d4f86f281..bf04b3febe0f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/CompletionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -174,7 +174,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -183,7 +182,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStub.java index 1c5d89620703..930858497e1a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStubSettings.java index 1effe03eb620..c27fa17ee9fc 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/ConversationalSearchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -290,7 +290,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -299,7 +298,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStub.java index d335bb84e900..429312636278 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStubSettings.java index 158892a23c72..44ddef166f59 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DataStoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -292,7 +292,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -301,7 +300,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStub.java index ff2de0513c05..0fbaf7ca29a2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStubSettings.java index cbebe5ad10a0..7081f3231c11 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/DocumentServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -310,7 +310,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -319,7 +318,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStub.java index 45349af0bcfb..2cfeefe9e5cd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStubSettings.java index bf3911565111..61b90f0a5d2e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/EngineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -320,7 +320,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -329,7 +328,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceCallableFactory.java index 020b0b906da2..0413d6d5ba63 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceStub.java index b065e19f9896..c68b5173d0ca 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcCompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceCallableFactory.java index 5d2327263815..c300e2d73dfb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceStub.java index 94c2d0f55c9d..9744ebeacc7a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceCallableFactory.java index 9031826e38fd..0a95504bd1d1 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceStub.java index be5b901f7da1..997a7c971364 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceCallableFactory.java index 1c718e1f76bc..8a236b44e679 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceStub.java index 22ff0ba42656..0850e31a1992 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcDocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceCallableFactory.java index d6e10cf5ce0e..174380c5b084 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceStub.java index 08c31fe9cd4c..5386264bb7d0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceCallableFactory.java index beae336b94b8..89db1313bc70 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceStub.java index efabaf4123cf..c00bc58d2330 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcRecommendationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceCallableFactory.java index 04dcbe7649b1..030213b1ac1b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceStub.java index 39f3a563d410..bab07f0cb69b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceCallableFactory.java index 313ce9d20149..e6e7f1409dce 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceStub.java index e67789d8c522..3f61aca5aa88 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceCallableFactory.java index 9626fcc3d6cb..7b3655ceec6d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceStub.java index 98218a59c32c..6a795668376f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSearchTuningServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceCallableFactory.java index dfa3fbe9d4f2..cc287755fbf0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceStub.java index d8ee1fba014e..c9792820b0f0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcSiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceCallableFactory.java index 0710a2d938e9..67d5229e3a4f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceStub.java index 3f9e80585a89..8cf9a82187cb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/GrpcUserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceCallableFactory.java index 911d0b88dc8d..7a810f97ada7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceStub.java index a8a8e87d5385..28a0cc516582 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonCompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceCallableFactory.java index 3a1fd9834e7b..4d4c752655f4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceStub.java index 22ba86f706b8..7e732e55c900 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceCallableFactory.java index 4c5d21e27f8c..7ce7d254cb96 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceStub.java index c262b59d749b..230838281891 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceCallableFactory.java index 9058b11951e0..d2e27bd2c31a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceStub.java index 4020b7a5de4f..0f00accf2c44 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonDocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceCallableFactory.java index 63cd03220af1..bbd18ac42f52 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceStub.java index aa421a033705..f8a721c9a4ab 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceCallableFactory.java index 6b91badbfbb5..a1c136e8b131 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceStub.java index 784382f09196..ff1855eced16 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonRecommendationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceCallableFactory.java index 2f6f25e0c6a0..6ea5cdbe23b3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceStub.java index 32e6c192492c..92b2a1cc0675 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceCallableFactory.java index f6502a58163c..cfe8643e8d91 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceStub.java index a94ad1f65b6d..d310edd9fb3c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceCallableFactory.java index eae568af3bac..83e43874f98f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceStub.java index 152d74692e2a..8b8f37056141 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSearchTuningServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java index 4c7407be8088..6221d74d2e69 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceStub.java index 571c156ebb83..888e0a9d1e4b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonSiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceCallableFactory.java index cf9fb0fbb6f8..56a598981006 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceStub.java index 2c3772cf4c9f..803225b6280e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/HttpJsonUserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStub.java index 076005630ef0..7962457d61b8 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStubSettings.java index beaef986eed5..3f95026a1609 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/RecommendationServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -174,7 +174,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -183,7 +182,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStub.java index 816101945e8f..a537ba6618c1 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStubSettings.java index d5268f64328f..f681d8b319d8 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SchemaServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -298,7 +298,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -307,7 +306,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStub.java index 80ac367546ab..916133fb1048 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStubSettings.java index f59a98c835c8..938d9fdc3d30 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -234,7 +234,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -243,7 +242,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStub.java index 213ba639ad62..9a973ea66c52 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStubSettings.java index 2ee40c02c930..655dc4261ac4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SearchTuningServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -189,7 +189,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -198,7 +197,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStub.java index 72e71f06f477..3a83725ce80e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStubSettings.java index a245b949cf37..d37b78df4c1a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/SiteSearchEngineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -528,7 +528,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -537,7 +536,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStub.java index 1a841f32c1f3..b1c09e2a90e5 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStubSettings.java index 76e2e0fc067d..7044b6e0f53a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/UserEventServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -223,7 +223,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -232,7 +231,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClient.java index 2dbd83875e4d..27497849faef 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceSettings.java index 98c50e1571cc..7070b6220e89 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -156,7 +156,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return CompletionServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return CompletionServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClient.java index 3cd053b7bf99..bace2eb36ae3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceSettings.java index aa84b4596926..ee0dd3c92d6b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -159,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ConversationalSearchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ConversationalSearchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClient.java index 2344ea317097..fd623924168a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceSettings.java index d3a958eca1ae..4daf613bbe48 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -160,7 +160,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DataStoreServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DataStoreServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClient.java index 7620d95cbc81..4efc70d17395 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceSettings.java index 28ce4aa6ab75..d133a97ab006 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -171,7 +171,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DocumentServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DocumentServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClient.java index b581ba042090..2f7ca0973d45 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceSettings.java index 90202a50ef15..cd19dbc86c1a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -158,7 +158,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EngineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EngineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClient.java index 772ffb7f5c1b..11892975018b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceSettings.java index 3c8effeb6f90..d9424cd301a7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -121,7 +121,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return RecommendationServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return RecommendationServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClient.java index f58b06853cfa..c9447778226b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceSettings.java index 9915822d4cf1..e8550aa30669 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -164,7 +164,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SchemaServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SchemaServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClient.java index bad93a02763f..1b1db852045d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceSettings.java index 703648372f55..77dc2c6ae54e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SearchServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -122,7 +122,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SearchServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SearchServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClient.java index 36b47ea1b483..78fbb4850735 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceSettings.java index a27f6e000eeb..2ad8fe9ea0a5 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -137,7 +137,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ServingConfigServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ServingConfigServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClient.java index 941392cb439d..c10ff587faf9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceSettings.java index 34040e84b49a..bafe8138cb6e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -267,7 +267,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return SiteSearchEngineServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return SiteSearchEngineServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClient.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClient.java index 7b334c5ebac8..90e2e1d478e4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClient.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceSettings.java index a8f8c998ff9c..902738a3fa17 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -140,7 +140,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return UserEventServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return UserEventServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/package-info.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/package-info.java index adadaedb7dbb..f0df2c5e74a0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/package-info.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStub.java index 85611b34df72..44a15d4ae807 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStubSettings.java index c6bca28b6e88..0664629e9140 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/CompletionServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -229,7 +229,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -238,7 +237,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStub.java index 59e833dd1359..5d7f39ac1860 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStubSettings.java index a21cec6e698c..cd63811f02db 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ConversationalSearchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -290,7 +290,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -299,7 +298,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStub.java index 72db8bbe935b..c5ac2317af69 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStubSettings.java index c8416b50d5b1..c412e49eb075 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DataStoreServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -292,7 +292,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -301,7 +300,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStub.java index 122e874aa2d0..94b457a18bf2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStubSettings.java index 8f339dd8e609..45ffe5a8795d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -310,7 +310,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -319,7 +318,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStub.java index 80bd365bbaff..53e48e5a0971 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStubSettings.java index 6f8b52028817..1087e9f02d34 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/EngineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -289,7 +289,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -298,7 +297,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceCallableFactory.java index 5c81298e8dfd..ea65a10d5269 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceStub.java index e13469e1d66b..6395e650b9ef 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcCompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceCallableFactory.java index 39c032c33014..b30b804224a2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceStub.java index 31eb1c380e15..c4c5529a7dae 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceCallableFactory.java index 9c69936a8b3e..7fbb11c6365b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceStub.java index 22528461c789..e857eb2e2a80 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceCallableFactory.java index f25632c65320..18558d406561 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceStub.java index daca57572c35..521526783fb8 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcDocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceCallableFactory.java index c4758a9e332f..170457c37a00 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceStub.java index 52e34e6f0282..0ba8ac426cad 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceCallableFactory.java index 3952770dd5b6..9201a4873533 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceStub.java index 73dd08d0650f..02c1721df700 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcRecommendationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceCallableFactory.java index 0131b6d0b3a0..a2c4a154818c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceStub.java index 547e55b417c9..c8c1d2542a8c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceCallableFactory.java index a5a435b9b499..509be50aa05c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceStub.java index e17e3f402128..3809a8520b63 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceCallableFactory.java index afcb473ba761..c3c9402980a9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceStub.java index 03472d5bbdfd..fc7fef9e4748 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcServingConfigServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceCallableFactory.java index 13dcf9bc0a24..bdc0a93ff008 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceStub.java index 8aafeeafe188..66ad06f40b31 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcSiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceCallableFactory.java index 095521e60c83..8b87d6844c42 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceStub.java index 569db696cd47..f631a6d7f55e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/GrpcUserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceCallableFactory.java index 9fa3479d95bc..55b572176ac4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceStub.java index 5c4c7f36cdb9..46d9a2cd8ee6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonCompletionServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceCallableFactory.java index a330b4a65a4e..db8895a6e83b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceStub.java index 819e4e0974a9..7c3368e18ae6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonConversationalSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceCallableFactory.java index 063e66f04021..47551f4eba0c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceStub.java index 1cca0e6deb40..1d81dfe07304 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDataStoreServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceCallableFactory.java index 0a5c6dff635c..4a4954868080 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceStub.java index 255da4348428..496bf72f75ab 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonDocumentServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceCallableFactory.java index 2a96d46968ef..3a5ecf56f271 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceStub.java index 7f42f4aa7d81..2f89549692ba 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceCallableFactory.java index 847c4dd0c4b6..5f52605dd42e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceStub.java index c621d393f16a..4b73a7ce02b7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonRecommendationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceCallableFactory.java index 1c7b2625f56a..73ceb97ebd0b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceStub.java index c41d9bd47957..68bb97c0197d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceCallableFactory.java index ead4b708d8e6..105dac332587 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceStub.java index b1cf49111b54..01496011335e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceCallableFactory.java index 7f5de005bf38..ae1251f90abe 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceStub.java index b78f46394e44..b2437f69816e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonServingConfigServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java index 3aaa226eacdc..bf5718b9daac 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceStub.java index e8ac4c3179b6..9d7ad123f88a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonSiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceCallableFactory.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceCallableFactory.java index 3071616d6d32..d128599e2c9a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceCallableFactory.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceStub.java index b600488e979b..663b2bdf9407 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/HttpJsonUserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStub.java index 7467b6684d99..f50d1eaefddd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStubSettings.java index 8d0f934178b9..1f40f5e5dddc 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/RecommendationServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -174,7 +174,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -183,7 +182,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStub.java index ca0185368d16..dc832897b166 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStubSettings.java index 3b77402c9d4e..2b24a4eff209 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SchemaServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -298,7 +298,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -307,7 +306,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStub.java index 83532f2a1579..17d59f69368d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStubSettings.java index 8e2f30bd6657..7947c35b1509 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SearchServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -234,7 +234,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -243,7 +242,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStub.java index aa500154f3fe..35934f16fbf4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStubSettings.java index 8ab9dc8b7f7a..9971a10c056b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/ServingConfigServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -264,7 +264,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -273,7 +272,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStub.java index 87ec6c8f1fd4..4dbbb60ab771 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStubSettings.java index 9fbbd077e832..886bec952475 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/SiteSearchEngineServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -528,7 +528,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -537,7 +536,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStub.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStub.java index 944b6b0ba036..5c103c9ad1cb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStub.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStubSettings.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStubSettings.java index b035a821408f..9544bcc72e43 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStubSettings.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/UserEventServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -204,7 +204,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -213,7 +212,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientHttpJsonTest.java index 9bccef4d9156..4dd13697c874 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientTest.java index 267d8680f4a6..fda6f2f6982b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/CompletionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientHttpJsonTest.java index 8210f52303b9..23cd408716e7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientTest.java index 01fa068b34dd..bea546caff4c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/ConversationalSearchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientHttpJsonTest.java index 5318e703343f..bce9ebbaead6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientTest.java index 78927cfa879b..1155f3c6776e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DataStoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientHttpJsonTest.java index fe47764933bb..163cd2285c62 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientTest.java index b1786febacbc..e370729e8e54 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/DocumentServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientHttpJsonTest.java index d6ca40d55346..a55790bd8fe1 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientTest.java index 44ead493732c..c589ca7297be 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/EngineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionService.java index f93c2b45aff8..a7119ea2a3c1 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionServiceImpl.java index 70af688a6b9d..8f7450ac2e8b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockCompletionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchService.java index ff41cdb105f5..bcf3c7a3724b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchServiceImpl.java index 868959a791e9..38288581e1c7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockConversationalSearchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreService.java index 66829c9b2466..4e1d641c2296 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreServiceImpl.java index 990959ecc976..b13d3df33c22 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDataStoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentService.java index 5d272c9d14df..92b6ad12b013 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentServiceImpl.java index 7e2037d9bf83..a54f9038d930 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockDocumentServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineService.java index 8deb15e138d7..041660356925 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineServiceImpl.java index 90aecdfc65a1..0c53380335d2 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockEngineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaService.java index 41355bd171ed..2f246b356b16 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaServiceImpl.java index bc5669a3b874..c91e74237a7e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSchemaServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchService.java index e9d4b07c541f..075b6384af0c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchServiceImpl.java index 4ef77e2419a0..c85f301ac42c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSearchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineService.java index c8b89617fe2f..26041a380464 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineServiceImpl.java index 39977f792fec..e0dd331c732c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockSiteSearchEngineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventService.java index e1d7b0a7e97e..acc4d12c1211 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventServiceImpl.java index e1b11da377d9..306f8e32ff2b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/MockUserEventServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientHttpJsonTest.java index 2e6072a1f9a5..3bfc63d60f01 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientTest.java index 8290ba38a021..e80798f27019 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SchemaServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientHttpJsonTest.java index 819d3d2ed5ee..ce004c2630ee 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientTest.java index f62340532391..fb2b21f862c0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SearchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientHttpJsonTest.java index 636b59ce152c..f72e645c6788 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientTest.java index de21867f5c45..311b2f6c4682 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientHttpJsonTest.java index f15cd8338891..7aed6c10a263 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientTest.java index 85d6096a6291..74b967450971 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1/UserEventServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientHttpJsonTest.java index 96045f6fc1c0..09ecd0f6b28d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientTest.java index 77009c130481..435b8e7316ba 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/CompletionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientHttpJsonTest.java index 4f264c631d68..16f9e4b34677 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientTest.java index 6a14197a9979..6c5065fcd62f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/ConversationalSearchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientHttpJsonTest.java index ad76b51ab08f..e4fa7fa17107 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientTest.java index 29d84edbb3be..8fd8074bf515 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DataStoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientHttpJsonTest.java index 094d0e58117e..302e60562e83 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientTest.java index 8be0bbcc9d84..23967bff3129 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/DocumentServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientHttpJsonTest.java index 135fe4b44998..5ac5f3aac8fa 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientTest.java index 188e41bb8cef..995be8ff465a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/EngineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionService.java index 837400c14512..a9eae2a08efd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionServiceImpl.java index 8dffd0153aed..6edb0f8e0fed 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockCompletionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchService.java index 8133e46f908e..54d60980daac 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchServiceImpl.java index e9ae1cd46475..f39b69f5397e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockConversationalSearchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreService.java index b328410e29e3..a88507f6b08a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreServiceImpl.java index cb8ec30fbbcb..f3ccc70364dd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDataStoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentService.java index 7d88a818dfa5..827796ea8baf 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentServiceImpl.java index 3b689fbeef9f..9ae0b925005b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockDocumentServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineService.java index 11fd9a8bdb64..b4779fc9c314 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineServiceImpl.java index 598013850389..8487b3a6786e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockEngineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocations.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocations.java index ac060053b6ff..1619df9d0190 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocations.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocationsImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocationsImpl.java index 04e096fe94a2..20ffc1a9ee8c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocationsImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationService.java index 885d36476ddc..66d1d9a0c13c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationServiceImpl.java index 226f83e03fa5..3c5efb089486 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockRecommendationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaService.java index 5f300d509dd3..30fc9532eee5 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaServiceImpl.java index c8d2aa59e1a6..66f168f4c0c0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSchemaServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchService.java index 1d1e77fabf4b..7c4f7dcb5174 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchServiceImpl.java index 0536c804b6d5..9270aa5558d1 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningService.java index 4a6aeba5be90..acf83ea5a0cc 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningServiceImpl.java index 9e69353a8924..0baaa6a68102 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSearchTuningServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineService.java index 409f3128f5f2..b3c6f0293a2d 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineServiceImpl.java index b73596ce4456..8337f1a0a8c9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockSiteSearchEngineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventService.java index f628243f043d..475bd5df9fcb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventServiceImpl.java index 05454bf4bcd8..35d6837dbc7c 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/MockUserEventServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientHttpJsonTest.java index f93784ae3858..be419ce8caa0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientTest.java index 702f4fb87584..77ad2a41cf15 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/RecommendationServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientHttpJsonTest.java index 4db472bf664d..830d18c5f0f9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientTest.java index b20c3f594d38..fb4a097c99c7 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SchemaServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientHttpJsonTest.java index 5d98bf4f556a..65162902c8df 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientTest.java index 4c6500647d73..7115662dc3df 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientHttpJsonTest.java index 7023152575b2..e9162282fd00 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientTest.java index 1b9d7bcfdf27..c07854b3edbe 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SearchTuningServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientHttpJsonTest.java index 12875801e634..2348312ccb99 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientTest.java index 7eade9166cc7..55924985a284 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientHttpJsonTest.java index 3cdebe60a875..4905a785abc9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientTest.java index 29ac02c829b4..e4a5b8fbbd7a 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1alpha/UserEventServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientHttpJsonTest.java index ae39e1675167..a001a2cba552 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientTest.java index af2423b0c93c..b7725a46f8e0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/CompletionServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientHttpJsonTest.java index 2ed0953d7776..0bdc876c7ad9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientTest.java index fc1eb4a4c52b..c34330fdea60 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ConversationalSearchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientHttpJsonTest.java index 58141babc6ee..502728ef8243 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientTest.java index b7c26dfad97e..e1dae52d0005 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DataStoreServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientHttpJsonTest.java index 55eb9e652af5..5dc7ded11ec5 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientTest.java index bca83ffb54b3..aa1f3742b722 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientHttpJsonTest.java index ea8e5a3ba752..f6e47955878f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientTest.java index ea0020a040e4..f1853d31fae5 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/EngineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionService.java index e0faa7547380..c681d54fa0e4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionServiceImpl.java index 90fc314128c9..b0497745f5bd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockCompletionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchService.java index 241385d5b6ca..9d3f21c3afcd 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchServiceImpl.java index c7046234c835..a1f53ac046eb 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockConversationalSearchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreService.java index ff954ea0ce37..8098aec28ae0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreServiceImpl.java index 22971756efda..04891d25be73 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDataStoreServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentService.java index 86dd0db9089f..83ed27df11ec 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentServiceImpl.java index 0435bb2b1443..a92efbb6063b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockDocumentServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineService.java index a451888b6e3e..ac5c29efef3b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineServiceImpl.java index a3698f83ba40..c925186e5a92 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockEngineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationService.java index f10fb97108c7..06c269148713 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationServiceImpl.java index be727d501fdd..9b0c0c49baa0 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockRecommendationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaService.java index 158fff0d0664..293e9a4dac17 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaServiceImpl.java index 3e1c9f4277c5..fdae012698c6 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSchemaServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchService.java index 2392c200096e..1760fad2f0ee 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchServiceImpl.java index 02f2172285b1..e6406df9070f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSearchServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigService.java index 8b7814c0b93f..623e3343688b 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigServiceImpl.java index 7ba52242a360..296a00423697 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockServingConfigServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineService.java index 2153e45ff13c..5d37148d0c87 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineServiceImpl.java index 8be7ca80c24f..4ccccf466751 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockSiteSearchEngineServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventService.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventService.java index 8704f8525672..eed69ea5eea4 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventService.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventServiceImpl.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventServiceImpl.java index 36c89ac871fe..31330ac1e069 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventServiceImpl.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/MockUserEventServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientHttpJsonTest.java index 0c555d5cea30..4640bc7ec120 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientTest.java index a8c448cbb0c0..6bc5a321a799 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/RecommendationServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientHttpJsonTest.java index bd34e8667c50..309c4dbdebc9 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientTest.java index e4f24a887e67..4b66a3239043 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SchemaServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientHttpJsonTest.java index ab5c5252e692..a6403f89e982 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientTest.java index 22ed79f945e3..b152b6c7b7f3 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SearchServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientHttpJsonTest.java index 2899e7879adf..de9b6f932927 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientTest.java index 63f320ed75f3..46ec50e0f79e 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/ServingConfigServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientHttpJsonTest.java index 51f1971f8db3..b92eeb737583 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientTest.java index 45a93b57a713..3b23afa97d64 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientHttpJsonTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientHttpJsonTest.java index 72c2f3d38813..94cff6605d4f 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientHttpJsonTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientTest.java b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientTest.java index ef1c4b5258b4..ec3ac0abc004 100644 --- a/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientTest.java +++ b/java-discoveryengine/google-cloud-discoveryengine/src/test/java/com/google/cloud/discoveryengine/v1beta/UserEventServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/BranchName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/BranchName.java index 387d2f1e1e8b..e38377d4e984 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/BranchName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/BranchName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/CollectionName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/CollectionName.java index ccec127feb6a..cbaf67d2a0cb 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/CollectionName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/CollectionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ConversationName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ConversationName.java index 944c4803d142..c3e92a858da3 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ConversationName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ConversationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreName.java index 66a8eb2b1688..098132142972 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DataStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DocumentName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DocumentName.java index eb6b56140624..d8df6395cfc5 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DocumentName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/DocumentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/EngineName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/EngineName.java index 1f7685998dd5..95f0e9aa281c 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/EngineName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/EngineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SchemaName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SchemaName.java index 11a6b6c26695..8d440b4878a8 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SchemaName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SchemaName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ServingConfigName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ServingConfigName.java index 3b95b89dc622..1ee44855647c 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ServingConfigName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/ServingConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineName.java index 5e25e8d962cd..604985ed82e9 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/SiteSearchEngineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/TargetSiteName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/TargetSiteName.java index 7e77835caa64..13f74cc3b5aa 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/TargetSiteName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1/src/main/java/com/google/cloud/discoveryengine/v1/TargetSiteName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/BranchName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/BranchName.java index 008ec59de27a..3d84f3dd34bd 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/BranchName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/BranchName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/CollectionName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/CollectionName.java index 1986cd506793..c56d147b57ed 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/CollectionName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/CollectionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationName.java index b4e795fadd66..b080c15f8112 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ConversationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreName.java index 370c86ee6f6f..a815b7fc241e 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DataStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentName.java index 183e5f4c4d18..17bf6f4c8026 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/DocumentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineName.java index d775c00c260d..17b82cf18898 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/EngineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaName.java index b35edde06146..4240f44ddd83 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SchemaName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ServingConfigName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ServingConfigName.java index b1188c1dc2c6..541840ef46f3 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ServingConfigName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/ServingConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineName.java index e50ef4d6758b..88660601a0aa 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/SiteSearchEngineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/TargetSiteName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/TargetSiteName.java index d07ed29e74b2..cf271ac68b47 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/TargetSiteName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha/TargetSiteName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/BranchName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/BranchName.java index 36ed71f1ab3e..b3af5261380d 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/BranchName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/BranchName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/CollectionName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/CollectionName.java index ff085f4dfb81..6b34dc615915 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/CollectionName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/CollectionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationName.java index 7bc13b3141cd..8921362d802e 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ConversationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreName.java index a7722e80b3f8..208da9658b0a 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DataStoreName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentName.java index c5dab788c836..433649013ec0 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineName.java index 6a5380205a1c..83c431813f43 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/EngineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaName.java index 9b9c33af6766..071536d398fc 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SchemaName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigName.java index 6e135ea685fe..804a690d2af5 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ServingConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineName.java index 348af6515e8b..03c4ef8de7de 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/SiteSearchEngineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/TargetSiteName.java b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/TargetSiteName.java index a0c6ef04a32b..701fec707928 100644 --- a/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/TargetSiteName.java +++ b/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/TargetSiteName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/AsyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/AsyncCompleteQuery.java index ad3c25da5553..a0b47d68e739 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/AsyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/AsyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/SyncCompleteQuery.java index c69dbf3a1270..078fa49736e1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider.java index d487dff0dd69..91dbe8c1a91d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider1.java index e0b6ec0bc419..683ac45edb3d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetEndpoint.java index 3f5ed5372f68..c59949871071 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java index 9674da04f148..041f272858c8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java index 86803de27f93..607f33531a64 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java index c96dad11bac9..9e97a702ae3d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java index db196f3b81e0..6a8204c3cba4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java index 896cd210910d..53804685e8b4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java index bf8ff46222b9..f6dc6ea8f3e8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservicesettings/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservicesettings/completequery/SyncCompleteQuery.java index 40694981e08b..f498ccf9ca51 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservicesettings/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/completionservicesettings/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/AsyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/AsyncConverseConversation.java index 436012624a2d..140ed33c09e0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/AsyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/AsyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversation.java index f9cb18df149e..249b22dd650c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java index 15e36f85c6d3..2f174e29a260 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java index d608e503ea4b..f3ffc1f0890a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java index 82db8a3b68b8..9c0da33cf740 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java index 83a7966cb5b6..aec9959ac253 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetEndpoint.java index 4dcc5d5306e4..e48967476adb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/AsyncCreateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/AsyncCreateConversation.java index e68d81ac6e01..61e17fa5c0e2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/AsyncCreateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/AsyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversation.java index 2883356caf2b..5f93459c04eb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java index ee887653422d..4bb3f54dfd5e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java index 250ad1a39255..84595edf6caa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java index 2060b6ffcd69..da266bd62bb2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java index bf0d1f90d0ca..6e74e4dc8a58 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java index 14601838f79e..eee74cee05d7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java index 2d208457a922..c2621a034b8d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/AsyncGetConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/AsyncGetConversation.java index 332cdf6d2ac8..193567f34ad6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/AsyncGetConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/AsyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversation.java index cc26caa358e8..fddb44970eaa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java index 29c7db15e726..16b4792b39ab 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationString.java index 76921d846856..d7e1dbc28df8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/getconversation/SyncGetConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversations.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversations.java index dd6ff62de2c4..ea5bd83c498e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversations.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java index 983fb265d433..52c5b1befc0f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversations.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversations.java index 1621d210247e..d1274cc1ce06 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversations.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java index 2ef41e3c9cae..7e6fc3bc1267 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsString.java index 0d1080d7e840..43225115578b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/listconversations/SyncListConversationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java index e816febebda6..28c8acd0780f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversation.java index dc6f4387632f..77f67779ee96 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java index 65a162ef0151..d6ae3eb98895 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java index f3ea79575fb1..163039dd0f05 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider.java index 2ecd150bcd92..f28b591d094b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider1.java index 11c08af6356d..9ea09d63a395 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetEndpoint.java index 66e195506b84..9603c20cbd4d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStore.java index 05a0c7a7982c..916fe5a0d77a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java index 76c4235c86fc..7e8cf1f1ddb2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStore.java index 81b32c7b5a94..b082d5c1ff51 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java index 08889e695058..31b78caa132b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java index bf7b831fdc99..34e8026b44d5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStore.java index b03f02f65b52..81a9ad3aadf3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java index 53d41f0353d5..fc22544f9fa5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStore.java index b4ef7474c1c8..e8380ab2d00d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java index 3292a7e5e3a3..9acb279647d2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java index d2842cc2c9d4..e65d8ecfab2b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/AsyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/AsyncGetDataStore.java index b41aec825099..6c3693d37067 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/AsyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/AsyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStore.java index 8b5323d3a3b8..a1e6c1678ae9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java index 225919cd7a4e..680c5d8f9d38 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreString.java index 16519b347e21..fbaa06d85d42 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/getdatastore/SyncGetDataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStores.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStores.java index c6900bf34966..9e476859f0e1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStores.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStoresPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStoresPaged.java index 289bc240a030..35e2948e96a8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStoresPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/AsyncListDataStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStores.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStores.java index ccd7063a61a2..637c761cab43 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStores.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java index c1e99d73a02a..6a77d6f40f6b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresString.java index 8d92bb9be889..8075a0ddd472 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/listdatastores/SyncListDataStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/AsyncUpdateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/AsyncUpdateDataStore.java index a668f7aa6b5a..792be396e175 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/AsyncUpdateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/AsyncUpdateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStore.java index 66a0bdf35c0a..a2edeba520eb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java index e8db359de562..514bb1917b2b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservicesettings/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservicesettings/getdatastore/SyncGetDataStore.java index 91c908125744..76e50476e73e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservicesettings/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/datastoreservicesettings/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider.java index f7fcb3a87898..4149bebc0d02 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider1.java index ac50e4fdc8d5..c521c28aab6a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetEndpoint.java index 0cdee08a52a7..09716516e82c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/AsyncCreateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/AsyncCreateDocument.java index 32e91534fbd0..e5e697de50e6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/AsyncCreateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/AsyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocument.java index 2b69a6efff5c..92c4ec521795 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java index 3651439cd2f4..590adb1054a3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java index 48c8c1cbfb7f..711adc9dd429 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/AsyncDeleteDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/AsyncDeleteDocument.java index 63ec170156e2..c9bdb0ae5468 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/AsyncDeleteDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/AsyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocument.java index 188f644e753b..20e2934ae991 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java index 3408237d0ccd..dc0df5c1ed0f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentString.java index 45f66348fa09..cfc2201008d4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/deletedocument/SyncDeleteDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/AsyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/AsyncGetDocument.java index 27df23e67256..0c2595ad5cb9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/AsyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/AsyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocument.java index a18f91423b0f..f73ffa6e2b13 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentDocumentname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentDocumentname.java index 6757825ce00d..4b15ffdcf8d8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentDocumentname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentString.java index cc19b56eeae9..e6d3ccb85254 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/getdocument/SyncGetDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocuments.java index 4e02d9dff15e..95357a869b9e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocumentsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocumentsLRO.java index 57c14dac3e51..5656e7151cf7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocumentsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/AsyncImportDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/SyncImportDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/SyncImportDocuments.java index b5ed388c1ef7..4ac86433fafa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/SyncImportDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/importdocuments/SyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocuments.java index 4ec73bcfda21..3821e6ada73a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocumentsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocumentsPaged.java index e8897b888016..a188f7236a45 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocumentsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/AsyncListDocumentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocuments.java index 9cb98c963f7c..a1c23dd5e59c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsBranchname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsBranchname.java index 0bc3b275a0c5..16c411d02d12 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsBranchname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsBranchname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsString.java index 673b0df09122..7b2caa8ccf64 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/listdocuments/SyncListDocumentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocuments.java index 3076703f6888..b00051e1e37a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java index bbfd6be68b96..6cde95b90456 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/SyncPurgeDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/SyncPurgeDocuments.java index f88c3af4c54d..258a84977908 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/SyncPurgeDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/purgedocuments/SyncPurgeDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/AsyncUpdateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/AsyncUpdateDocument.java index 60c48af773ee..01000680b601 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/AsyncUpdateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/AsyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/SyncUpdateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/SyncUpdateDocument.java index 3fc3378a2845..e61bd98a6cdf 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/SyncUpdateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservice/updatedocument/SyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservicesettings/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservicesettings/getdocument/SyncGetDocument.java index ec3e461edac6..585b17cea70a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservicesettings/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/documentservicesettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider.java index aae05f619926..61846132ffde 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider1.java index f948f30a7956..ee32d1dc7ef8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetEndpoint.java index 395d20a7a1ba..4f1e34e35b8f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngine.java index 8ffc250c5970..48b669ef9b90 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngineLRO.java index 39fe6f8d6f95..e3662c3680b8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/AsyncCreateEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngine.java index 04046a85b630..7ece7f860cde 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java index 5edac8948ce8..38e61e4979b0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineStringEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineStringEngineString.java index beb172a8b4fa..1b110b585546 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineStringEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/createengine/SyncCreateEngineStringEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngine.java index 093dea336669..3fe4f5f7201e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngineLRO.java index efb2d7f362ee..7fb59a1154b3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/AsyncDeleteEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngine.java index 26f983cb8435..a430562d12d8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineEnginename.java index 95d233595582..d911cda85c9f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineString.java index dad1924f5136..2798f4a1e810 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/deleteengine/SyncDeleteEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/AsyncGetEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/AsyncGetEngine.java index 5b17e36fc492..b90cb679deb4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/AsyncGetEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/AsyncGetEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngine.java index 6a40a3fa3bb7..d7f0b3d75ffd 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineEnginename.java index 02ef10b56c7a..f61a1ab2e31d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineString.java index bd21665f530b..2655ada666d2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/getengine/SyncGetEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEngines.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEngines.java index 510ac5e13141..3e6daff08e19 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEngines.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEnginesPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEnginesPaged.java index c351c15ef74a..4e0cfcb96c2a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEnginesPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/AsyncListEnginesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEngines.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEngines.java index 525787ee46b7..c02a29c6b97f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEngines.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesCollectionname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesCollectionname.java index 3aaed35f0903..8e2241f1de19 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesCollectionname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesCollectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesString.java index 5fc33515c87b..1e32511f2e81 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/listengines/SyncListEnginesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/AsyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/AsyncUpdateEngine.java index 7bdedfadac1c..493a2e052b95 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/AsyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/AsyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngine.java index 4633277596fa..98762c6c6a16 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java index 7b9712e56d28..b2f13ea113b5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservicesettings/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservicesettings/updateengine/SyncUpdateEngine.java index 545e61fe20d3..27aae7224cb4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservicesettings/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/engineservicesettings/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider.java index 0f393b845747..fdeeb3cd07ce 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider1.java index 0c6e31534187..4bebd9251939 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetEndpoint.java index 067806c0bc9c..cb0f5d83fe5b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchema.java index eb16158b2044..3b4d2c64db6c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchemaLRO.java index b2cb4a57322b..70b9e4afdf7b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/AsyncCreateSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchema.java index 0542f2b8ed98..3773292be4c8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java index 24a435e6039b..7ec823446d05 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java index f287e046685b..d3a9b7863e4c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchema.java index 7051fbe3a3fd..e3bfa6a1edb8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java index 0cda87c1dc75..c9ce0cfb26ff 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchema.java index ac1b9cee9892..2570b17d0ace 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java index 3432490b84c3..3a9da15e5d2b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaString.java index ca2c8af4c51f..821b20cdf324 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/deleteschema/SyncDeleteSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/AsyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/AsyncGetSchema.java index be99d03232d3..03b536051f02 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/AsyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/AsyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchema.java index af0f26b2ac23..dbffa61d82e2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaSchemaname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaSchemaname.java index 941aaa0a4745..004252e45514 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaSchemaname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaSchemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaString.java index d32e13d1804a..e5134bba8caf 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/getschema/SyncGetSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemas.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemas.java index df9827adc018..cd30fc825975 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemas.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemasPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemasPaged.java index 42e03882cc05..4093bcfde4de 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemasPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/AsyncListSchemasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemas.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemas.java index 67405431c79c..96f35d936ea8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemas.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasDatastorename.java index 26e8b361a1f2..3559d43db2ea 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasString.java index 6067328f7aa2..ed016260ed85 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/listschemas/SyncListSchemasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchema.java index 4d0e171a928e..c04f5778fbe6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchemaLRO.java index c43c39165798..346e5de3309c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/AsyncUpdateSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/SyncUpdateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/SyncUpdateSchema.java index 2c15992642f8..7dd05cc0176e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/SyncUpdateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservice/updateschema/SyncUpdateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservicesettings/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservicesettings/getschema/SyncGetSchema.java index af0dbedb474e..676b442db41c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservicesettings/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/schemaservicesettings/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider.java index b52121a50069..b8937ef3a16a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider1.java index 0d4725e87af0..d1213d02f02b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetEndpoint.java index 0118180b17be..0b2d4ebf968e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearch.java index 53b7c53f67d4..5b7aa48c7864 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearchPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearchPaged.java index 490568703a75..760ac01a6d3f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearchPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/AsyncSearchPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/SyncSearch.java index 8c590c79ac8b..9a300abe3ee5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservice/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservicesettings/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservicesettings/search/SyncSearch.java index 6489de760da5..a4cd3d30b1a6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservicesettings/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/searchservicesettings/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java index 4d2a7be5973c..960008572dbb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java index d96259ca104a..4a0a42ac135d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java index 18107d608760..c4a47b9fc6c7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java index 8e9d2dfcf536..6436071d2047 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java index c567206b3b01..1eb51cd8f470 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java index 5d4c7bc07099..87f6e974898d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java index c55eb76217ed..84ec9a8ec81f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java index c9ad71d8d22f..5aca9c384acf 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetEndpoint.java index f38a92ef2f94..8fe6aadbc9ff 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java index 313d94535294..c5a0998eaa48 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java index 410cb997d6d1..08be3c4f4422 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java index 0391b60bbe47..a5fb13cafb38 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java index fe261c81e421..200f2a26a5e1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java index 699c6c64b60b..0922410b9d12 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java index 7d61c7bee94a..63debe532f75 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java index 8feda57789e8..3e5275a82331 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java index d5a2fd1f7375..49a9eb7f25b2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java index 39e749dcd8f9..cc18110fa73d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java index a5c1c8cab485..528cc37d0264 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java index 06b444d68a86..c1252483eb5d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java index fe85dbbcdbf2..7bb1c35e8322 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java index f42a60f01376..b1ea64f56b99 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java index 91cb71865570..294eabfdf803 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java index 7cedf3744ba2..78f61be87efe 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java index 4d7b089265f6..c488c7f5368e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java index f006ec4d3887..3626d9861754 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java index bf6bee0febc1..916a85f4db6a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java index e0e3a90380ab..3a15336d6968 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java index 966b85d77bcd..4d5006facd79 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java index 220dc749e07a..7b2aacfdf478 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java index 4373bcee557d..3c9462d3d401 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java index 3d8543c9001d..416fd15ea573 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java index 185ccd600b24..e2fed2d4a059 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java index 149053e99b7a..bb67ccd4912e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java index f670e554fa03..c4e65b0b1412 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java index 80d9d7431dbb..47f15dcde0d2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java index 9f7bf7d44925..54363e2c6b17 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java index 942dda760e52..846e651a415a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSites.java index 2394db1dfecf..4d8f2cfa3c8f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java index 173b7c0f4e1e..18b57d3fc825 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java index 208676810f64..bbd7143fbf11 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java index 2a5a6169d561..a06a49827c01 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java index 5845ff399c5e..c569e93c4659 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/SyncRecrawlUris.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/SyncRecrawlUris.java index 3ec4ca75a705..1674e58e8002 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/SyncRecrawlUris.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/recrawluris/SyncRecrawlUris.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java index 17ec8f89a5da..adb27d96098b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java index 7ed07ab456d6..6de2bfba2e7f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java index 0e75df18a9ab..921a8d2f3812 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java index 48029bed3f29..604b39a4227a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java index ffed55376d42..bd5b200f6f8c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java index 3b846944f2cf..bc0abeb36405 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java index 5557afbca176..958f2c3a5ba4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java index 094155e14bdc..245852d16709 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/documentservicestubsettings/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/documentservicestubsettings/getdocument/SyncGetDocument.java index dc1bafe30214..56841783ab33 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/documentservicestubsettings/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/documentservicestubsettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java index 390993860e13..75e1883790ae 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/schemaservicestubsettings/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/schemaservicestubsettings/getschema/SyncGetSchema.java index 3f465f488e69..8f3b6f5b66b4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/schemaservicestubsettings/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/schemaservicestubsettings/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/searchservicestubsettings/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/searchservicestubsettings/search/SyncSearch.java index cf70af17833b..33f688325001 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/searchservicestubsettings/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/searchservicestubsettings/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java index 092249de0333..d26facd21d04 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java index 5f6fed3310cf..e202070b55c1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/AsyncCollectUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/AsyncCollectUserEvent.java index 13d955e20673..9f660088098a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/AsyncCollectUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/AsyncCollectUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/SyncCollectUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/SyncCollectUserEvent.java index 74ce41565cd7..1ab36619e00c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/SyncCollectUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/collectuserevent/SyncCollectUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider.java index 5d2cb92abd4f..43e6e714a0c3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider1.java index 7dee2219f90d..b2188308d713 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetEndpoint.java index d89930a99464..428cf9c14c1a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEvents.java index c54df7a98e05..53f3401ad843 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEventsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEventsLRO.java index 2a24e22976c4..81fc0980c4df 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEventsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/AsyncImportUserEventsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/SyncImportUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/SyncImportUserEvents.java index 4cd8478120c4..bdfe4d18b732 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/SyncImportUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/importuserevents/SyncImportUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/AsyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/AsyncWriteUserEvent.java index 58e332e25ed8..5c8de4b0c131 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/AsyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/AsyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/SyncWriteUserEvent.java index 5b0c2e291cb6..97bd40dfae51 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservice/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java index cd237574851c..4e6156997681 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/AsyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/AsyncCompleteQuery.java index 3837443d819b..6dd2fee38af7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/AsyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/AsyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/SyncCompleteQuery.java index c3519d41329a..b5128ada4b5f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider.java index 8b5e5a772a70..7a176040be44 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider1.java index 6e7511b3d326..64327d94a2fc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetEndpoint.java index 98bfd8788d39..5c256a02d4df 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservicesettings/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservicesettings/completequery/SyncCompleteQuery.java index 3344411c8e3f..5dfd378280fd 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservicesettings/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/completionservicesettings/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/AsyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/AsyncConverseConversation.java index fab79de68c80..206bb862eac1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/AsyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/AsyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversation.java index 78bc41417a7e..8c50bfc9ad45 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java index 96704c26cf29..4d272bc943af 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java index e87efc311010..6e43ea7cec5b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java index e88a7fb25f50..2151b4b648da 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java index 7ee82e20ac0f..8ff6d60955b8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetEndpoint.java index 75e9149de128..e393ed448f3d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/AsyncCreateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/AsyncCreateConversation.java index 9fec34923b81..e5cb48974799 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/AsyncCreateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/AsyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversation.java index 2aad833373fa..9016c2bac992 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java index 2324afd451a4..ef985cbc843d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java index 68142b7cac71..aedc6d280080 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java index ae388f9b18dc..d4449f4f516a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java index a899030844f6..d8332f4b877c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java index 4d5d2259ae5d..cbfd9a36a198 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java index f27b357ddbce..a3f30ab4351c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/AsyncGetConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/AsyncGetConversation.java index db3b55f39318..b0234fb31100 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/AsyncGetConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/AsyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversation.java index fdebb54f2642..e5caff2ecc3e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java index 14a424c59ea5..e3e174d5eeb8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationString.java index ddce3e081527..8c3269cd78b9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/getconversation/SyncGetConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversations.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversations.java index c3d9e584dff7..f5b1c6da9956 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversations.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java index 83e1e79bec50..0d7c50da17c9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversations.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversations.java index 97186512b46e..ef59c9c510c1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversations.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java index 2d9de10e2d1e..6bbe01666ce1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsString.java index ece22916b32b..dfa88807bc9b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/listconversations/SyncListConversationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java index 31b35dad5416..c7cafb9f7b44 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversation.java index 2c5563278ef5..4443c12a1a8f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java index c3dd3c0ab884..d210f9453939 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java index 3045524a6297..5f0c63a80ad7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider.java index 9d3332235ac8..945ec0c9b287 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider1.java index 98d289055e08..449e48758f4e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetEndpoint.java index 14d779c955b9..ae236302aec3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStore.java index e14ec877c1cc..afb9fe6da3e1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java index e868e5e2ed56..0637c58b308a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStore.java index e6a7281d60eb..bddfe32ca02b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java index 2a4619532e98..7d6b64a60d8c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java index c392ea73167e..8baa56bb9433 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStore.java index 6b4c9fa637c1..097867acada1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java index e10aff04f1b1..09d3b398993f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStore.java index 800e0bd51db0..4c6f1a5efe0a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java index ff80f3d9b4cf..1fce62129870 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java index 48db7ea887fa..56a8b9bff1d1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/AsyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/AsyncGetDataStore.java index ff48a67273dc..4babeed658fa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/AsyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/AsyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStore.java index bcd6a4d30047..fa8b3770661a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java index 48d6c15f2261..29e3a99629b3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreString.java index 0f379f16a9a4..88181e138e65 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/getdatastore/SyncGetDataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStores.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStores.java index 73b54c8003a8..37ab5448d1cc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStores.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStoresPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStoresPaged.java index 400ef354f089..3950b92c52b3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStoresPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/AsyncListDataStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStores.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStores.java index c43f468c2624..8ef015665e0c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStores.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java index 8463af73e914..cb2989b38408 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresString.java index 8112dad23db6..93275c3210cc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/listdatastores/SyncListDataStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/AsyncUpdateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/AsyncUpdateDataStore.java index 81272f74583e..524831557b48 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/AsyncUpdateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/AsyncUpdateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStore.java index be93a3b1684c..51125b67bbe6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java index 72844dda2a9a..75f674b98cb2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservicesettings/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservicesettings/getdatastore/SyncGetDataStore.java index 016062af4f51..206d8459967f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservicesettings/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/datastoreservicesettings/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider.java index 8a44fcbfaa6a..f37f3f8e0df6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider1.java index d12de59f3db5..21a9bca8380f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetEndpoint.java index 345ab0da0baf..1c895be34952 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/AsyncCreateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/AsyncCreateDocument.java index 439a8eb77ff8..5fa62e19185a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/AsyncCreateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/AsyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocument.java index 24b4e82ec100..145d02698b42 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java index 419d7e3b07ff..e725b97b0157 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java index b781437695bc..71b1bf438fcf 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/AsyncDeleteDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/AsyncDeleteDocument.java index 194fcd9821ea..b567c7095270 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/AsyncDeleteDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/AsyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocument.java index 07eaf0238a75..542cbd893c97 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java index fcb006a6953e..29700cf2b6a7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentString.java index 2321dd6f0465..e723f014714f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/deletedocument/SyncDeleteDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/AsyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/AsyncGetDocument.java index 93bfc340d985..6d2184ccd4e2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/AsyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/AsyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocument.java index 061cecb502d5..e3db18f65acd 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentDocumentname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentDocumentname.java index f34d7683c1ee..9e2d342a03a9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentDocumentname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentString.java index fb89416e1bd7..2651e1b2a9e9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/getdocument/SyncGetDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocuments.java index eeaa4d9ab359..478d129d1578 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocumentsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocumentsLRO.java index 047583e8f2de..5a88a5589043 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocumentsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/AsyncImportDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/SyncImportDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/SyncImportDocuments.java index 94d8ac163205..801043f8973b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/SyncImportDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/importdocuments/SyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocuments.java index 807a25d933eb..539dee4f1507 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocumentsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocumentsPaged.java index dd7f3a4b2d6e..a70db49bfe68 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocumentsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/AsyncListDocumentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocuments.java index 2f8fe8fab93c..f9e5173f12e1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsBranchname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsBranchname.java index 8471a43b21b7..64da74feb760 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsBranchname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsBranchname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsString.java index 46bb4aaa6ece..5e44998fbb3e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/listdocuments/SyncListDocumentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocuments.java index 6eba64ef18eb..e203973e65b3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java index 68b796095192..0b4e0455cbf8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/SyncPurgeDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/SyncPurgeDocuments.java index 2b51f48da3e7..cf700b7cb51a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/SyncPurgeDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/purgedocuments/SyncPurgeDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/AsyncUpdateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/AsyncUpdateDocument.java index dd27b1a95d44..3fe4abdbb80b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/AsyncUpdateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/AsyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/SyncUpdateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/SyncUpdateDocument.java index 36cf8c1ef25f..7c1944107c74 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/SyncUpdateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservice/updatedocument/SyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservicesettings/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservicesettings/getdocument/SyncGetDocument.java index cc7401614792..ead129056a14 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservicesettings/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/documentservicesettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider.java index fbf229dbd023..d9994fcb555b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider1.java index 04babc11df6e..74d5aaf3161f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetEndpoint.java index 2ca25b038820..079d8aa7b3ee 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngine.java index 295ddb267c54..b51856028216 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngineLRO.java index 79f53b0b6b82..443739308df9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/AsyncCreateEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngine.java index 5cd479fc13aa..4aa78c4ec710 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java index e27e7caaf96b..6306a7760b49 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineStringEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineStringEngineString.java index 82adf72db61a..78c922e647c5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineStringEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/createengine/SyncCreateEngineStringEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngine.java index b38ba5cf4e48..23195af031d0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngineLRO.java index 0132137c6a81..36b77ae54452 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/AsyncDeleteEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngine.java index 944203e8e9bc..ae8482f6a30b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineEnginename.java index 383826e76e1a..8993dc694dd4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineString.java index 33100e41c6f0..9d8f19e81629 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/deleteengine/SyncDeleteEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/AsyncGetEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/AsyncGetEngine.java index c88dca1f06f5..0fff09d99b7e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/AsyncGetEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/AsyncGetEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngine.java index a8126ab28ae2..a3d454486ff4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineEnginename.java index 9c10c49dabfe..0165a04dc8c5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineString.java index 92989de69944..1e5e792641f4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/getengine/SyncGetEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEngines.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEngines.java index a1918f55ce82..ad3c8caabd2d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEngines.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEnginesPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEnginesPaged.java index 21b596132e50..d45ba65abc8a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEnginesPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/AsyncListEnginesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEngines.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEngines.java index 2abe6dbd1de6..d3652efc35a9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEngines.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesCollectionname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesCollectionname.java index bcd414042328..c5acf15ae17e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesCollectionname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesCollectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesString.java index 2978ac8213b2..45ac3ba4235b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/listengines/SyncListEnginesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/AsyncPauseEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/AsyncPauseEngine.java index 9c7756db59b7..9d0cf59ce628 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/AsyncPauseEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/AsyncPauseEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngine.java index 00cb9ce83ffc..a3545eccfcfd 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineEnginename.java index efc06fb7e01d..fd2d962624d5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineString.java index f7f4c24bfd21..4cc59e1037fb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/pauseengine/SyncPauseEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/AsyncResumeEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/AsyncResumeEngine.java index a333eec930b2..35d6eba80bf6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/AsyncResumeEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/AsyncResumeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngine.java index fe5abc0fc7ef..004874c34b34 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineEnginename.java index aed67c21b831..9f8d50d3e5e3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineString.java index 4a85aa768e34..349c667d629a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/resumeengine/SyncResumeEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngine.java index 9449561cf0b5..92640a93eb52 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngineLRO.java index 518112fbe46f..2fc61b39835c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/AsyncTuneEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngine.java index a57ccfc34d40..9b05233c31a5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineEnginename.java index 11b259667f7a..69589e66b2cd 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineString.java index 22aa50d1e801..7a645cf4444d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/tuneengine/SyncTuneEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/AsyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/AsyncUpdateEngine.java index 22c5c97b007e..b7d8f8ae3b0e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/AsyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/AsyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngine.java index fc1d45a9b302..c953e97356de 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java index 38aee9b61a2d..8485ea3b7dda 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservicesettings/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservicesettings/updateengine/SyncUpdateEngine.java index 1da3e8fcd93d..b6e19f042f5d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservicesettings/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/engineservicesettings/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider.java index 935f8b9e8e89..454726b07551 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider1.java index 73c159063179..ec3fb1af4c7f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetEndpoint.java index a294a77db518..921dfe1c7735 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/AsyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/AsyncRecommend.java index 35b565d7c02c..0aac5c8d9dab 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/AsyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/AsyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/SyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/SyncRecommend.java index ea81d3fc1d47..4c1349e378ce 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/SyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservice/recommend/SyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservicesettings/recommend/SyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservicesettings/recommend/SyncRecommend.java index bedbe15386fb..04ad08874656 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservicesettings/recommend/SyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/recommendationservicesettings/recommend/SyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider.java index bcdc742c5dc0..aec8a8712df3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider1.java index b0152c1b3a8c..64c2a3f9164b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetEndpoint.java index 29d97e81e45c..712096061b09 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchema.java index 7a96d2286e27..1b969f84ed5e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchemaLRO.java index 6d9b2ad915b2..3c6a8897eb10 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/AsyncCreateSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchema.java index 603d717b0eeb..7688ed831f08 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java index a8c6f3d88539..2543cec48687 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java index 588919deceb5..8d093d488b77 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchema.java index 242940c87f9f..3534eb0cd942 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java index a07296d72415..e268b46d8f2a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchema.java index dcc27f913c7b..446f086ab0f3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java index 5ff33a9dd6ac..597e9492aa35 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaString.java index f81eee36bf3f..ab3a3a12676c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/deleteschema/SyncDeleteSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/AsyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/AsyncGetSchema.java index bacbb204686c..f71c0135a1b5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/AsyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/AsyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchema.java index b240bf3d81c0..2746e9d86f40 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaSchemaname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaSchemaname.java index ebd415234769..4f324d63930c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaSchemaname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaSchemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaString.java index 2bd7bc29acf4..52bcf13b83f4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/getschema/SyncGetSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemas.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemas.java index c1a589deaf0c..d60f0332d667 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemas.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemasPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemasPaged.java index 76c1217713cc..f156d27ec543 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemasPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/AsyncListSchemasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemas.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemas.java index 47db3fbb789f..6c285299e63e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemas.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasDatastorename.java index 845a5a0b1526..2de5a04b73f3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasString.java index 1e9b950ea255..29e0854d2ece 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/listschemas/SyncListSchemasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchema.java index 184788033dbc..da895f9ded79 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchemaLRO.java index c9d5e44e2f67..e9a7ffbbb5dc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/AsyncUpdateSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/SyncUpdateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/SyncUpdateSchema.java index f2ebd0eccffc..5c167f23cda7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/SyncUpdateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservice/updateschema/SyncUpdateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservicesettings/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservicesettings/getschema/SyncGetSchema.java index 1864fe9de7bf..ce78c1820385 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservicesettings/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/schemaservicesettings/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider.java index 914e96be0169..3e65ef396b97 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider1.java index 5c3e2ef9de66..2e4370ab0863 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetEndpoint.java index cc9e5fa53eea..c138b3126415 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearch.java index 722eab2da7bb..ecb70ae890a2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearchPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearchPaged.java index 9c36c49e5c4e..1490b214a957 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearchPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/AsyncSearchPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/SyncSearch.java index 6145bff40e5b..1a1782b65ac6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservice/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservicesettings/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservicesettings/search/SyncSearch.java index a66b7500ae93..8c22c8152b43 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservicesettings/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchservicesettings/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider.java index 00acd196a41a..0b5e0601bb83 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider1.java index a963ab3802ad..d3eb8b0342d7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetEndpoint.java index 1dc1312d8b07..de11c5c87a2c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModel.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModel.java index b82d5fa8d552..3c705a928dbc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModel.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModelLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModelLRO.java index e432ac39d145..faee70cc8084 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModelLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/AsyncTrainCustomModelLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/SyncTrainCustomModel.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/SyncTrainCustomModel.java index 307b9fd808b2..dc06ac3e4273 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/SyncTrainCustomModel.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservice/traincustommodel/SyncTrainCustomModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservicesettings/traincustommodel/SyncTrainCustomModel.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservicesettings/traincustommodel/SyncTrainCustomModel.java index 5e4c39f3f8a4..b5ab91958397 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservicesettings/traincustommodel/SyncTrainCustomModel.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/searchtuningservicesettings/traincustommodel/SyncTrainCustomModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java index 3da4a6d4b712..38729b1b365e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java index 52c5e3706a55..d19fa774643c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java index dd01fc0e691d..8e23501a5e33 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java index b7e6ea5eb6a2..3a5fdf79f917 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java index e9c3435e947a..8fe851152790 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java index ab52fe283449..9baf3456fe7b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java index 2ed6bea9a17b..9a585fc31d05 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java index d2a41ef3b6ae..18a505bc3b4b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetEndpoint.java index 1df29eaf95e0..50c6dba0f76b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java index 0060e84a3d44..d30a92d0b85e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java index e13ccb4fce3f..c8c542e89d28 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java index c1b9d9c9f61e..4d5a9f226b97 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java index 8ae335c2df7f..d5953840d42b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java index 14c83f86142c..186ec4ce1a1a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java index f322e6e1e486..b3fd56ba88b2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java index 9e61f4ac0f7f..087184e89c18 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java index 66fafa5a6dae..13fdff09e214 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java index 91dbf7396cf8..5670074f5293 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java index 62ae04c2c579..83686b597957 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java index 96b9462d44a0..ba508b636369 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java index afd480a361ab..7157332c7e66 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java index e08b86fe0793..d6291a7a1a4e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java index 6fa32166343a..58f1063d165f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java index cada2809c5c6..a23cd030ed63 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java index 143e3c794d8b..9e14c9e7f629 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java index 70fdc60926c2..d87af68d4bac 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java index 72d6244f44df..2c59c8f6fb60 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java index 544d2c6230df..e5b6d5ec6cc8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java index bf8eebd1debd..85cb25158955 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java index 34b4950818bf..7fa9672eda49 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java index 627a595bf4e4..f43ddfb2bf0a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java index afe4cfa4e10c..b50890bf2f39 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java index 1c788a510846..2e416c2a3063 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java index bd43c61b3da0..2ffa458c5fd4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java index cc3d341e0865..69c1d4cf1fc3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java index a52fe2120e1a..68b4bc6be938 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java index 0563a607e502..a3cb8167316c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java index 31500629b2a2..a567c154c270 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSites.java index 4ab9c267a42a..09ce10ca5eec 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java index 9934798d46ce..23e703beb826 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java index 44c7a8c49c6d..956350ad3122 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java index 9cb0e34566f0..70d0205032d1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java index bac950d79bbf..a797d4f2b50a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/SyncRecrawlUris.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/SyncRecrawlUris.java index 8eb02c376fa1..6e3aab03bd3e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/SyncRecrawlUris.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/recrawluris/SyncRecrawlUris.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java index f72dcfbdffd7..cdec1e2c9ee0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java index 12dda58f53f2..d8719e763dc1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java index b93ac80e71ec..f99bc3e86395 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java index f2096c1a84ba..7bc0a5374729 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java index 383788b7d5ff..a98f8d53202b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java index d19923a4351d..668ce3bb8910 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java index 94a5577b065d..d5b6df92d3f0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java index 8eb15a2ee04e..af067f1399b3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/documentservicestubsettings/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/documentservicestubsettings/getdocument/SyncGetDocument.java index 105ca62e705b..b72a36c9e067 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/documentservicestubsettings/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/documentservicestubsettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java index 03169903a063..0ae05c8a94ec 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/recommendationservicestubsettings/recommend/SyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/recommendationservicestubsettings/recommend/SyncRecommend.java index ab94e4ededa3..b921b89e424b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/recommendationservicestubsettings/recommend/SyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/recommendationservicestubsettings/recommend/SyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/schemaservicestubsettings/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/schemaservicestubsettings/getschema/SyncGetSchema.java index a40e4c1396a0..f5d4cdcbaff7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/schemaservicestubsettings/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/schemaservicestubsettings/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchservicestubsettings/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchservicestubsettings/search/SyncSearch.java index 705f3f69dcc9..ce1a0fe00e00 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchservicestubsettings/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchservicestubsettings/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchtuningservicestubsettings/traincustommodel/SyncTrainCustomModel.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchtuningservicestubsettings/traincustommodel/SyncTrainCustomModel.java index 1a1416024d1b..7edaf693ee2e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchtuningservicestubsettings/traincustommodel/SyncTrainCustomModel.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/searchtuningservicestubsettings/traincustommodel/SyncTrainCustomModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java index 966c961ba2c2..d53eeed155c8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java index 81b2ff95b5b3..39c9b7824cb0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/AsyncCollectUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/AsyncCollectUserEvent.java index 4e4c1f7269b6..ec727b692e0f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/AsyncCollectUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/AsyncCollectUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/SyncCollectUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/SyncCollectUserEvent.java index f9b11a7abc4e..f42ba4c48939 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/SyncCollectUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/collectuserevent/SyncCollectUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider.java index 41b0a03b5085..86257cb2ab27 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider1.java index 1388644c00a2..e0142ddffe1b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetEndpoint.java index 461bc05b8e6e..ccd87bd1f35b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEvents.java index 57822f42121f..3bfde0222d67 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEventsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEventsLRO.java index f83503b75790..4b558478c64d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEventsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/AsyncImportUserEventsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/SyncImportUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/SyncImportUserEvents.java index aa08e1423f4b..c371b8028da6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/SyncImportUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/importuserevents/SyncImportUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEvents.java index 12ac07358185..6280f2fbcd40 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEventsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEventsLRO.java index cce940c93a0e..6888ad5b2d3e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEventsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/AsyncPurgeUserEventsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/SyncPurgeUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/SyncPurgeUserEvents.java index 2612cc84d480..dbc93ddceca0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/SyncPurgeUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/purgeuserevents/SyncPurgeUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/AsyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/AsyncWriteUserEvent.java index 605d9fb95535..81225d78a0ed 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/AsyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/AsyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/SyncWriteUserEvent.java index c4566cd8db1b..328dee081547 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservice/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java index 751c88433e00..5de78e01c62a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/AsyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/AsyncCompleteQuery.java index 8c7d3686729c..8ac700ed3a70 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/AsyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/AsyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/SyncCompleteQuery.java index 561a345296d4..ec3d6c4a9e25 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider.java index cc6a6ef1119d..278c2d803010 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider1.java index 4221d9f6a529..b43dd01424d2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetEndpoint.java index 8f713b366ada..95f97991d70a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java index 310504f78429..73ecf80e93d3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java index f7d6650c5bcb..e35397123a93 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/AsyncImportSuggestionDenyListEntriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java index 0fbaef08026e..f2af5ee5144f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/importsuggestiondenylistentries/SyncImportSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java index f4aeda14a698..8af586bc0c59 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java index b4284e914cb2..4257e2951bf4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/AsyncPurgeSuggestionDenyListEntriesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java index a60d1403fdd1..486a4d754942 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservice/purgesuggestiondenylistentries/SyncPurgeSuggestionDenyListEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservicesettings/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservicesettings/completequery/SyncCompleteQuery.java index b7aa9edbcaa2..085cd18daa8b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservicesettings/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/completionservicesettings/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/AsyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/AsyncConverseConversation.java index 7d603dda1465..bafdf0c02a0e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/AsyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/AsyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversation.java index 55056dfd7e24..d809cc3796a9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java index ab9756446a03..08eb32b8f055 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationConversationnameTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java index 190a4737f9bd..8ca197a40dd7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/converseconversation/SyncConverseConversationStringTextinput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java index e2f3efd2c828..5d534ff6026a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java index 5b8cfc64c04b..082602b9f37d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetEndpoint.java index 0c47c48989dd..aa9a3dc8d5cb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/AsyncCreateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/AsyncCreateConversation.java index 1373d47caeac..e7a9b2464b8f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/AsyncCreateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/AsyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversation.java index cb54d5421148..a1947895b5be 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java index 4eb494f2653d..cf1067022b02 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationDatastorenameConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java index df09775d2d6f..f0144a31151d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/createconversation/SyncCreateConversationStringConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java index eab7a3e35783..a55812d7cb20 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/AsyncDeleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java index f23509abf4f3..4aa7d4c189fc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java index 35f754d078d7..8d4ccd38dafa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java index 69b35eef156f..1872484499ba 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/deleteconversation/SyncDeleteConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/AsyncGetConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/AsyncGetConversation.java index e9ad85fa8781..3cde214f64c6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/AsyncGetConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/AsyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversation.java index 8a9f0dcf6590..b20a64d72f40 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java index a3859256bc1a..2889a219d8f5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationConversationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationString.java index bec8c3e85b2a..2b7f894ebc2e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/getconversation/SyncGetConversationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversations.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversations.java index 48eb6a23466b..1a7a1ca218c2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversations.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java index eec4a9d62f79..a98ca572db85 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/AsyncListConversationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversations.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversations.java index 43e7360d4cca..c3a1bb842daa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversations.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java index b32ab39e69e5..2ffb38449a0b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsString.java index 27e2d6131e51..2c62040fbde7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/listconversations/SyncListConversationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java index a88d89e962f4..e3bee6288742 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/AsyncUpdateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversation.java index 3977aae5ace5..7290db676543 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java index b2c1a5a2e660..c4ee4917de7e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservice/updateconversation/SyncUpdateConversationConversationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java index 578a0d625f84..70f4b38f2d2e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/conversationalsearchservicesettings/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider.java index 173ba940ddf7..6e4e95784b08 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider1.java index 21b53df9f6dc..aba9da7e2ca1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetEndpoint.java index e39eda6635ac..1fa151498575 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStore.java index 806c680cfdcd..dc9690c02ae7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java index d07073aaf3c7..27d82acb9d03 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/AsyncCreateDataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStore.java index 6dff1e256809..e4f0c21992b2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java index 20ccd77b8b26..6b7b9746c3b7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreCollectionnameDatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java index 5c4abdd5d247..4887fce3c6ce 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/createdatastore/SyncCreateDataStoreStringDatastoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStore.java index eaab922a1a2e..eadc25d50493 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java index c8b9071947a3..6328b407f8b6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/AsyncDeleteDataStoreLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStore.java index a434ffeb0a0b..d88a4660f136 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java index b0e92579a7f6..0ba3f19e66e3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java index 2d85ee31f6a3..fba82ffbd36e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/deletedatastore/SyncDeleteDataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/AsyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/AsyncGetDataStore.java index 99973be3b889..0f437176dd61 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/AsyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/AsyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStore.java index e190a0f51e02..0b150e076be7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java index aa0c1862a0f6..c80db386cb84 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreString.java index d6f3cbf432ae..9348d9b14b3c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/getdatastore/SyncGetDataStoreString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStores.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStores.java index 425ccde8135a..b3c4bd276975 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStores.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStoresPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStoresPaged.java index 6bd198f168ac..0bc7fe20cc17 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStoresPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/AsyncListDataStoresPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStores.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStores.java index a3be877e4217..51bf70819a0e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStores.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java index 02d558d31d94..a78f792e3772 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresCollectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresString.java index 1776b15826bb..a7298f9ce4cc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/listdatastores/SyncListDataStoresString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/AsyncUpdateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/AsyncUpdateDataStore.java index 1fc5edb4c579..e7c27e9af6d2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/AsyncUpdateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/AsyncUpdateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStore.java index 6a41d517e4b7..d498d795b83e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java index ef4eccd13f85..70a86bb3dadc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservice/updatedatastore/SyncUpdateDataStoreDatastoreFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservicesettings/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservicesettings/getdatastore/SyncGetDataStore.java index feedf1d17320..da307b566c30 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservicesettings/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/datastoreservicesettings/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider.java index 0d0d4250f998..645b8a266f31 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider1.java index a20f8770efc7..84b97628e90c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetEndpoint.java index 5258a65b15c6..557e858aa49d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/AsyncCreateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/AsyncCreateDocument.java index 6f608c3bbaee..e33c5b47bc43 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/AsyncCreateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/AsyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocument.java index c149242e1621..37b38a48ef1e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java index e310c970c1e1..d37dad667faf 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentBranchnameDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java index 8c65d5a21c67..f795b6c92250 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/createdocument/SyncCreateDocumentStringDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/AsyncDeleteDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/AsyncDeleteDocument.java index 3e8b93ad7b82..fc2aae3cfb29 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/AsyncDeleteDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/AsyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocument.java index 2e424efd71e2..70c2a97eb716 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java index 17486038c96a..6f345885b92c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentString.java index 22904382401e..cf143487d0e8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/deletedocument/SyncDeleteDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/AsyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/AsyncGetDocument.java index d4246b79319b..5e6d3742f351 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/AsyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/AsyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocument.java index 9fe2cf1072cf..443b3e5803f4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentDocumentname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentDocumentname.java index 0a3fd0ea9a30..5bd31f6afd0d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentDocumentname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentDocumentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentString.java index 21cf7e2bd129..14a8caef663b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/getdocument/SyncGetDocumentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocuments.java index 6d4afd057dcf..eb2a499ca196 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocumentsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocumentsLRO.java index c717ea5da66c..1a37e116b945 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocumentsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/AsyncImportDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/SyncImportDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/SyncImportDocuments.java index 5e29508e489e..cad0fc3cb849 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/SyncImportDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/importdocuments/SyncImportDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocuments.java index 21c1877e4f47..045701c17651 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocumentsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocumentsPaged.java index b9003d32c5b8..8c4d3e956898 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocumentsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/AsyncListDocumentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocuments.java index 596ab6a59ee7..50806f81f667 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsBranchname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsBranchname.java index 30b179553bf7..6675b1a78281 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsBranchname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsBranchname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsString.java index 364fc2c863bc..f148bdc6d0b4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/listdocuments/SyncListDocumentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocuments.java index 755e49660b73..834ae6046685 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java index 3fd27731b70c..8e0614032037 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/AsyncPurgeDocumentsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/SyncPurgeDocuments.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/SyncPurgeDocuments.java index 228f74761cd7..88fcb4a0e673 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/SyncPurgeDocuments.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/purgedocuments/SyncPurgeDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/AsyncUpdateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/AsyncUpdateDocument.java index 72d5cbe3d556..37cd548fe4b2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/AsyncUpdateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/AsyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/SyncUpdateDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/SyncUpdateDocument.java index 8234e65e3285..936a10fb76ff 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/SyncUpdateDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservice/updatedocument/SyncUpdateDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservicesettings/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservicesettings/getdocument/SyncGetDocument.java index 1ba8d211270e..60fb83cca714 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservicesettings/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/documentservicesettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider.java index 72c9c6303541..1dcb21a958a2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider1.java index 1992f3bd8d70..5794b2ead7be 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetEndpoint.java index c18c3ce67b98..d67067e0b11d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngine.java index 5d6b83eefecd..52461a62d6bc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngineLRO.java index e2072cfea8eb..75e9b9784a3d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/AsyncCreateEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngine.java index 8734024a80ac..ca24ba24f0f8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java index a5c356caa192..792c10b30fce 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineCollectionnameEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineStringEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineStringEngineString.java index 56a4b714bf31..d0943b49aafc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineStringEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/createengine/SyncCreateEngineStringEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngine.java index ea29c07f71a5..f64349a67295 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngineLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngineLRO.java index 069bd8e93265..0c09e961f23c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngineLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/AsyncDeleteEngineLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngine.java index 84f02f939af2..cc9c0f264ac3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineEnginename.java index 0f272fa2f2f2..b0654ab8c4d7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineString.java index a077710b0af2..fd6a002c7a87 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/deleteengine/SyncDeleteEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/AsyncGetEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/AsyncGetEngine.java index 0568c656c12d..e3d08ef405d3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/AsyncGetEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/AsyncGetEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngine.java index 6b6d02681202..5bc006d7c414 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineEnginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineEnginename.java index 5537754810ae..1249ff698554 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineEnginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineEnginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineString.java index 877803b606d4..214da984929c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/getengine/SyncGetEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEngines.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEngines.java index 989d8afda91a..439c1e58e6a5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEngines.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEnginesPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEnginesPaged.java index 10d6f6a9dce6..e1ad1285b4dc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEnginesPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/AsyncListEnginesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEngines.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEngines.java index ced1cb897ec1..00d52cf1742e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEngines.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesCollectionname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesCollectionname.java index 51001dc49b91..02aa1b313764 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesCollectionname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesCollectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesString.java index 72be39d8cfae..2beef688bbc9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/listengines/SyncListEnginesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/AsyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/AsyncUpdateEngine.java index dc8e641b4cd8..0aaa771026de 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/AsyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/AsyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngine.java index 823b8accbfc5..1d10e13e7d85 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java index 275b10f3f9af..58d8f7af1f47 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservice/updateengine/SyncUpdateEngineEngineFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservicesettings/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservicesettings/updateengine/SyncUpdateEngine.java index 6684bd0fbc63..4519042d68a3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservicesettings/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/engineservicesettings/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider.java index 1454ec4de938..87fa4b09d2b5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider1.java index 4409b5c0e609..34cbfc0bbea1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetEndpoint.java index 830fa5427079..9f98462f1a9d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/AsyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/AsyncRecommend.java index b38cc14a5d1e..31b9507d6e23 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/AsyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/AsyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/SyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/SyncRecommend.java index 2689e9535e09..8254a04449eb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/SyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservice/recommend/SyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservicesettings/recommend/SyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservicesettings/recommend/SyncRecommend.java index e256dbd9b53e..3c0a88b50c0c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservicesettings/recommend/SyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/recommendationservicesettings/recommend/SyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider.java index dac51740bf76..b3b0d08be91b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider1.java index 7f7a1a81d29f..8186b6f157d1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetEndpoint.java index 6efadb198929..eb0ad9be1c85 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchema.java index 38117fdde63c..c40a5bd6eec2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchemaLRO.java index 694dc76e3637..052fd24925c0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/AsyncCreateSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchema.java index 266c41de8847..f0385b6d9789 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java index 081c27cbf63e..f05a9b2bc522 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaDatastorenameSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java index 3600523d98e1..f38f514a1a37 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/createschema/SyncCreateSchemaStringSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchema.java index d806ba72b407..a7c936f47d32 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java index 1c2ab59872b6..74350803e8e9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/AsyncDeleteSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchema.java index 89bf31741d51..c7bd68fc17ce 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java index b75a90bfbe9d..489600ca08ae 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaSchemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaString.java index 731631472651..a95ff5cc4e86 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/deleteschema/SyncDeleteSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/AsyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/AsyncGetSchema.java index 11991a331e28..e2842c409c71 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/AsyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/AsyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchema.java index ce4fdb886644..ebfab960bc7a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaSchemaname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaSchemaname.java index 6f807a6f0685..f6d827251c28 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaSchemaname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaSchemaname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaString.java index 68b31d3ed507..0e22f6e07fde 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/getschema/SyncGetSchemaString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemas.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemas.java index 8743967a49fd..6d955093bb23 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemas.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemasPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemasPaged.java index 694050c920eb..f5e96970730f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemasPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/AsyncListSchemasPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemas.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemas.java index aef8cc1fd4a3..bedb3170bce6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemas.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemas.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasDatastorename.java index 752a8f152f41..b2ca0041798b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasString.java index e3dcb23e122f..fea2bc1a0f2e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/listschemas/SyncListSchemasString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchema.java index 1e048bc027a8..d6e3410559a7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchemaLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchemaLRO.java index 578a1caf364c..4210c30ea056 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchemaLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/AsyncUpdateSchemaLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/SyncUpdateSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/SyncUpdateSchema.java index 681fa9c9288b..caaa8f3c449c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/SyncUpdateSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservice/updateschema/SyncUpdateSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservicesettings/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservicesettings/getschema/SyncGetSchema.java index ff5e4a4427c6..0218cab42909 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservicesettings/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/schemaservicesettings/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider.java index 8502be5ce531..3be244072499 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider1.java index 1a5c1398cb2a..375f70e85e07 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetEndpoint.java index 5b04a08ebd3c..d4571d63d705 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearch.java index d73730fc4e37..f3ca18c9bbdc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearchPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearchPaged.java index 2bc77ba9119c..109b6d9cb3ca 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearchPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/AsyncSearchPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/SyncSearch.java index da9c6ac91747..1a8ff6955557 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservice/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservicesettings/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservicesettings/search/SyncSearch.java index 79c832abf42b..9ea9a7ea9092 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservicesettings/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/searchservicesettings/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider.java index d750bb7f49ac..1d53e237b7d8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider1.java index a994223c6802..3f96039beabe 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetEndpoint.java index 977473908077..c902d642c690 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/AsyncGetServingConfig.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/AsyncGetServingConfig.java index 424bf5700916..3c66cceac432 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/AsyncGetServingConfig.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/AsyncGetServingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfig.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfig.java index e07552ddf0f6..e83845a57236 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfig.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigServingconfigname.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigServingconfigname.java index 185e33bdd2ba..04aa89c042bb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigServingconfigname.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigServingconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigString.java index 4d92c4323e84..8a38d2d00908 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/getservingconfig/SyncGetServingConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigs.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigs.java index 966b8df94a7d..472464193c62 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigs.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigsPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigsPaged.java index afd2ae476744..ef18beb4fa05 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigsPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/AsyncListServingConfigsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigs.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigs.java index dba3bebf5320..3ee1ebcdf2bd 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigs.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsDatastorename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsDatastorename.java index e0a7abf9bee2..61bc7372e3e0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsDatastorename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsDatastorename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsString.java index e13d9fd8ba32..30b266db434b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/listservingconfigs/SyncListServingConfigsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/AsyncUpdateServingConfig.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/AsyncUpdateServingConfig.java index f5a602d7ae03..b8501c19c7ad 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/AsyncUpdateServingConfig.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/AsyncUpdateServingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfig.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfig.java index 2d8d95df11a5..2cbc27051fd2 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfig.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfigServingconfigFieldmask.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfigServingconfigFieldmask.java index 98211f2eabbe..b23ce7cb6b45 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfigServingconfigFieldmask.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservice/updateservingconfig/SyncUpdateServingConfigServingconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservicesettings/updateservingconfig/SyncUpdateServingConfig.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservicesettings/updateservingconfig/SyncUpdateServingConfig.java index d41ff0a77756..2c8fef94052a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservicesettings/updateservingconfig/SyncUpdateServingConfig.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/servingconfigservicesettings/updateservingconfig/SyncUpdateServingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java index 7f2ac76a7465..728e46a5a0c8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java index aca726d1411a..2a85ff29b831 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/AsyncBatchCreateTargetSitesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java index 7c7c1d53efeb..f73356b247c8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchcreatetargetsites/SyncBatchCreateTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java index 61938b2ccba3..1bee22f53755 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java index 4908d0296592..9afc7027c1fa 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/AsyncBatchVerifyTargetSitesLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java index e0a92ae780be..a50843df77c5 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/batchverifytargetsites/SyncBatchVerifyTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java index 133f0477f09c..e65172b09e6e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java index 2c2f699f390a..2c9093afb040 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetEndpoint.java index 9bfaba2a0bac..0f1d0441a623 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java index a92721d4b4ca..af7342676dd3 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java index 90123d5dfdff..ef8a0f69a540 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/AsyncCreateTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java index 3e319dd3b666..7d5dd3d09e6b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java index 31ddd28e604a..ad4efe7657f1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteSitesearchenginenameTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java index 635158e0eb1d..11768565e1d0 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/createtargetsite/SyncCreateTargetSiteStringTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java index 6956d3166b99..c3e182048771 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java index c7f68ecf289d..d80754284635 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/AsyncDeleteTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java index ce0a05b4d234..f7865f2024e4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java index a9a8a2ec127d..a1a0778aeaed 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java index 989d41c2b901..b56c117f4f9f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/deletetargetsite/SyncDeleteTargetSiteTargetsitename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java index b44e02df3ece..271c85268114 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java index 396af619551a..159bddaea18f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/AsyncDisableAdvancedSiteSearchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java index 4a624a2d7eb8..d3284d55694a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/disableadvancedsitesearch/SyncDisableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java index fd5d84afa0c3..553de7d4ff92 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java index 291e4fc68a6a..ada35d3a332e 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/AsyncEnableAdvancedSiteSearchLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java index f4ac705c3e76..55018573ed7b 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/enableadvancedsitesearch/SyncEnableAdvancedSiteSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java index ac682c7528bb..89c4c8941d92 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java index cfd4f5a34035..068d2e39525d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/AsyncFetchDomainVerificationStatusPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java index 2c089e73255c..655f8dafd395 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/fetchdomainverificationstatus/SyncFetchDomainVerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java index a7f088383e72..0bbed1261387 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/AsyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java index a000e9f2a7d7..cd5f28eb4053 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java index c438389e1da2..fee4dcdb41eb 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineSitesearchenginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java index 68c30a2492e9..3f24afc24556 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/getsitesearchengine/SyncGetSiteSearchEngineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java index a386b2c7bf15..25241b36db20 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/AsyncGetTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java index 84cd33850f48..c18ca1f8c0ad 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java index f2193446ef33..590be49dcf9a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java index 9f28d20599d2..266a8a98f286 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/gettargetsite/SyncGetTargetSiteTargetsitename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java index 60a6686acf85..48616b3214d7 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java index 11b57369ed64..3e0c19dc15a4 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/AsyncListTargetSitesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSites.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSites.java index 57a9c2059aa1..c34bfb320a45 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSites.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java index 27eaf75acc21..56b42edd6ab8 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesSitesearchenginename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java index fe337849b4dc..53c9f0b80699 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/listtargetsites/SyncListTargetSitesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java index 17e71b61cbf9..4ba20b542523 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUris.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java index 091a87bb9289..c399fca7a236 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/AsyncRecrawlUrisLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/SyncRecrawlUris.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/SyncRecrawlUris.java index 487c675a5957..83b3a10456ea 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/SyncRecrawlUris.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/recrawluris/SyncRecrawlUris.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java index 8bc0c05e79a7..80f811f39310 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java index ea89d1a77a15..d793f2cde87f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/AsyncUpdateTargetSiteLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java index d990c205efc8..414b90ca3f58 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java index 3d30c01b167b..741ee3edc48d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservice/updatetargetsite/SyncUpdateTargetSiteTargetsite.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java index b6227db662b7..3fb87832076d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/sitesearchengineservicesettings/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java index 06e9cd7903cc..b94fb0bd51ae 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/completionservicestubsettings/completequery/SyncCompleteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java index 39dec43a80a2..ac9480207456 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/conversationalsearchservicestubsettings/converseconversation/SyncConverseConversation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java index 6c8e94b073d4..02640c4749df 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/datastoreservicestubsettings/getdatastore/SyncGetDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/documentservicestubsettings/getdocument/SyncGetDocument.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/documentservicestubsettings/getdocument/SyncGetDocument.java index e07a9a51d085..d217d270295f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/documentservicestubsettings/getdocument/SyncGetDocument.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/documentservicestubsettings/getdocument/SyncGetDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java index 73024a90e44c..035e1d5d53a1 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/engineservicestubsettings/updateengine/SyncUpdateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/recommendationservicestubsettings/recommend/SyncRecommend.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/recommendationservicestubsettings/recommend/SyncRecommend.java index bb6c6a710e58..cc75f561fb14 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/recommendationservicestubsettings/recommend/SyncRecommend.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/recommendationservicestubsettings/recommend/SyncRecommend.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/schemaservicestubsettings/getschema/SyncGetSchema.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/schemaservicestubsettings/getschema/SyncGetSchema.java index 5e135fca14a8..8d337e1e3180 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/schemaservicestubsettings/getschema/SyncGetSchema.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/schemaservicestubsettings/getschema/SyncGetSchema.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/searchservicestubsettings/search/SyncSearch.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/searchservicestubsettings/search/SyncSearch.java index 271da10460db..46b9c4195ab6 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/searchservicestubsettings/search/SyncSearch.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/searchservicestubsettings/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/servingconfigservicestubsettings/updateservingconfig/SyncUpdateServingConfig.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/servingconfigservicestubsettings/updateservingconfig/SyncUpdateServingConfig.java index 5960553410c2..786a6effce4d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/servingconfigservicestubsettings/updateservingconfig/SyncUpdateServingConfig.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/servingconfigservicestubsettings/updateservingconfig/SyncUpdateServingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java index 1f102aa939c6..371e03b0ed38 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/sitesearchengineservicestubsettings/getsitesearchengine/SyncGetSiteSearchEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java index 8e98ea9d758c..8b6aeae4280c 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/stub/usereventservicestubsettings/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/AsyncCollectUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/AsyncCollectUserEvent.java index 89f266dbbf52..1598d457e44a 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/AsyncCollectUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/AsyncCollectUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/SyncCollectUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/SyncCollectUserEvent.java index e01747754a49..e0e6192d57fc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/SyncCollectUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/collectuserevent/SyncCollectUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider.java index b01fecf81a6d..771449e04d68 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider1.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider1.java index ec4991818efe..004af1316154 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetEndpoint.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetEndpoint.java index 591303b75a2f..c04323590c72 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetEndpoint.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEvents.java index b5d90bd6eb55..c29ad0c6369d 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEventsLRO.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEventsLRO.java index bddcdc6f76f1..edfd684cbfbc 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEventsLRO.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/AsyncImportUserEventsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/SyncImportUserEvents.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/SyncImportUserEvents.java index fba9b9aa4c07..9e40043dfff9 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/SyncImportUserEvents.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/importuserevents/SyncImportUserEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/AsyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/AsyncWriteUserEvent.java index 0aeb3f67dd3a..c27244434ddf 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/AsyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/AsyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/SyncWriteUserEvent.java index 1a1d287e75ff..6f013c7d7d66 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservice/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java index ce0565487810..6c806abfa07f 100644 --- a/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java +++ b/java-discoveryengine/samples/snippets/generated/com/google/cloud/discoveryengine/v1beta/usereventservicesettings/writeuserevent/SyncWriteUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/README.md b/java-distributedcloudedge/README.md index 538482e319a0..70d330f80b1f 100644 --- a/java-distributedcloudedge/README.md +++ b/java-distributedcloudedge/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-distributedcloudedge.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-distributedcloudedge/0.31.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-distributedcloudedge/0.32.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerClient.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerClient.java index 8ba7ef011ad5..cf950cc07142 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerClient.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerSettings.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerSettings.java index 7631e588959f..83a9864a5172 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerSettings.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/EdgeContainerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -260,7 +260,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EdgeContainerStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EdgeContainerStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/package-info.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/package-info.java index df2d419771c2..8f436e488400 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/package-info.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStub.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStub.java index 2816b34339d6..80d8f851cd78 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStub.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStubSettings.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStubSettings.java index 90e495fcb9a7..8f424d261ed5 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStubSettings.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/EdgeContainerStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -610,7 +610,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -619,7 +618,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerCallableFactory.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerCallableFactory.java index dd3e720d832c..2d40fa18ccc9 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerCallableFactory.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerStub.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerStub.java index 31eac229d1e3..18f35a14eb44 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerStub.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/GrpcEdgeContainerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerCallableFactory.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerCallableFactory.java index a77f3fe250a8..1013a9f4352d 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerCallableFactory.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerStub.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerStub.java index ef57a7cca2ae..2eb8c3fc8523 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerStub.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/HttpJsonEdgeContainerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientHttpJsonTest.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientHttpJsonTest.java index e070024a6f52..d384eed5b6e3 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientHttpJsonTest.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientTest.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientTest.java index 982874014e75..71640bbfdcf1 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientTest.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/EdgeContainerClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainer.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainer.java index 725b9104bac8..74ac6a7696e1 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainer.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainerImpl.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainerImpl.java index 5c3d9a48f781..2c36ad302451 100644 --- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainerImpl.java +++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/test/java/com/google/cloud/edgecontainer/v1/MockEdgeContainerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/ClusterName.java b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/ClusterName.java index e2371b89d043..e4e566ac293d 100644 --- a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/ClusterName.java +++ b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/ClusterName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/LocationName.java b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/LocationName.java index 975476b67e99..62cf79c90c77 100644 --- a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/LocationName.java +++ b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/MachineName.java b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/MachineName.java index b0a07e98d853..bc59b1886474 100644 --- a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/MachineName.java +++ b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/MachineName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/NodePoolName.java b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/NodePoolName.java index 52e0d125c1b8..940b8409695c 100644 --- a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/NodePoolName.java +++ b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/NodePoolName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/VpnConnectionName.java b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/VpnConnectionName.java index e6a5671b8818..8d096816f17b 100644 --- a/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/VpnConnectionName.java +++ b/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/VpnConnectionName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider.java index c0a61316ef2a..9abced8ff0bb 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider1.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider1.java index 3d283f000176..33e00f1116e3 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider1.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetEndpoint.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetEndpoint.java index 9ccd4df1f0c9..544136877c3e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetEndpoint.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateCluster.java index 3754af9ed0bf..3e98ea9337f4 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateClusterLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateClusterLRO.java index e5a83a659aff..b0daef750541 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateClusterLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/AsyncCreateClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateCluster.java index c6663cb8a4db..42d1b0a37f6b 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterLocationnameClusterString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterLocationnameClusterString.java index baec173230b3..c5b639c7d53c 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterLocationnameClusterString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterLocationnameClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterStringClusterString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterStringClusterString.java index 6ea9609adb17..ec46b5e64db5 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterStringClusterString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createcluster/SyncCreateClusterStringClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePool.java index 81be43262d3c..a04d8b8955af 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePoolLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePoolLRO.java index f56e9cddf46f..ce67ce0b1e03 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePoolLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/AsyncCreateNodePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePool.java index 9db5b7c4216b..94987fb32aa1 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolClusternameNodepoolString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolClusternameNodepoolString.java index 73eb2b6c9d2c..b828efc9f6d2 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolClusternameNodepoolString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolClusternameNodepoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolStringNodepoolString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolStringNodepoolString.java index fc918445fde0..7dbeb126ad26 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolStringNodepoolString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createnodepool/SyncCreateNodePoolStringNodepoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnection.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnection.java index 8742d4647fd7..ff8c28222d56 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnection.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnectionLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnectionLRO.java index 1a1f2b0c2797..5b457ba43c43 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnectionLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/AsyncCreateVpnConnectionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnection.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnection.java index 49afef7d8a86..278ee6fdb6c3 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnection.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionLocationnameVpnconnectionString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionLocationnameVpnconnectionString.java index be98de12bcbb..f9d57027b472 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionLocationnameVpnconnectionString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionLocationnameVpnconnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionStringVpnconnectionString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionStringVpnconnectionString.java index 9aad294cfeaf..b13b7ba36986 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionStringVpnconnectionString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/createvpnconnection/SyncCreateVpnConnectionStringVpnconnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteCluster.java index 491f4f0dfbb9..ebf38253fde2 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteClusterLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteClusterLRO.java index de22146f1118..adcb053dc447 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteClusterLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/AsyncDeleteClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteCluster.java index 6f1b17c214b1..858d4ecebdc3 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterClustername.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterClustername.java index 72c56dd1df82..47cc56050283 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterClustername.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterString.java index 6566f43e464f..1d0a98228d6f 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletecluster/SyncDeleteClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePool.java index 1a17367aeb83..d95ef8bf5657 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePoolLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePoolLRO.java index 09750560998d..262ff23a8ed1 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePoolLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/AsyncDeleteNodePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePool.java index 2aa0e66b2c1f..c202c1d5273e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolNodepoolname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolNodepoolname.java index c99801402d32..f040ea9e1a35 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolNodepoolname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolNodepoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolString.java index 5cf94243e14f..655c2f2b5112 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletenodepool/SyncDeleteNodePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnection.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnection.java index acce6d5bd064..33a864d73f27 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnection.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnectionLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnectionLRO.java index fd0c6b1c38e7..c951359828fe 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnectionLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/AsyncDeleteVpnConnectionLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnection.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnection.java index e28b320f9b93..b07c4096de9f 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnection.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionString.java index 39360bf4e3d2..87be81451621 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionVpnconnectionname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionVpnconnectionname.java index eee0513cf7ba..cbcc105304ee 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionVpnconnectionname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/deletevpnconnection/SyncDeleteVpnConnectionVpnconnectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/AsyncGenerateAccessToken.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/AsyncGenerateAccessToken.java index 2fa0f12f664e..b370fa6e5b18 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/AsyncGenerateAccessToken.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/AsyncGenerateAccessToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessToken.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessToken.java index 7e6ced1ad509..b2264d8d815d 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessToken.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenClustername.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenClustername.java index 5620c4593bcf..9be25ff20e78 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenClustername.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenString.java index 30af0a6f74e9..f4646f22cddd 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/generateaccesstoken/SyncGenerateAccessTokenString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/AsyncGetCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/AsyncGetCluster.java index a057bd7e906c..608e6cbb40f7 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/AsyncGetCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/AsyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetCluster.java index b8d99e201d6f..7209bffab5a7 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterClustername.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterClustername.java index e8fb71e80642..68ace1eb4d39 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterClustername.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterString.java index 16c215838771..2e4a29191ad2 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getcluster/SyncGetClusterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/AsyncGetMachine.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/AsyncGetMachine.java index 51918101663f..ea4070c968c2 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/AsyncGetMachine.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/AsyncGetMachine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachine.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachine.java index 3fd8c4405813..6ce21dbb190b 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachine.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachine.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineMachinename.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineMachinename.java index bd1f4781b886..18542e663f30 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineMachinename.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineMachinename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineString.java index 8c46d38a11b9..acea3453b4f8 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getmachine/SyncGetMachineString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/AsyncGetNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/AsyncGetNodePool.java index 9f6c153db42b..7c244c3e46d0 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/AsyncGetNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/AsyncGetNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePool.java index cbee265f202b..726736c8b7d7 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolNodepoolname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolNodepoolname.java index 5270bc15fec9..c52e7847d21e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolNodepoolname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolNodepoolname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolString.java index 933431493011..9be709c1e07f 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getnodepool/SyncGetNodePoolString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/AsyncGetVpnConnection.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/AsyncGetVpnConnection.java index 1e27d1d93ef1..4a00c8746e5e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/AsyncGetVpnConnection.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/AsyncGetVpnConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnection.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnection.java index 0ac86a4e2ea9..5928c4a7d303 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnection.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionString.java index 6085f7a048ce..f0f3ba6fb16e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionVpnconnectionname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionVpnconnectionname.java index 101eb4ad56bc..4c0cea15e5ec 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionVpnconnectionname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/getvpnconnection/SyncGetVpnConnectionVpnconnectionname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClusters.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClusters.java index 06d1f8fd7411..19c2673f9d1e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClusters.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClustersPaged.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClustersPaged.java index 2c9ef984d0e5..acd8dd1cf85e 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClustersPaged.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/AsyncListClustersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClusters.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClusters.java index 64e8936cbff3..6c64f96c0f23 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClusters.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClusters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersLocationname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersLocationname.java index cf4473a32c16..5420c5cd51f5 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersLocationname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersString.java index 16f1aa993a6e..39612b612924 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listclusters/SyncListClustersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachines.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachines.java index 2ce070d1cb6c..e2b108cc9ff9 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachines.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachinesPaged.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachinesPaged.java index d4f8e435555b..d1ecfdf3dcc8 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachinesPaged.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/AsyncListMachinesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachines.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachines.java index 0f9983ab37b9..8dedbea36a66 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachines.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachines.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesLocationname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesLocationname.java index 8f17bf4fe7cd..fa3f15410385 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesLocationname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesString.java index e4e0caf330aa..9e7ea1272a05 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listmachines/SyncListMachinesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePools.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePools.java index bba11514d4e1..2f6b1aadc69c 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePools.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePoolsPaged.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePoolsPaged.java index d07c34da1226..0b1d59b249bd 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePoolsPaged.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/AsyncListNodePoolsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePools.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePools.java index 7eebd770459b..ee3ed8730456 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePools.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsClustername.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsClustername.java index 43d2bca02f9e..2faad0331602 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsClustername.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsClustername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsString.java index 6b4b77af54fe..c06a222c5c1a 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listnodepools/SyncListNodePoolsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnections.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnections.java index 264736cd92e7..12dc11a86fa7 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnections.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnections.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnectionsPaged.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnectionsPaged.java index 486c931e53d4..60315245175c 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnectionsPaged.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/AsyncListVpnConnectionsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnections.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnections.java index 6c1747241ab5..3c3a8bdbb73a 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnections.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnections.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsLocationname.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsLocationname.java index abf5731af5c5..ead162c2a7c7 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsLocationname.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsString.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsString.java index b2a856247155..7381ea854f0c 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsString.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/listvpnconnections/SyncListVpnConnectionsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateCluster.java index 1a6714589133..64275fd484b7 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateClusterLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateClusterLRO.java index ea3fba43b070..ae76efab7907 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateClusterLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/AsyncUpdateClusterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateCluster.java index ba5bba72eb76..88d29eabf443 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateClusterClusterFieldmask.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateClusterClusterFieldmask.java index e88c34e997fa..050f711d0358 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateClusterClusterFieldmask.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatecluster/SyncUpdateClusterClusterFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePool.java index a8372b007f55..7390f14dbb2b 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePoolLRO.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePoolLRO.java index d5ab2df1dcbc..5ebb8a178d3f 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePoolLRO.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/AsyncUpdateNodePoolLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePool.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePool.java index cc4f3eee3a43..e0fc69d6c888 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePool.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePoolNodepoolFieldmask.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePoolNodepoolFieldmask.java index 4fc9dff2d462..270ae549e6cf 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePoolNodepoolFieldmask.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainer/updatenodepool/SyncUpdateNodePoolNodepoolFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainersettings/getcluster/SyncGetCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainersettings/getcluster/SyncGetCluster.java index ebbf72b5506d..55b86721a7d4 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainersettings/getcluster/SyncGetCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/edgecontainersettings/getcluster/SyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/stub/edgecontainerstubsettings/getcluster/SyncGetCluster.java b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/stub/edgecontainerstubsettings/getcluster/SyncGetCluster.java index f5a3261ba5f9..ff61e13a182a 100644 --- a/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/stub/edgecontainerstubsettings/getcluster/SyncGetCluster.java +++ b/java-distributedcloudedge/samples/snippets/generated/com/google/cloud/edgecontainer/v1/stub/edgecontainerstubsettings/getcluster/SyncGetCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/README.md b/java-dlp/README.md index 38a997c050d7..68aaee2125c9 100644 --- a/java-dlp/README.md +++ b/java-dlp/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dlp.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dlp/3.38.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dlp/3.39.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java index 6e1cca02c1ee..a5cef23cb816 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceSettings.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceSettings.java index c26bf7c9512e..191f2dc08162 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceSettings.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -405,7 +405,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DlpServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DlpServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java index 964c7c5f0f7d..e471b49a54ec 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStub.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStub.java index 9e7eb25736f6..f5b92fd79c85 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStub.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStubSettings.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStubSettings.java index 15748570893d..b245e8c6fa93 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStubSettings.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -910,7 +910,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -919,7 +918,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceCallableFactory.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceCallableFactory.java index 14a5039f1d57..1ff9caed0371 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceCallableFactory.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java index 36cfd627d334..5d6e6ecd0fde 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceCallableFactory.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceCallableFactory.java index 55c56d777bb6..04c90ba2ff34 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceCallableFactory.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceStub.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceStub.java index 8e754ee2d148..0972e83df1c9 100644 --- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceStub.java +++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/HttpJsonDlpServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientHttpJsonTest.java b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientHttpJsonTest.java index 26746662fed8..8d79c12fa87c 100644 --- a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientHttpJsonTest.java +++ b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java index 4160c6297dd3..0e9bdf9e4304 100644 --- a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java +++ b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/DlpServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpService.java b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpService.java index 2501e0596a89..8d890d18509a 100644 --- a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpService.java +++ b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpServiceImpl.java b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpServiceImpl.java index e01711b87522..f5ef47c89717 100644 --- a/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpServiceImpl.java +++ b/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/MockDlpServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyTemplateName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyTemplateName.java index eb0aa5656400..3e879c620275 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyTemplateName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyTemplateName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DiscoveryConfigName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DiscoveryConfigName.java index 3e4935658eb0..f0b144547c1f 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DiscoveryConfigName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DiscoveryConfigName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpContentName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpContentName.java index 5ec1b2d69e8d..70ea25cc34fb 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpContentName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpContentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpJobName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpJobName.java index 0d82f4b6a094..4415f2b37fbc 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpJobName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DlpJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectTemplateName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectTemplateName.java index ab386a36dfe5..f94d10986cd9 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectTemplateName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectTemplateName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/JobTriggerName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/JobTriggerName.java index 1686ff3757fa..6affe8a13cc1 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/JobTriggerName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/JobTriggerName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/LocationName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/LocationName.java index ff938ca77953..e0e7109706c9 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/LocationName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationLocationName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationLocationName.java index 965ed8e49417..8a3e3d53fd13 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationLocationName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationLocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationName.java index 7aeb07b87146..a4c0a5baffde 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/OrganizationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ProjectName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ProjectName.java index 4fc4b7164eb7..ecbf563142e0 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ProjectName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StoredInfoTypeName.java b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StoredInfoTypeName.java index 10696a645cff..2b541f4ef12b 100644 --- a/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StoredInfoTypeName.java +++ b/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/StoredInfoTypeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/AsyncActivateJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/AsyncActivateJobTrigger.java index ff56bb2fe0f1..aa2e1cb24566 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/AsyncActivateJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/AsyncActivateJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/SyncActivateJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/SyncActivateJobTrigger.java index a4299a8919ed..f10a37edaece 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/SyncActivateJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/activatejobtrigger/SyncActivateJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/AsyncCancelDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/AsyncCancelDlpJob.java index 6e8e762daa57..cb904d8b9e35 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/AsyncCancelDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/AsyncCancelDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/SyncCancelDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/SyncCancelDlpJob.java index 6cf596cd3cc4..55f85b557daf 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/SyncCancelDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/canceldlpjob/SyncCancelDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider.java index a670d91d941c..838ef812a353 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider1.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider1.java index d031bab5a068..dfb879a96310 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetEndpoint.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetEndpoint.java index ecc5f37e35b2..4edffa4246ac 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetEndpoint.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/AsyncCreateDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/AsyncCreateDeidentifyTemplate.java index 19841ce2a131..f8101094ed4e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/AsyncCreateDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/AsyncCreateDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplate.java index be9797b95f3c..2c61cf4f38f1 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateLocationnameDeidentifytemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateLocationnameDeidentifytemplate.java index 726c65f6ae46..1e1f038badf3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateLocationnameDeidentifytemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateLocationnameDeidentifytemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationlocationnameDeidentifytemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationlocationnameDeidentifytemplate.java index 7a8a328752ef..cbb476971b05 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationlocationnameDeidentifytemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationlocationnameDeidentifytemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationnameDeidentifytemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationnameDeidentifytemplate.java index c988ed6ddfc3..51ecbbe848d9 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationnameDeidentifytemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateOrganizationnameDeidentifytemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateProjectnameDeidentifytemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateProjectnameDeidentifytemplate.java index 9ca746aa7815..01ab3f55881a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateProjectnameDeidentifytemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateProjectnameDeidentifytemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateStringDeidentifytemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateStringDeidentifytemplate.java index fcd3c7f3b61b..7591fb2500fc 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateStringDeidentifytemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdeidentifytemplate/SyncCreateDeidentifyTemplateStringDeidentifytemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/AsyncCreateDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/AsyncCreateDiscoveryConfig.java index 7554b46cae2e..70e571bd3e2d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/AsyncCreateDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/AsyncCreateDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfig.java index 10d63052c3b3..9bd6da732021 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigLocationnameDiscoveryconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigLocationnameDiscoveryconfig.java index 7ead282705ac..9f39891906fd 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigLocationnameDiscoveryconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigLocationnameDiscoveryconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigStringDiscoveryconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigStringDiscoveryconfig.java index 7714172751ed..edec6a694ae7 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigStringDiscoveryconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/creatediscoveryconfig/SyncCreateDiscoveryConfigStringDiscoveryconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/AsyncCreateDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/AsyncCreateDlpJob.java index c58740b92191..1b930bde9d2b 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/AsyncCreateDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/AsyncCreateDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJob.java index 525dc5e8acf7..239bb24b487e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameInspectjobconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameInspectjobconfig.java index d2d4ee67cf1c..0ba9b81e6f21 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameInspectjobconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameInspectjobconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameRiskanalysisjobconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameRiskanalysisjobconfig.java index c091713fe72a..41a109795e5c 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameRiskanalysisjobconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobLocationnameRiskanalysisjobconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameInspectjobconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameInspectjobconfig.java index 4478ff2b09f8..aefea548f413 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameInspectjobconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameInspectjobconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameRiskanalysisjobconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameRiskanalysisjobconfig.java index 18fb616b1ef3..9251374f6055 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameRiskanalysisjobconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobProjectnameRiskanalysisjobconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringInspectjobconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringInspectjobconfig.java index 7642a4482ea0..b4694f15bbb1 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringInspectjobconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringInspectjobconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringRiskanalysisjobconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringRiskanalysisjobconfig.java index df8923168a14..d04deeb1206c 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringRiskanalysisjobconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createdlpjob/SyncCreateDlpJobStringRiskanalysisjobconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/AsyncCreateInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/AsyncCreateInspectTemplate.java index 72ab1dcccafd..49126ad16c49 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/AsyncCreateInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/AsyncCreateInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplate.java index 4e9cc7dfb532..2048c75cd615 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateLocationnameInspecttemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateLocationnameInspecttemplate.java index ae0b7fcc8931..b38a538962e1 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateLocationnameInspecttemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateLocationnameInspecttemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationlocationnameInspecttemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationlocationnameInspecttemplate.java index abe819253a0e..9030e08bc6ca 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationlocationnameInspecttemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationlocationnameInspecttemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationnameInspecttemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationnameInspecttemplate.java index 58fd9e0dedcf..113be6f94566 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationnameInspecttemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateOrganizationnameInspecttemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateProjectnameInspecttemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateProjectnameInspecttemplate.java index 5832ff45876f..12f5597472b6 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateProjectnameInspecttemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateProjectnameInspecttemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateStringInspecttemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateStringInspecttemplate.java index 16bb7e26e9c2..a0784470ac01 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateStringInspecttemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createinspecttemplate/SyncCreateInspectTemplateStringInspecttemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/AsyncCreateJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/AsyncCreateJobTrigger.java index 3612863a2236..4e98f3dfdc4d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/AsyncCreateJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/AsyncCreateJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTrigger.java index f7a2cdb09574..2dd7e7557aa5 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerLocationnameJobtrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerLocationnameJobtrigger.java index b46df63776f0..d6cd5940a649 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerLocationnameJobtrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerLocationnameJobtrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerProjectnameJobtrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerProjectnameJobtrigger.java index c57a8219241b..5585caafc0be 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerProjectnameJobtrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerProjectnameJobtrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerStringJobtrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerStringJobtrigger.java index bded3e54ec20..5205daa314c3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerStringJobtrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createjobtrigger/SyncCreateJobTriggerStringJobtrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/AsyncCreateStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/AsyncCreateStoredInfoType.java index 8b723b4943e9..3b4c874f9762 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/AsyncCreateStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/AsyncCreateStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoType.java index 664c3d7ae060..4bed539d80bc 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeLocationnameStoredinfotypeconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeLocationnameStoredinfotypeconfig.java index 9ffee6016cb5..cea9bf1669e3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeLocationnameStoredinfotypeconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeLocationnameStoredinfotypeconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationlocationnameStoredinfotypeconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationlocationnameStoredinfotypeconfig.java index e434bfbfc657..52e9fc0a7cb6 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationlocationnameStoredinfotypeconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationlocationnameStoredinfotypeconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationnameStoredinfotypeconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationnameStoredinfotypeconfig.java index 2fd8ed7aaed8..b474028a35eb 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationnameStoredinfotypeconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeOrganizationnameStoredinfotypeconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeProjectnameStoredinfotypeconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeProjectnameStoredinfotypeconfig.java index b593c41e88f8..ac8586f1d5bb 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeProjectnameStoredinfotypeconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeProjectnameStoredinfotypeconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeStringStoredinfotypeconfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeStringStoredinfotypeconfig.java index d84028614dc8..cc5310983702 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeStringStoredinfotypeconfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/createstoredinfotype/SyncCreateStoredInfoTypeStringStoredinfotypeconfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/AsyncDeidentifyContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/AsyncDeidentifyContent.java index b95c2ffaadc5..3eb9c6925a02 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/AsyncDeidentifyContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/AsyncDeidentifyContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/SyncDeidentifyContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/SyncDeidentifyContent.java index e1ca3853e74b..522c9f34b145 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/SyncDeidentifyContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deidentifycontent/SyncDeidentifyContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/AsyncDeleteDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/AsyncDeleteDeidentifyTemplate.java index d61680144dae..c8bb236314bc 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/AsyncDeleteDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/AsyncDeleteDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplate.java index 8c945a3791fc..728680b0ce9f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateDeidentifytemplatename.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateDeidentifytemplatename.java index dcd77b9a7085..5be68fb4f5dd 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateDeidentifytemplatename.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateDeidentifytemplatename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateString.java index fcda9b5dfe65..d887c3c3a762 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedeidentifytemplate/SyncDeleteDeidentifyTemplateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/AsyncDeleteDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/AsyncDeleteDiscoveryConfig.java index 3d0742673cd1..7e58e6c62bd6 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/AsyncDeleteDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/AsyncDeleteDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfig.java index da9a2bf7c6c5..5912b099c7ab 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigDiscoveryconfigname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigDiscoveryconfigname.java index cd4eacd65b37..171ca1ae45d4 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigDiscoveryconfigname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigDiscoveryconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigString.java index bf52b12d7e0d..bec2c9258650 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletediscoveryconfig/SyncDeleteDiscoveryConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/AsyncDeleteDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/AsyncDeleteDlpJob.java index 5b4986b11c93..b154b127e912 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/AsyncDeleteDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/AsyncDeleteDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJob.java index 5ba951c5169e..b17c0cf1f107 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobDlpjobname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobDlpjobname.java index 36078657a5d4..d728edbb561a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobDlpjobname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobDlpjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobString.java index d478a6c9b0eb..60e53509018c 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletedlpjob/SyncDeleteDlpJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/AsyncDeleteInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/AsyncDeleteInspectTemplate.java index 054e8d28d190..f47fdde98a63 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/AsyncDeleteInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/AsyncDeleteInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplate.java index 52ce3530878a..94cb023d2cc7 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateInspecttemplatename.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateInspecttemplatename.java index de7afaa33c4b..6d883d7c040e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateInspecttemplatename.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateInspecttemplatename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateString.java index 0398f137c6d9..3c730503d053 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deleteinspecttemplate/SyncDeleteInspectTemplateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/AsyncDeleteJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/AsyncDeleteJobTrigger.java index bca38c0837c9..54dcbd6247d9 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/AsyncDeleteJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/AsyncDeleteJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTrigger.java index 63932c3cd50b..25b7ab4a7078 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerJobtriggername.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerJobtriggername.java index cdb527333959..671e2b451dc8 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerJobtriggername.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerJobtriggername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerString.java index 26620a523f45..2d168535ca69 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletejobtrigger/SyncDeleteJobTriggerString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/AsyncDeleteStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/AsyncDeleteStoredInfoType.java index 0ada1e5e5fe3..c29377fe851a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/AsyncDeleteStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/AsyncDeleteStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoType.java index 1586b9d2d5cf..92d1ec310e37 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeStoredinfotypename.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeStoredinfotypename.java index d7cbf785b2e5..79b0609333ce 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeStoredinfotypename.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeStoredinfotypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeString.java index becc86d40438..10d09735db72 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/deletestoredinfotype/SyncDeleteStoredInfoTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/AsyncFinishDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/AsyncFinishDlpJob.java index a835acfb3670..e09d91671794 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/AsyncFinishDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/AsyncFinishDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/SyncFinishDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/SyncFinishDlpJob.java index 9573611e88e3..9b9f61914e50 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/SyncFinishDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/finishdlpjob/SyncFinishDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/AsyncGetDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/AsyncGetDeidentifyTemplate.java index e2ce38eee6c5..6c01af0da59f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/AsyncGetDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/AsyncGetDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplate.java index a11d40e8d152..857a89449d27 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateDeidentifytemplatename.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateDeidentifytemplatename.java index b701e40b964b..7b0e1f2e33ce 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateDeidentifytemplatename.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateDeidentifytemplatename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateString.java index 790b86fa84b2..f392b521fc53 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdeidentifytemplate/SyncGetDeidentifyTemplateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/AsyncGetDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/AsyncGetDiscoveryConfig.java index 263b54af1cd7..1499acc9c626 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/AsyncGetDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/AsyncGetDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfig.java index e30e1157b5d3..f53d64b21a81 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigDiscoveryconfigname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigDiscoveryconfigname.java index c65a16409085..862b0567c4b9 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigDiscoveryconfigname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigDiscoveryconfigname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigString.java index c28d7a8b8864..6b14158d7d8f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdiscoveryconfig/SyncGetDiscoveryConfigString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/AsyncGetDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/AsyncGetDlpJob.java index 301c39541031..e777baab9b9f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/AsyncGetDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/AsyncGetDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJob.java index 9f5757fdb953..edba6dc7617a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobDlpjobname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobDlpjobname.java index 4dbb407d5d91..1afc0d8a8611 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobDlpjobname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobDlpjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobString.java index 97035de35011..4cfcce8691db 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getdlpjob/SyncGetDlpJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/AsyncGetInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/AsyncGetInspectTemplate.java index c3871d0488ca..58c81e84da2b 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/AsyncGetInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/AsyncGetInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplate.java index 20886fd8c047..3fb5cbc034d7 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateInspecttemplatename.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateInspecttemplatename.java index 73ec30c08637..1cd23048b87e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateInspecttemplatename.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateInspecttemplatename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateString.java index 05fd74ce8f0c..88b834aabbd1 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getinspecttemplate/SyncGetInspectTemplateString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/AsyncGetJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/AsyncGetJobTrigger.java index 26e88e858886..c9d57136f466 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/AsyncGetJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/AsyncGetJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTrigger.java index 46eddb5570c0..94d0b2209801 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerJobtriggername.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerJobtriggername.java index 110bf4591c1f..3ca6bafab5c0 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerJobtriggername.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerJobtriggername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerString.java index cade1f5d1ab3..2ea944a479a3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getjobtrigger/SyncGetJobTriggerString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/AsyncGetStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/AsyncGetStoredInfoType.java index ae30a6ca0c89..5dd46df5c924 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/AsyncGetStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/AsyncGetStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoType.java index 9ae2b305b0c5..81ffccdd64d5 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeStoredinfotypename.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeStoredinfotypename.java index b54a82b8e0f2..7b3dcad4b44e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeStoredinfotypename.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeStoredinfotypename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeString.java index abf1926ffbdf..8ee2e8c0ed9f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/getstoredinfotype/SyncGetStoredInfoTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/AsyncHybridInspectDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/AsyncHybridInspectDlpJob.java index 9bc29fc928f1..cd2b0d45761f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/AsyncHybridInspectDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/AsyncHybridInspectDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJob.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJob.java index 5b4e4b1e24e9..229ea26ea8ad 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJob.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobDlpjobname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobDlpjobname.java index be8820b4a4ef..725465c6b5b2 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobDlpjobname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobDlpjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobString.java index d2763bd53c93..8113220dbeef 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectdlpjob/SyncHybridInspectDlpJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/AsyncHybridInspectJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/AsyncHybridInspectJobTrigger.java index d243fab745a0..4e9e0ee95b2e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/AsyncHybridInspectJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/AsyncHybridInspectJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTrigger.java index df200b979118..82f2c6edae02 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerJobtriggername.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerJobtriggername.java index ebf97967d4a0..c9c7c8ccf6b2 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerJobtriggername.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerJobtriggername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerString.java index 2f2cf9a8139f..772384685234 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/hybridinspectjobtrigger/SyncHybridInspectJobTriggerString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/AsyncInspectContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/AsyncInspectContent.java index 5b58dffc2527..3afc65e36cdb 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/AsyncInspectContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/AsyncInspectContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/SyncInspectContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/SyncInspectContent.java index 06e0b47a07c7..eb622576d474 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/SyncInspectContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/inspectcontent/SyncInspectContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplates.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplates.java index 8947cea2cb6f..45b720f2ec49 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplates.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplatesPaged.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplatesPaged.java index 6a379d247c3f..5650a27d987d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplatesPaged.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/AsyncListDeidentifyTemplatesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplates.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplates.java index f5e668747c28..af4cd899513f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplates.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesLocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesLocationname.java index 87b40641693e..90b9d3c918de 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesLocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationlocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationlocationname.java index 57dbf8f24aa4..3d1e2288f0c7 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationlocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationlocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationname.java index 20fb38dee091..e125daa1dc2b 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesProjectname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesProjectname.java index cc2d297297f4..59c409d7250d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesProjectname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesString.java index 66137c3d7914..f1675fda48c4 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdeidentifytemplates/SyncListDeidentifyTemplatesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigs.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigs.java index 8118b1857378..8b8314a542ec 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigs.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigsPaged.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigsPaged.java index 409023ab98ac..52d0ec7f21fa 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigsPaged.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/AsyncListDiscoveryConfigsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigs.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigs.java index 6ec5ae49a0f4..58bfb2409c6d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigs.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsLocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsLocationname.java index 9eef5e26a0c5..c04f0ba2afcc 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsLocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsString.java index 37c95a0f2a89..1378c8cb9a24 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdiscoveryconfigs/SyncListDiscoveryConfigsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobs.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobs.java index 939997c239cc..376fb1468c03 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobs.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobsPaged.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobsPaged.java index f482b1732ff1..e91286091fca 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobsPaged.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/AsyncListDlpJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobs.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobs.java index cbc73aa3e83d..6e6d9f892060 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobs.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsLocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsLocationname.java index a325734c9e35..868bd81c1f7b 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsLocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsProjectname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsProjectname.java index 4d8898f6ccfd..39fa058053c8 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsProjectname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsString.java index bba374fee53d..f57f842ad826 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listdlpjobs/SyncListDlpJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/AsyncListInfoTypes.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/AsyncListInfoTypes.java index a62d87852adb..a928a0f78e0c 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/AsyncListInfoTypes.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/AsyncListInfoTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypes.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypes.java index dcc6a03bc1e8..d4b8bddea460 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypes.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypesString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypesString.java index 57d544cbd7d7..12f4c7b94fd1 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypesString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinfotypes/SyncListInfoTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplates.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplates.java index 7e4cc8b145e9..d38affb5c3a7 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplates.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplatesPaged.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplatesPaged.java index a134fcd8bd34..2ad0578d79c3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplatesPaged.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/AsyncListInspectTemplatesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplates.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplates.java index c0419e50accc..d1451450cd05 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplates.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplates.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesLocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesLocationname.java index 970ee573d648..cf451b7a286b 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesLocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationlocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationlocationname.java index c5acffe17f52..5cf8087d237a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationlocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationlocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationname.java index d6821530e771..8c6807800b76 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesProjectname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesProjectname.java index 67bf68106cb9..bf04dd84b142 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesProjectname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesString.java index 416b7893cc8e..22facb50964a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listinspecttemplates/SyncListInspectTemplatesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggers.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggers.java index 4c14ede2f473..530201275c29 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggers.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggersPaged.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggersPaged.java index 449d45dfeff0..0c80f69295b3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggersPaged.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/AsyncListJobTriggersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggers.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggers.java index 62f1a450b92e..edbfef59b33f 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggers.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggers.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersLocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersLocationname.java index 7ab8f3ae3f64..0c271f12bb84 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersLocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersProjectname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersProjectname.java index caeb3d76e591..37a99302c9d1 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersProjectname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersString.java index 86217801a928..2669cbedacf6 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/listjobtriggers/SyncListJobTriggersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypes.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypes.java index d84cc2ddb13f..b15300ad21f2 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypes.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypesPaged.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypesPaged.java index 28010b187723..16c417ccff97 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypesPaged.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/AsyncListStoredInfoTypesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypes.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypes.java index fae1d0385307..6e1f87f3f626 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypes.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesLocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesLocationname.java index 14b6ad47d10f..3a378ad80edb 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesLocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationlocationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationlocationname.java index c6da8e42b9bb..793af6f84e18 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationlocationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationlocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationname.java index 1af66fed2525..c0d26c2cda9a 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesProjectname.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesProjectname.java index 3f8aa6127338..e122c9687295 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesProjectname.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesString.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesString.java index 765ee1e07dc2..50d6fa3a8f26 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesString.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/liststoredinfotypes/SyncListStoredInfoTypesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/AsyncRedactImage.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/AsyncRedactImage.java index dd56d3090b4c..c2be7c3535db 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/AsyncRedactImage.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/AsyncRedactImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/SyncRedactImage.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/SyncRedactImage.java index 2a6a9a8c989b..e4ac096fd3ae 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/SyncRedactImage.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/redactimage/SyncRedactImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/AsyncReidentifyContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/AsyncReidentifyContent.java index 854602561437..6d5f16f5ae1d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/AsyncReidentifyContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/AsyncReidentifyContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/SyncReidentifyContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/SyncReidentifyContent.java index c4bbf05a2895..7990b02ba1ba 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/SyncReidentifyContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/reidentifycontent/SyncReidentifyContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/AsyncUpdateDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/AsyncUpdateDeidentifyTemplate.java index f2515da624bd..6b9dff5687cf 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/AsyncUpdateDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/AsyncUpdateDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplate.java index 852bdc347ef5..4706ee4e5b89 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateDeidentifytemplatenameDeidentifytemplateFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateDeidentifytemplatenameDeidentifytemplateFieldmask.java index 8f982497724e..1c95f18c0378 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateDeidentifytemplatenameDeidentifytemplateFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateDeidentifytemplatenameDeidentifytemplateFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateStringDeidentifytemplateFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateStringDeidentifytemplateFieldmask.java index 0c3edc7ce90c..3dbb6ac7f4a2 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateStringDeidentifytemplateFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatedeidentifytemplate/SyncUpdateDeidentifyTemplateStringDeidentifytemplateFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/AsyncUpdateDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/AsyncUpdateDiscoveryConfig.java index a111e2500c60..ceedeecd7a55 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/AsyncUpdateDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/AsyncUpdateDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfig.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfig.java index a7c6e0b502a6..1ddfef357723 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfig.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigDiscoveryconfignameDiscoveryconfigFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigDiscoveryconfignameDiscoveryconfigFieldmask.java index 5e138be7fafc..6f57aa206cb4 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigDiscoveryconfignameDiscoveryconfigFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigDiscoveryconfignameDiscoveryconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigStringDiscoveryconfigFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigStringDiscoveryconfigFieldmask.java index 34654f048137..825bad34716d 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigStringDiscoveryconfigFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatediscoveryconfig/SyncUpdateDiscoveryConfigStringDiscoveryconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/AsyncUpdateInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/AsyncUpdateInspectTemplate.java index 047967edc541..38061412bf08 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/AsyncUpdateInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/AsyncUpdateInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplate.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplate.java index 1e39c4a3c8d3..1174352efe11 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplate.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateInspecttemplatenameInspecttemplateFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateInspecttemplatenameInspecttemplateFieldmask.java index 34749b5d5267..6bbc5a99425e 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateInspecttemplatenameInspecttemplateFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateInspecttemplatenameInspecttemplateFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateStringInspecttemplateFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateStringInspecttemplateFieldmask.java index ca3b0ffd0914..e2e9d0c68c2c 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateStringInspecttemplateFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updateinspecttemplate/SyncUpdateInspectTemplateStringInspecttemplateFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/AsyncUpdateJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/AsyncUpdateJobTrigger.java index dfb7c2b2dcaf..bf69d04b5621 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/AsyncUpdateJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/AsyncUpdateJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTrigger.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTrigger.java index 0b1a139ca4cb..44166547ca1c 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTrigger.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerJobtriggernameJobtriggerFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerJobtriggernameJobtriggerFieldmask.java index 870c6b075553..89ebe65cc276 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerJobtriggernameJobtriggerFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerJobtriggernameJobtriggerFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerStringJobtriggerFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerStringJobtriggerFieldmask.java index e9cadde16c88..8b291852f6f3 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerStringJobtriggerFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatejobtrigger/SyncUpdateJobTriggerStringJobtriggerFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/AsyncUpdateStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/AsyncUpdateStoredInfoType.java index 95df00c45911..3a18502944a6 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/AsyncUpdateStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/AsyncUpdateStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoType.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoType.java index 7544931ca3fe..d7bcf01fb4d9 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoType.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStoredinfotypenameStoredinfotypeconfigFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStoredinfotypenameStoredinfotypeconfigFieldmask.java index 3d95e5cc0269..76c9e412ce86 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStoredinfotypenameStoredinfotypeconfigFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStoredinfotypenameStoredinfotypeconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStringStoredinfotypeconfigFieldmask.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStringStoredinfotypeconfigFieldmask.java index 338e1df412c6..a51dce77e45b 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStringStoredinfotypeconfigFieldmask.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservice/updatestoredinfotype/SyncUpdateStoredInfoTypeStringStoredinfotypeconfigFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservicesettings/inspectcontent/SyncInspectContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservicesettings/inspectcontent/SyncInspectContent.java index ac887392674c..d28a50e3eff0 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservicesettings/inspectcontent/SyncInspectContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/dlpservicesettings/inspectcontent/SyncInspectContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/stub/dlpservicestubsettings/inspectcontent/SyncInspectContent.java b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/stub/dlpservicestubsettings/inspectcontent/SyncInspectContent.java index 0b9afe29beea..c8fe43f5a559 100644 --- a/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/stub/dlpservicestubsettings/inspectcontent/SyncInspectContent.java +++ b/java-dlp/samples/snippets/generated/com/google/cloud/dlp/v2/stub/dlpservicestubsettings/inspectcontent/SyncInspectContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/README.md b/java-domains/README.md index 7bdc3a9f40fe..8650fcb180b7 100644 --- a/java-domains/README.md +++ b/java-domains/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-domains.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-domains/1.31.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-domains/1.32.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java index 768ebc965421..f0a14fba8734 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java index 5884317db983..3c882406cc86 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -248,7 +248,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DomainsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DomainsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java index f8ff72d3bae1..6135036c2035 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java index 3a487c4fd5d4..82cd4ab37ca5 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java index 05aea1ee0b00..be2c47480e9d 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -435,7 +435,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) @@ -443,7 +442,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java index f3901a1bf558..207d46d9bf11 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java index 1e02a170351f..2d02f6f851aa 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsCallableFactory.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsCallableFactory.java index 2d3f246d9589..990a03c34db5 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsCallableFactory.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsStub.java index f1c062c91fea..06e6ffb87fe2 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/HttpJsonDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java index af269ce9faea..8b9045af4f50 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java index 778788a3d526..cdf37fb0af5a 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -249,7 +249,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DomainsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DomainsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java index 45bd2b67db6e..318d8929ee0d 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java index e70298fe1ec3..c1556ff38fb7 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java index ad9568d7bdfc..5473846eb642 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -436,7 +436,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) @@ -444,7 +443,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java index bb15f305614d..1de6b44a99f2 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java index 8ceac0945de5..f0751d80175b 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsCallableFactory.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsCallableFactory.java index c0d86bb8152b..61c9c6d7eb4c 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsCallableFactory.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsStub.java index 02af5c637a27..ff7314654922 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/HttpJsonDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java index bb83614bb72c..263e8eb75041 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java index 0a3d037992dd..ebb70f03d9d6 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -249,7 +249,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return DomainsStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return DomainsStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java index ce19a32f8f95..1f77b829fb57 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java index ff4d343f85ab..73e83741f91f 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java index 8772b4095793..678a28c021da 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -436,7 +436,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) @@ -444,7 +443,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java index dffbe75a1c7c..28ee5f9fa075 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java index a3d716602bc7..3ed97b203d1e 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsCallableFactory.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsCallableFactory.java index bef38f69a46d..d83b089ea488 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsCallableFactory.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsStub.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsStub.java index 060706785c9b..eaa4500bb175 100644 --- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsStub.java +++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/HttpJsonDomainsStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientHttpJsonTest.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientHttpJsonTest.java index 6a25417c354d..655cfe955b2c 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientHttpJsonTest.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java index 74c8040a2437..32e9a46fed4c 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java index 27906a460494..c0714eebd910 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java index 9ed1920cb4cf..849fca494c11 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientHttpJsonTest.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientHttpJsonTest.java index 03c3e5a310f5..38a87cf092df 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientHttpJsonTest.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java index 634e21fa32b8..3ad874b6b270 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java index a34b52665283..25e6f942835b 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java index 320faaeb15ab..e60e8c781d5d 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientHttpJsonTest.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientHttpJsonTest.java index a7cc8145b63c..78e75c4ac7ff 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientHttpJsonTest.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java index 848f4212c758..36703a4a3f6e 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java index 9a2dae202fcc..a86cef6761d5 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java index 9fe4b6e05803..50c7f7b700f0 100644 --- a/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java +++ b/java-domains/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java index 856976b82c95..46284f749945 100644 --- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java +++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java index d21ccec621c0..b998032baf38 100644 --- a/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java +++ b/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java index a0b0c0072923..00f00401285b 100644 --- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java +++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java index 893988442a1b..ebdf6c346667 100644 --- a/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java +++ b/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java index bc869b7d0b1e..5f6a1a0e54f1 100644 --- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java +++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java index bbd973256f2d..80c21e45569f 100644 --- a/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java +++ b/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettings.java index 777163d37685..d645833576dd 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java index d32b34018c48..12a772d8f551 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettings.java index 800f5213a46b..bfb9a54dd0f1 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java index 16ef9bc5d1bc..9f1c0bd1093d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java index bcc706a4229d..91e96f2ae282 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettings.java index d69ef1254c02..642850c4e63f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java index c35a63378552..f0eaf1a820a9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettings.java index a432f3c88ea3..d1f5d4232b8d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java index 26e8445c244b..16ddbf66aabf 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java index 88f6d91a6803..a3b2a515a056 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java index 24fe234b4927..95ec4109944b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java index a44810345e07..fd2bfe054356 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java index d021fdc69710..a690b0bc7105 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java index 657bd35549b4..b5dd0fe57b83 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java index a91469937dea..40b865395c55 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider.java index d27024f52356..d75df003d8e6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider1.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider1.java index f7b4118432e4..b0f83f99bb08 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider1.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetEndpoint.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetEndpoint.java index 2e85b5dae111..01ee709a3580 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetEndpoint.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistration.java index b1f9e68c6b0c..2c58463e4bcf 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java index eed35df94bdd..5093055648ba 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistration.java index 759a720ea502..0a558a455c20 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java index f66553b16cda..e9de539a7a7d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationString.java index 34ad008f39ea..c5737ccffc57 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/deleteregistration/SyncDeleteRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistration.java index 46b1dd3547de..40ebe1d54787 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistrationLRO.java index 694ab248fe00..c85757d01327 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/AsyncExportRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistration.java index 92b8ed6525d7..3b7e3fec35eb 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationRegistrationname.java index a0af5c80ebd7..eb01db7c0213 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationString.java index 52d6f77a841b..9970186bacf8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/exportregistration/SyncExportRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/AsyncGetRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/AsyncGetRegistration.java index dc84ba23eb3a..dc96e5f4fffe 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/AsyncGetRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/AsyncGetRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistration.java index a683c0fa6b95..822ae999284a 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationRegistrationname.java index 4be92597d192..363720fdf01c 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationString.java index 74140024ad2d..d7cf49077ac4 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/getregistration/SyncGetRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrations.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrations.java index 6fcbae236868..28f3d7b9d70d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrations.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrationsPaged.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrationsPaged.java index 2a33941eb8e1..d91d15e26688 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrationsPaged.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/AsyncListRegistrationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrations.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrations.java index f2fd4b615f1d..9a634d530ec4 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrations.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsLocationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsLocationname.java index 88bc30e4fc21..fc55cfe1b64b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsLocationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsString.java index a8d62818dc23..0ba15bcd72fc 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/listregistrations/SyncListRegistrationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomain.java index b371d8b6198e..12070a659237 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomainLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomainLRO.java index 72e34a900db1..b0f9c352f98a 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomainLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/AsyncRegisterDomainLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomain.java index 4da22dc7eafc..9ae65c598b08 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java index 2bfbb5ca5fd0..2e3e7c83029a 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java index af3e3584e837..642f859b6c08 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java index 64d6f1011ffa..3f3f031b1af8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java index c8e7db595b67..802ba6ff73d7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java index dc51ebf698ac..04b9af16caf9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java index 1d1fe6b8c889..da54400ed23e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java index 327173d9334a..a4bd5def32f6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java index 66dd064c15d6..aa5ca7a7b6e3 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java index ec68eae181d9..a9661561c0ea 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java index 4a442d8f8413..374e78380990 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java index c9c123c79d4c..9da156a239a5 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java index fa6d9c998462..61121f6452dd 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java index 86291f6e9091..2684647ce1b7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java index 4b04d6952cbe..dc30e7017e5d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java index 9e0dd2fb5347..608d14f93e3c 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java index a15703420623..a49c6cb3b45b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java index 67a4dc567590..41641618d61e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java index 84cef66fd241..bd6b21495e5e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/AsyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/AsyncSearchDomains.java index 8a94882b5f6f..cfe51cc1a8b3 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/AsyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/AsyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomains.java index 555173ec857b..ab40c242c63f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsLocationnameString.java index 92b03cd58198..d50c89aec86a 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsStringString.java index ed3b01bbb5e2..ce20846cf305 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/searchdomains/SyncSearchDomainsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomain.java index f52dc7319566..ad5ac11fab63 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomainLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomainLRO.java index d313fd770df3..9af5b3b7df20 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomainLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/AsyncTransferDomainLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomain.java index f98d72eab643..b7e12dc830c0 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java index 225b5d905969..e0c9ce7223a7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java index d1605965adb9..f79ef3649098 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistration.java index 8a7391e00175..ef7f7702e66f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistrationLRO.java index 1486f74c0795..b3b394b6e2f9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/AsyncUpdateRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistration.java index 3c429aa6a078..8dcbd1400976 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java index 4dc334c91dfc..e4e329534b43 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domainssettings/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domainssettings/searchdomains/SyncSearchDomains.java index da4638a1fe4d..c488c179d410 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domainssettings/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/domainssettings/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java index bb2f379aacb6..f122fe712331 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettings.java index 58c5c738b9f5..9a47ece526ec 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java index a2e801ce5008..c62cecf50507 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettings.java index 068033ce0b52..02baf5a6e02f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java index 74873b0c7ad8..42d826bd26b3 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java index 144ee25983ab..3b32a586b207 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettings.java index 422ba335e65a..8a2de6fad2f2 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java index 5f288e91cc5e..64390b5c78a3 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettings.java index 42d0c271907e..56f89d1c4fe2 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java index e73d6c55913c..69c04c0dba38 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java index d442783fa8fd..c28dece0829d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java index 8de9991182b6..9f9c8786cec7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java index c45620201686..a3204c0a7604 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettings.java index af49ab888dea..f1d7d7b844aa 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java index b88f2b4a1ebb..13ea068d6cee 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java index e541467002a9..e48c09e70de5 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider.java index fb8e9802d856..cdfb8142ab7a 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider1.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider1.java index 1578fd9cb2cc..238f966861c4 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider1.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetEndpoint.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetEndpoint.java index ff336c5fd0a9..1f891aa8d63d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetEndpoint.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistration.java index 29ad4daddff2..761df5ddf3c3 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistrationLRO.java index ea32879cfa71..67480cc7f656 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/AsyncDeleteRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistration.java index 97c5a607de0c..3d1503215baa 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java index 6e375929df62..ca03af3fff4b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationString.java index fe53db0ba6c8..154ec7389c75 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/deleteregistration/SyncDeleteRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistration.java index 9d2da2f4bc66..c61825c5481b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistrationLRO.java index 67cc82d27557..c52e300d79f1 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/AsyncExportRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistration.java index 17b5cf154477..2d39c705db08 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationRegistrationname.java index 82d329737713..2b26609ceb61 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationString.java index a0afee30fec5..cf52aa6992ca 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/exportregistration/SyncExportRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/AsyncGetRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/AsyncGetRegistration.java index bf18b35b82c3..e0baaa4ca33d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/AsyncGetRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/AsyncGetRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistration.java index 464c10e9a27b..630dc9f2d988 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationRegistrationname.java index 43d4a5ff3f3f..7fe3338c534d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationString.java index ee31d2641343..e048504a9f40 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/getregistration/SyncGetRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrations.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrations.java index ca0dfe0338a0..e33f6c25ff0f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrations.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrationsPaged.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrationsPaged.java index 692465d19b0b..08f016ce7e16 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrationsPaged.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/AsyncListRegistrationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrations.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrations.java index 8f7e5dae3d52..f84d5d0fa09d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrations.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsLocationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsLocationname.java index f0462f0f327d..e035d128710c 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsLocationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsString.java index f780374a0d68..2a3ae6aa7ab7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/listregistrations/SyncListRegistrationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomain.java index 23d5ab553d25..ae86d3253027 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomainLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomainLRO.java index b7fff9a6cdf9..3f40e98be699 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomainLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/AsyncRegisterDomainLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomain.java index 7894ea06a5b3..1ae0f8b59347 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java index 048402f16003..8528c4282787 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java index 213271860cbc..57b8fa4820f6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java index fd948edf7ce6..a7a8afde99c6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCode.java index c730430ba496..dad43dda514b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java index cc03dc66f7e7..f91d59d8f543 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java index e9e80a66f4eb..c05f7a6e9ad2 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java index f98c3d448be8..f1da5710e65b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java index c6c498df575c..a8b42e6f7271 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java index fb86cfee6651..491e33b2a390 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java index 56a1a64aa837..e1369c23f32e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java index 67b1b8cab94a..eee13e05fd9d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java index e5259ed5e01e..c93eec5ee05d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java index ed3a6ed2464d..3aaa63c452da 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java index f846a1dc0061..50ded20c177b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java index 21258d1cef52..07f6187c569b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java index 5e94cb8e4a95..0362f9d07139 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java index 2adf901bd1c5..7e1e5de847e0 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java index 7a884f0f8fcf..84cacd56cda6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/AsyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/AsyncSearchDomains.java index 943c4cbb90ec..985e4aad5a19 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/AsyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/AsyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomains.java index da6b8ebb02ac..41d1db807f67 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsLocationnameString.java index 6550fbebc7d5..be02182387c7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsStringString.java index a8ae260bb558..4302c40efe49 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/searchdomains/SyncSearchDomainsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomain.java index 8423eedde1f9..48ff912c9dc1 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomainLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomainLRO.java index e26b07f8035c..880f7c62afd2 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomainLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/AsyncTransferDomainLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomain.java index 646b9618ff87..e3d367cb4ef8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java index d7ce531582e1..6f8b7e3d7e6c 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java index e71c971f0b9b..386a5d24fa03 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistration.java index 80a97ca51eeb..58082728a422 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistrationLRO.java index d40f433f0564..679a51cbd8b7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/AsyncUpdateRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistration.java index 30d46a7ca6f7..a3cf67df58a9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java index eac0dfeabc0c..0ca7625212c8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domainssettings/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domainssettings/searchdomains/SyncSearchDomains.java index e70aba3836b7..e8ecc0d9258b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domainssettings/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/domainssettings/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java index df2cd0b7c9e2..ba7e48df8342 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1alpha2/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettings.java index c7949e74116f..a34132744d16 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java index 07f9211c2b77..47101736f724 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/AsyncConfigureContactSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettings.java index f005a009938c..999e975ed45b 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java index 72b664a6f85f..7bd866eb73da 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsRegistrationnameContactsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java index 9da60a475148..fb0aac6191e8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurecontactsettings/SyncConfigureContactSettingsStringContactsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettings.java index 22b797d47eeb..3a2ebafa3bf7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java index dabe114b6950..c5329c90e855 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/AsyncConfigureDnsSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettings.java index d556f5b9dc08..86c175c9d043 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java index a35793bd6856..6cd318de9052 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsRegistrationnameDnssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java index 7bd42f9d7154..976e2bcfcc6e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configurednssettings/SyncConfigureDnsSettingsStringDnssettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java index 485376811c29..b7c182aa393f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java index acf5426d215f..97dbcf9620d0 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/AsyncConfigureManagementSettingsLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java index d9c630c0269a..853b69298035 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java index 7b0f7e04e453..b660214c8761 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsRegistrationnameManagementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java index c7124d86b28f..db8a68ae0b30 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/configuremanagementsettings/SyncConfigureManagementSettingsStringManagementsettingsFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider.java index cf8c7b5d80cd..3acd2976f1b0 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider1.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider1.java index e6d351fd1c0d..0cc2b23b8157 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider1.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetEndpoint.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetEndpoint.java index abeec3ab4a8f..9dbcb56c67c2 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetEndpoint.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistration.java index 65a6efce3dc1..12b051771af3 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java index 368e7b057404..053b0d7d4008 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/AsyncDeleteRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistration.java index d005afd1c789..26e22683265c 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java index 0bdb312bd9f7..ddbffd9704e0 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationString.java index 0f38cb58e580..47f427c94b26 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/deleteregistration/SyncDeleteRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistration.java index cc8fe2299320..d77fe3511dfa 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistrationLRO.java index a37d80f0ff1a..f207d3dd5ca9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/AsyncExportRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistration.java index 0074ee2ec6a8..068637233d87 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationRegistrationname.java index c97005963ca5..8ab969de36b5 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationString.java index 67cd0835386c..44be2dc98b26 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/exportregistration/SyncExportRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/AsyncGetRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/AsyncGetRegistration.java index 70b8e3b84152..f38e966ab063 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/AsyncGetRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/AsyncGetRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistration.java index 5a7c800e6a49..e63dd6d9ecc6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationRegistrationname.java index 4a5082529fe1..b9909eabe7f5 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationString.java index f74c45c3e434..448a1ca33bc6 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/getregistration/SyncGetRegistrationString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrations.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrations.java index 5b1cade05e9c..b795ecc1b8a5 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrations.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrationsPaged.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrationsPaged.java index 39e3e39842c5..ecd63a604836 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrationsPaged.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/AsyncListRegistrationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrations.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrations.java index a9910376388b..decc8abf4a65 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrations.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsLocationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsLocationname.java index 8381b211f840..37e33c6a7ade 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsLocationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsString.java index 1556f1588257..8588fef688f9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/listregistrations/SyncListRegistrationsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomain.java index aaad24adb717..ad5e74f15494 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomainLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomainLRO.java index d66aad44a1c8..b40b3381e086 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomainLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/AsyncRegisterDomainLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomain.java index 89ec5eead27b..b5c293307e46 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java index bd8781753cf9..ec8e87d0b5dc 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainLocationnameRegistrationMoney.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java index 562480d579d1..15c29da75044 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/registerdomain/SyncRegisterDomainStringRegistrationMoney.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java index 3f55296c6b6d..e4f8a2e1a577 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/AsyncResetAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java index e3b426de8ff9..04934aa7cf5e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java index ba7b838acbac..bea8985933df 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java index 8d971e6f817c..f7245cad7dbb 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/resetauthorizationcode/SyncResetAuthorizationCodeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java index 237c8690caa6..3cf5d4a0b2bf 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/AsyncRetrieveAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java index 32f60c9c1db0..5da7a0950de7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java index 9943dc48637b..4464a2bb13b5 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeRegistrationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java index 319428464d0a..3b907be611c8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveauthorizationcode/SyncRetrieveAuthorizationCodeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java index 12e4dabe1e95..caf79521ccd0 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/AsyncRetrieveRegisterParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java index 316ddb0bcba8..a576f2d1e32d 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java index ebaca77196e5..6c55605903f2 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java index 40aa84c81e31..b43cc59f726f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrieveregisterparameters/SyncRetrieveRegisterParametersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java index 33331940de06..e3ae8f8d8ead 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/AsyncRetrieveTransferParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java index 699394a18ecc..2671166e57c7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java index 4b1bc4656942..2ab4fdae13ed 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java index 437c2dfc897b..c1f1c25baf19 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/retrievetransferparameters/SyncRetrieveTransferParametersStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/AsyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/AsyncSearchDomains.java index ae3bdc062e41..7a499ebade2e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/AsyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/AsyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomains.java index e9fa437574db..2a73a37bb54c 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsLocationnameString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsLocationnameString.java index 7e242124bee7..8477222ca825 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsLocationnameString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsStringString.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsStringString.java index 9e00b9ab3cb8..2a3dd24e6fc9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsStringString.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/searchdomains/SyncSearchDomainsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomain.java index fbcf55a0a846..2420de0a1c73 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomainLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomainLRO.java index 2e544915c46a..cbc02ed1699f 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomainLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/AsyncTransferDomainLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomain.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomain.java index f575ce7e366e..c35f08cce704 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomain.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java index 557edcdd1849..b76e83b59fc9 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainLocationnameRegistrationMoneyAuthorizationcode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java index 1bc6848ce9b9..a77e7b479435 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/transferdomain/SyncTransferDomainStringRegistrationMoneyAuthorizationcode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistration.java index 4f92b759f58d..daa5f56b1b73 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistrationLRO.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistrationLRO.java index b330cc3e20f7..b53dbf3042c8 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistrationLRO.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/AsyncUpdateRegistrationLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistration.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistration.java index a7d0c1874e43..ba116ecd507e 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistration.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java index 43c6c2361d1c..0b6c00c8cfcf 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domains/updateregistration/SyncUpdateRegistrationRegistrationFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domainssettings/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domainssettings/searchdomains/SyncSearchDomains.java index 50a6245fb8c1..6d72647577c7 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domainssettings/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/domainssettings/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java index 6da02dc36363..9b7b3fa688fe 100644 --- a/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java +++ b/java-domains/samples/snippets/generated/com/google/cloud/domains/v1beta1/stub/domainsstubsettings/searchdomains/SyncSearchDomains.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/README.md b/java-edgenetwork/README.md index eafae4e971b2..9860fb859363 100644 --- a/java-edgenetwork/README.md +++ b/java-edgenetwork/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-edgenetwork/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-edgenetwork.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-edgenetwork/0.2.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-edgenetwork/0.3.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClient.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClient.java index 9e6693765148..80b281578d1c 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClient.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkSettings.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkSettings.java index 369315c55196..38812420fb89 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkSettings.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/EdgeNetworkSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -346,7 +346,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EdgeNetworkStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EdgeNetworkStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/package-info.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/package-info.java index 83fb44c251ad..8ef87ae1375a 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/package-info.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStub.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStub.java index 7935ca5a10a9..013abb466c67 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStub.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStubSettings.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStubSettings.java index ccd596386346..49580224e8c0 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStubSettings.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/EdgeNetworkStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -920,7 +920,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -929,7 +928,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkCallableFactory.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkCallableFactory.java index 32860747ac58..bf8ad5a7b7b5 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkCallableFactory.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkStub.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkStub.java index 6a72fc3c7849..f92af2fd5447 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkStub.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/GrpcEdgeNetworkStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkCallableFactory.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkCallableFactory.java index 7f8d20188cf9..91b0cea2c49a 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkCallableFactory.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkStub.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkStub.java index 3cc4544236fe..572687de78df 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkStub.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/HttpJsonEdgeNetworkStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientHttpJsonTest.java b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientHttpJsonTest.java index 58bfeae0863c..19a8c7848d53 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientHttpJsonTest.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientTest.java b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientTest.java index a3dadb2fa189..77a558745a65 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientTest.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/EdgeNetworkClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetwork.java b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetwork.java index 6c3a5937aa17..9d8bef42b4e2 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetwork.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetworkImpl.java b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetworkImpl.java index 1f96d444185e..e138b9d5c5c7 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetworkImpl.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockEdgeNetworkImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocations.java b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocations.java index ac054e5e366f..ee504803dc1a 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocations.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocationsImpl.java b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocationsImpl.java index f1b0ad6237f2..8a13924ec811 100644 --- a/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocationsImpl.java +++ b/java-edgenetwork/google-cloud-edgenetwork/src/test/java/com/google/cloud/edgenetwork/v1/MockLocationsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectAttachmentName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectAttachmentName.java index 3c65ff42fa20..1602d0eafdd5 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectAttachmentName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectAttachmentName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectName.java index e530acdb6dd2..c40c6038464f 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/InterconnectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/LocationName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/LocationName.java index 20666ce9d639..dcf188fdbcd1 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/LocationName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/NetworkName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/NetworkName.java index f9aa4bf15478..7e32bb8c6dda 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/NetworkName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/NetworkName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/RouterName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/RouterName.java index 5e0b5a092f00..29cc1b3ad1cc 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/RouterName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/RouterName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/SubnetName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/SubnetName.java index 2d722eb9657e..f7ac1a91c127 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/SubnetName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/SubnetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/ZoneName.java b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/ZoneName.java index ff898416640e..096aa0082077 100644 --- a/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/ZoneName.java +++ b/java-edgenetwork/proto-google-cloud-edgenetwork-v1/src/main/java/com/google/cloud/edgenetwork/v1/ZoneName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider.java index dfb318789ee7..7aab6b8605a7 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider1.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider1.java index 1d5fc0746a06..365739cb3a68 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider1.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetEndpoint.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetEndpoint.java index 2d25a0c4a192..b57592856446 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetEndpoint.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachment.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachment.java index 53bbff71b913..0783a6e2668c 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachment.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachmentLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachmentLRO.java index f6768829176f..9613f7da143f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachmentLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/AsyncCreateInterconnectAttachmentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachment.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachment.java index e0f3eef82de9..a72c3befd944 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachment.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentStringInterconnectattachmentString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentStringInterconnectattachmentString.java index 6a4b6a68d858..44e276c52a04 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentStringInterconnectattachmentString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentStringInterconnectattachmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentZonenameInterconnectattachmentString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentZonenameInterconnectattachmentString.java index 3b2e7e1f150c..2f7f1bb0e20a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentZonenameInterconnectattachmentString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createinterconnectattachment/SyncCreateInterconnectAttachmentZonenameInterconnectattachmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetwork.java index 8da9b442893b..16e9ba93e955 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetworkLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetworkLRO.java index bca337c52ba2..0a3f2cedca61 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetworkLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/AsyncCreateNetworkLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetwork.java index 201c13027f0c..31e71e549f4c 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkStringNetworkString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkStringNetworkString.java index b7949dcc6079..2cc090c4409f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkStringNetworkString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkStringNetworkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkZonenameNetworkString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkZonenameNetworkString.java index 5b91527679d6..2651fc22c1e9 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkZonenameNetworkString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createnetwork/SyncCreateNetworkZonenameNetworkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouter.java index 174b2f4bcca8..8eb0b96436e8 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouterLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouterLRO.java index a78947cf2984..a8d4abe4c685 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouterLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/AsyncCreateRouterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouter.java index fc19d53a60d0..f844d88acd5a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterStringRouterString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterStringRouterString.java index a87e203d21c5..c546287cb966 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterStringRouterString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterStringRouterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterZonenameRouterString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterZonenameRouterString.java index 7f03e86b193a..1edab870bf81 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterZonenameRouterString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createrouter/SyncCreateRouterZonenameRouterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnet.java index 86e85a32fff9..987e6dad1c60 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnetLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnetLRO.java index 6ba42610d859..9445b9966187 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnetLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/AsyncCreateSubnetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnet.java index a90f55ca5498..2c7d4478fab9 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetStringSubnetString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetStringSubnetString.java index c67bf2177907..58af462a65c0 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetStringSubnetString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetStringSubnetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetZonenameSubnetString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetZonenameSubnetString.java index 6c869461d32f..62098c33decd 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetZonenameSubnetString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/createsubnet/SyncCreateSubnetZonenameSubnetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachment.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachment.java index ab1510840f6b..cea96e685e0b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachment.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachmentLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachmentLRO.java index d9d973b0a36d..7381a2268d6a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachmentLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/AsyncDeleteInterconnectAttachmentLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachment.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachment.java index 5495fcd4eaf5..abc9f30059e2 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachment.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentInterconnectattachmentname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentInterconnectattachmentname.java index a10fef1f06ef..5f2e0b3fc86a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentInterconnectattachmentname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentInterconnectattachmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentString.java index 5865eec0e24a..8d9f81382126 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleteinterconnectattachment/SyncDeleteInterconnectAttachmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetwork.java index 033167eaba97..2b0366d6ca21 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetworkLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetworkLRO.java index 2dcf7032fe5a..cb6b3f3abeaf 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetworkLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/AsyncDeleteNetworkLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetwork.java index 1d092dfa4e50..8674d43cfd56 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkNetworkname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkNetworkname.java index 8190d690f90f..04f251e41157 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkNetworkname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkNetworkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkString.java index 3fd7662cd6df..b8138f3f5c84 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletenetwork/SyncDeleteNetworkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouter.java index 79b4deac9e1e..af38b52235f8 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouterLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouterLRO.java index 6dd9762bf037..a4fdb659050e 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouterLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/AsyncDeleteRouterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouter.java index bd62411b4a70..0cc4ec40e7fb 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterRoutername.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterRoutername.java index 93b94d6647d3..ea4eff0ce775 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterRoutername.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterRoutername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterString.java index c245b250223d..d2fffabf0974 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deleterouter/SyncDeleteRouterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnet.java index 7f5086edc629..448ef16ba3cf 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnetLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnetLRO.java index ce374ad9616e..351ecb42944a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnetLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/AsyncDeleteSubnetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnet.java index 1dd5e4a9edb9..18d4c952c282 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetString.java index 40994379a28e..43159eb2b713 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetSubnetname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetSubnetname.java index 76b2588313a8..bc5fa1d1725f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetSubnetname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/deletesubnet/SyncDeleteSubnetSubnetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/AsyncDiagnoseInterconnect.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/AsyncDiagnoseInterconnect.java index e9f165bdfab4..a769b7ccf12c 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/AsyncDiagnoseInterconnect.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/AsyncDiagnoseInterconnect.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnect.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnect.java index 99d219165a71..741f5f7a9521 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnect.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnect.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectInterconnectname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectInterconnectname.java index fac9c06fcc75..ff6cb5e20dc1 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectInterconnectname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectInterconnectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectString.java index 1c3f279fbcd8..beaa565b5ca4 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoseinterconnect/SyncDiagnoseInterconnectString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/AsyncDiagnoseNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/AsyncDiagnoseNetwork.java index 0cdde7e8486e..2befaa7574ee 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/AsyncDiagnoseNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/AsyncDiagnoseNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetwork.java index 5c141a06cdc2..f872a2ba3456 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkNetworkname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkNetworkname.java index 5b9aebb57fd4..759efaa5e9ef 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkNetworkname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkNetworkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkString.java index 195629a4f164..a5940a8b4f00 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnosenetwork/SyncDiagnoseNetworkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/AsyncDiagnoseRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/AsyncDiagnoseRouter.java index 1f3da227e4f9..60a832a78b3e 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/AsyncDiagnoseRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/AsyncDiagnoseRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouter.java index 91da3acdc031..487bb3cf39ad 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterRoutername.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterRoutername.java index 786827a34fbc..95066176efaa 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterRoutername.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterRoutername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterString.java index 2d42a4d5ae56..1f4fc1be878f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/diagnoserouter/SyncDiagnoseRouterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/AsyncGetInterconnect.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/AsyncGetInterconnect.java index c6a7a0904289..89e46eba7f76 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/AsyncGetInterconnect.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/AsyncGetInterconnect.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnect.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnect.java index 0ef81e0ef1cd..288cc5bacba1 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnect.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnect.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectInterconnectname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectInterconnectname.java index f96a6b179d5d..e27c723a6b91 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectInterconnectname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectInterconnectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectString.java index c19bb2f7477a..6b34c375a026 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnect/SyncGetInterconnectString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/AsyncGetInterconnectAttachment.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/AsyncGetInterconnectAttachment.java index 8c0aad8608d6..6bb80917e718 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/AsyncGetInterconnectAttachment.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/AsyncGetInterconnectAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachment.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachment.java index 622dc8eaac40..72eb86ceb451 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachment.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentInterconnectattachmentname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentInterconnectattachmentname.java index 1d2c74a687fd..eaf67f858fb5 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentInterconnectattachmentname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentInterconnectattachmentname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentString.java index a195f4ff009e..0289d352a1a4 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getinterconnectattachment/SyncGetInterconnectAttachmentString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/AsyncGetLocation.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/AsyncGetLocation.java index 46f72ee54acc..2ae4f7026128 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/AsyncGetLocation.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/AsyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/SyncGetLocation.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/SyncGetLocation.java index 2a463f38b923..40da138f019f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/SyncGetLocation.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getlocation/SyncGetLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/AsyncGetNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/AsyncGetNetwork.java index dd9cd83f2648..28e607427df0 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/AsyncGetNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/AsyncGetNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetwork.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetwork.java index b7f8b21b1aa3..7e5dee3bde66 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetwork.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkNetworkname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkNetworkname.java index 0a586999cd20..c1a5310fb035 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkNetworkname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkNetworkname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkString.java index 1b6525d1aeb2..510a42f827be 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getnetwork/SyncGetNetworkString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/AsyncGetRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/AsyncGetRouter.java index 1330e6cb5fac..0b1ec55c8ee7 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/AsyncGetRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/AsyncGetRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouter.java index 829f77f09680..1e3fe57ba8f5 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterRoutername.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterRoutername.java index 735a355243b6..c3cc1a82f0b2 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterRoutername.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterRoutername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterString.java index ba37988e3825..18106b035ab9 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getrouter/SyncGetRouterString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/AsyncGetSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/AsyncGetSubnet.java index d7dc568d4698..10f44eaabfa2 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/AsyncGetSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/AsyncGetSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnet.java index be2284321b55..49c5901b8fa2 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetString.java index 3bfe4bced599..726a2803b8fa 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetSubnetname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetSubnetname.java index 1525c4b522e8..1ac15705951b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetSubnetname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getsubnet/SyncGetSubnetSubnetname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/AsyncGetZone.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/AsyncGetZone.java index 9ef1fb9182d2..2a20224004ed 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/AsyncGetZone.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/AsyncGetZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZone.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZone.java index dd8ff39f8a6d..0942c8da0337 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZone.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneString.java index 004642f66597..ad4f1878b56a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneZonename.java index 6118b3f852d0..0c7bb509b17b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/getzone/SyncGetZoneZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/AsyncInitializeZone.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/AsyncInitializeZone.java index 8bc1f07509c3..102090323a52 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/AsyncInitializeZone.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/AsyncInitializeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZone.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZone.java index 57e87d2e3ad6..3fdcb8dcce8b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZone.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneString.java index dfd18d29ea39..59e9a21fa274 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneZonename.java index 07091bcbe01e..61578277b0ea 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/initializezone/SyncInitializeZoneZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachments.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachments.java index a502d1971005..cac763867f6b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachments.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachmentsPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachmentsPaged.java index 050516b6c82f..5bed80b2ecad 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachmentsPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/AsyncListInterconnectAttachmentsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachments.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachments.java index 0fd2a17ede32..e7069bfa0c2b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachments.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachments.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsString.java index f9b65def919d..f6ac9657bbac 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsZonename.java index 27c5fc2bed96..e901bfac153e 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnectattachments/SyncListInterconnectAttachmentsZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnects.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnects.java index 84f991f60f94..b33e072ebe27 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnects.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnects.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnectsPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnectsPaged.java index 1ca6e074d145..17a39df06482 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnectsPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/AsyncListInterconnectsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnects.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnects.java index b2a3165b609c..269c5e23201a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnects.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnects.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsString.java index e7492a64184b..0cb4640fcc14 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsZonename.java index 1aea13cc6525..3568101ec5d0 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listinterconnects/SyncListInterconnectsZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocations.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocations.java index 220511b652d3..954383a423fd 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocations.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocationsPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocationsPaged.java index 14114329d872..4fd63d98ba43 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocationsPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/AsyncListLocationsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/SyncListLocations.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/SyncListLocations.java index 6ced26576ae3..4bfd55f5c452 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/SyncListLocations.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listlocations/SyncListLocations.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworks.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworks.java index 9239fdd81607..ebf16a84ec02 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworks.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworksPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworksPaged.java index 35d152efcf29..84a7dea65b51 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworksPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/AsyncListNetworksPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworks.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworks.java index c6bc6d5751b7..689fc2e31a7e 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworks.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksString.java index 17bedb623823..2b209eada491 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksZonename.java index f8c04c977799..ae344e5a2621 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listnetworks/SyncListNetworksZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRouters.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRouters.java index 48165b864ad9..e716d42c0f3d 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRouters.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRouters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRoutersPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRoutersPaged.java index eb5d8480a78b..c8403335b53f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRoutersPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/AsyncListRoutersPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRouters.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRouters.java index 7f5abcb20254..57b4c6b674c5 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRouters.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRouters.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersString.java index 9befb32c3edc..be75ff37a8dd 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersZonename.java index 40d0908c4290..555201e67f07 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listrouters/SyncListRoutersZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnets.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnets.java index d9845f54972e..90f05ca4bb54 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnets.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnetsPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnetsPaged.java index d135a191241f..b98b896cbe3f 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnetsPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/AsyncListSubnetsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnets.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnets.java index 6d68e8370616..7ccb86a76e98 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnets.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnets.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsString.java index d0a1a4f3c77a..c8df299f0868 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsZonename.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsZonename.java index 4c9f35dc4011..b9e34f26bbaa 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsZonename.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listsubnets/SyncListSubnetsZonename.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZones.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZones.java index 18df86d498aa..02a3d9bfe86a 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZones.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZones.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZonesPaged.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZonesPaged.java index 98c22c3a0139..19081c8f86b5 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZonesPaged.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/AsyncListZonesPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZones.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZones.java index 6b7d6fa766be..0294bb0ffae3 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZones.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZones.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesLocationname.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesLocationname.java index d3b46515b53e..76b652619dad 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesLocationname.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesString.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesString.java index 1a08dacbfc41..4fee2f974b1e 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesString.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/listzones/SyncListZonesString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouter.java index bded4b2d9f36..3fe5cd353b62 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouterLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouterLRO.java index a4c403ef0e10..17d0591a46b9 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouterLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/AsyncUpdateRouterLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouter.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouter.java index 63d6adcb8602..46d79e61c56b 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouter.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouterRouterFieldmask.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouterRouterFieldmask.java index d36e8e8a212a..579501d03ce9 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouterRouterFieldmask.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updaterouter/SyncUpdateRouterRouterFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnet.java index b814a8486156..8c7671252793 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnetLRO.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnetLRO.java index 952d9422d338..515c8fd1da12 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnetLRO.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/AsyncUpdateSubnetLRO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnet.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnet.java index 7c40788c5e80..644368867901 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnet.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnet.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnetSubnetFieldmask.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnetSubnetFieldmask.java index 0c6e3bbd7ca4..dc3216722e74 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnetSubnetFieldmask.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetwork/updatesubnet/SyncUpdateSubnetSubnetFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetworksettings/initializezone/SyncInitializeZone.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetworksettings/initializezone/SyncInitializeZone.java index 6b2eceefa985..1d4abcea1067 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetworksettings/initializezone/SyncInitializeZone.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/edgenetworksettings/initializezone/SyncInitializeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/stub/edgenetworkstubsettings/initializezone/SyncInitializeZone.java b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/stub/edgenetworkstubsettings/initializezone/SyncInitializeZone.java index 9108c748b9c0..a47f7a2148c3 100644 --- a/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/stub/edgenetworkstubsettings/initializezone/SyncInitializeZone.java +++ b/java-edgenetwork/samples/snippets/generated/com/google/cloud/edgenetwork/v1/stub/edgenetworkstubsettings/initializezone/SyncInitializeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/README.md b/java-enterpriseknowledgegraph/README.md index 406274dd0204..1ee6fce76858 100644 --- a/java-enterpriseknowledgegraph/README.md +++ b/java-enterpriseknowledgegraph/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-enterpriseknowledgegraph.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-enterpriseknowledgegraph/0.30.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-enterpriseknowledgegraph/0.31.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClient.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClient.java index 8e5f0dcc4b06..424d4059753a 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClient.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceSettings.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceSettings.java index 9d168e0a0945..40015a27a070 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceSettings.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -180,7 +180,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EnterpriseKnowledgeGraphServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EnterpriseKnowledgeGraphServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/package-info.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/package-info.java index 20110a7f0748..164e8be4160d 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/package-info.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStub.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStub.java index 56584ccff705..f7566becd8f7 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStub.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStubSettings.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStubSettings.java index fb6d9b4d00f2..e714ffe7373f 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStubSettings.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/EnterpriseKnowledgeGraphServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -344,7 +344,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -354,7 +353,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceCallableFactory.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceCallableFactory.java index f0e478b60804..c68f135e2769 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceCallableFactory.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceStub.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceStub.java index d9c12d11c329..485623bf0bd1 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceStub.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/GrpcEnterpriseKnowledgeGraphServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceCallableFactory.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceCallableFactory.java index cb37645af1e7..b57c9d314e93 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceCallableFactory.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceStub.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceStub.java index 11b2a36d9560..6d6da54ce471 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceStub.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/HttpJsonEnterpriseKnowledgeGraphServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientHttpJsonTest.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientHttpJsonTest.java index 73bd5762f0a9..d4b44f49179d 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientHttpJsonTest.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientTest.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientTest.java index 226ddd29eab3..0eda29f5a42d 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientTest.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/EnterpriseKnowledgeGraphServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphService.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphService.java index 7cdbad42f1c1..efa7b5969e37 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphService.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphServiceImpl.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphServiceImpl.java index d4eabcce2131..7aff1c60de00 100644 --- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphServiceImpl.java +++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/test/java/com/google/cloud/enterpriseknowledgegraph/v1/MockEnterpriseKnowledgeGraphServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/CloudKnowledgeGraphEntityName.java b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/CloudKnowledgeGraphEntityName.java index 0a51c103f84c..e879fb80f462 100644 --- a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/CloudKnowledgeGraphEntityName.java +++ b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/CloudKnowledgeGraphEntityName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EntityReconciliationJobName.java b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EntityReconciliationJobName.java index 45993d02a441..78a9ca58402b 100644 --- a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EntityReconciliationJobName.java +++ b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/EntityReconciliationJobName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/LocationName.java b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/LocationName.java index 51b6ed397380..a2bb0397e6ea 100644 --- a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/LocationName.java +++ b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/LocationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/PublicKnowledgeGraphEntityName.java b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/PublicKnowledgeGraphEntityName.java index 551e37062001..2fd6a2842013 100644 --- a/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/PublicKnowledgeGraphEntityName.java +++ b/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/PublicKnowledgeGraphEntityName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/AsyncCancelEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/AsyncCancelEntityReconciliationJob.java index 4ff2e489495c..e44e36de7f93 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/AsyncCancelEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/AsyncCancelEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJob.java index 3af41b6b1a92..488c50940a38 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobEntityreconciliationjobname.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobEntityreconciliationjobname.java index 1d7c1fb90dac..869ab3536c76 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobEntityreconciliationjobname.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobEntityreconciliationjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobString.java index e16a25303040..a0a52bfab009 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/cancelentityreconciliationjob/SyncCancelEntityReconciliationJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider.java index 3f536c9052e3..254814f4bf2d 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider1.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider1.java index c006f19d88b7..d217e4bd39e7 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetEndpoint.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetEndpoint.java index 1265e18726f1..21cb7de1dea1 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetEndpoint.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/AsyncCreateEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/AsyncCreateEntityReconciliationJob.java index 887933e23c7e..eafa25eb5711 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/AsyncCreateEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/AsyncCreateEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java index 5696f9169537..a455e5bf1b67 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobLocationnameEntityreconciliationjob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobLocationnameEntityreconciliationjob.java index 1f5a33178f10..9ab4b83aa6a9 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobLocationnameEntityreconciliationjob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobLocationnameEntityreconciliationjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobStringEntityreconciliationjob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobStringEntityreconciliationjob.java index b926ac854de4..d0444d94fa4e 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobStringEntityreconciliationjob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/createentityreconciliationjob/SyncCreateEntityReconciliationJobStringEntityreconciliationjob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/AsyncDeleteEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/AsyncDeleteEntityReconciliationJob.java index 475c3fe4bb6b..96bb49453627 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/AsyncDeleteEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/AsyncDeleteEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJob.java index a8051bd0ea70..d662433dcf5c 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobEntityreconciliationjobname.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobEntityreconciliationjobname.java index a54e9b329965..b0886c61f2ee 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobEntityreconciliationjobname.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobEntityreconciliationjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobString.java index 8c3b41f2bbe9..7de06db825ee 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/AsyncGetEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/AsyncGetEntityReconciliationJob.java index 1fe421d8add8..5fa69c739bfc 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/AsyncGetEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/AsyncGetEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJob.java index a3617fd3b46a..9915f94daaba 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobEntityreconciliationjobname.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobEntityreconciliationjobname.java index 2a2a98e3270a..2fb7da1c9c40 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobEntityreconciliationjobname.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobEntityreconciliationjobname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobString.java index 9ac5192f055a..89912a7a7a7b 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/getentityreconciliationjob/SyncGetEntityReconciliationJobString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobs.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobs.java index fb2776e75613..edc05fb22bf1 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobs.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobsPaged.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobsPaged.java index eaf618a556bc..3ab0f7609fe3 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobsPaged.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/AsyncListEntityReconciliationJobsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobs.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobs.java index 89ba4c71c9e5..8fb2f7d3765e 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobs.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobs.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsLocationname.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsLocationname.java index 664968e272e4..f1940e4f016b 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsLocationname.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsLocationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsString.java index 1eea06726028..48c1b0997038 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/listentityreconciliationjobs/SyncListEntityReconciliationJobsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/AsyncLookup.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/AsyncLookup.java index 06f2cfd0e493..683cd01231c4 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/AsyncLookup.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/AsyncLookup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookup.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookup.java index bd613d8d7b2c..2586fb3fc925 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookup.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupLocationnameListstring.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupLocationnameListstring.java index c5268440a089..f1778732039f 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupLocationnameListstring.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupLocationnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupStringListstring.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupStringListstring.java index f42912037e44..14252b7ed0a1 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupStringListstring.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookup/SyncLookupStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/AsyncLookupPublicKg.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/AsyncLookupPublicKg.java index 91df29614e90..237d9b2d8003 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/AsyncLookupPublicKg.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/AsyncLookupPublicKg.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKg.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKg.java index b61714474530..cabb4b39736b 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKg.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKg.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgLocationnameListstring.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgLocationnameListstring.java index 6038f2952027..15a482db5fcc 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgLocationnameListstring.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgLocationnameListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgStringListstring.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgStringListstring.java index 5d9629290460..d8c41141d68e 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgStringListstring.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/lookuppublickg/SyncLookupPublicKgStringListstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/AsyncSearch.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/AsyncSearch.java index 85ac57b6f5d0..9388f4b54892 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/AsyncSearch.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/AsyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearch.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearch.java index a1e13e377a97..38e56a7bdebf 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearch.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearch.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchLocationnameString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchLocationnameString.java index 9d1817c8f405..f77374fcdb36 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchLocationnameString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchStringString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchStringString.java index 1e86bb1eebca..ca168e484899 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchStringString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/search/SyncSearchStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/AsyncSearchPublicKg.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/AsyncSearchPublicKg.java index ed854e0a355c..d33164111d17 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/AsyncSearchPublicKg.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/AsyncSearchPublicKg.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKg.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKg.java index 5b1f8cae5df7..48ba02302aeb 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKg.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKg.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgLocationnameString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgLocationnameString.java index 698792b40ca9..7cf03c04d8d2 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgLocationnameString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgLocationnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgStringString.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgStringString.java index 21e596d72ff0..ecd4629b746b 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgStringString.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/searchpublickg/SyncSearchPublicKgStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservicesettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservicesettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java index 951d8c12b068..771eb00891a8 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservicesettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservicesettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/stub/enterpriseknowledgegraphservicestubsettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/stub/enterpriseknowledgegraphservicestubsettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java index 785fad8ac884..1165443196de 100644 --- a/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/stub/enterpriseknowledgegraphservicestubsettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java +++ b/java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/stub/enterpriseknowledgegraphservicestubsettings/createentityreconciliationjob/SyncCreateEntityReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md index b263dbf072af..72c71a109624 100644 --- a/java-errorreporting/README.md +++ b/java-errorreporting/README.md @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-errorreporting.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.155.0-beta +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.156.0-beta [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClient.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClient.java index a5a06b4920e9..1fdcac9b5fc9 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClient.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceSettings.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceSettings.java index 9880092de99e..ec375c052b58 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceSettings.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -125,7 +125,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ErrorGroupServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ErrorGroupServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClient.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClient.java index 9ae27c5b8900..fce8a6d9e4f6 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClient.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceSettings.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceSettings.java index e7692bd07d4d..04548fe79b5b 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceSettings.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -137,7 +137,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ErrorStatsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ErrorStatsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClient.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClient.java index 2dcd39f7fc9d..2ec509794b6c 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClient.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceSettings.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceSettings.java index 9d56c19cd60c..06c296e79df5 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceSettings.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -122,7 +122,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return ReportErrorsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return ReportErrorsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/package-info.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/package-info.java index f69297248fff..20d46d631441 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/package-info.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStub.java index 105d9ee6a9ce..962d4f3c7c78 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStubSettings.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStubSettings.java index 0e5c684b3005..a7daf4b600c4 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStubSettings.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorGroupServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -180,7 +180,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -189,7 +188,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStub.java index 3d680987eab1..cab3b724f19e 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStubSettings.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStubSettings.java index 86f0c701fa97..0c498a0c23fa 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStubSettings.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ErrorStatsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -318,7 +318,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -327,7 +326,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceCallableFactory.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceCallableFactory.java index 74b280b183d5..2e46b769fb41 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceCallableFactory.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceStub.java index bd5e932a412e..003cfbb6f306 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorGroupServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceCallableFactory.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceCallableFactory.java index 231b446438da..167985b85ff4 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceCallableFactory.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceStub.java index f8ef0c5dae50..b8bb38fbff9c 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcErrorStatsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceCallableFactory.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceCallableFactory.java index 6d691705067b..508903f13cb1 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceCallableFactory.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceStub.java index cb77bee302f7..1706724db91f 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/GrpcReportErrorsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceCallableFactory.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceCallableFactory.java index b51dd51bac10..e2db36eac9da 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceCallableFactory.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceStub.java index 3383da274987..cd639b21fa21 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorGroupServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceCallableFactory.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceCallableFactory.java index 232324581997..3420ab6d39b5 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceCallableFactory.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceStub.java index 1392322f0c71..cfeab2e69f34 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonErrorStatsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceCallableFactory.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceCallableFactory.java index d392be7f5778..5887b3e5ef05 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceCallableFactory.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceStub.java index adae8a5a79de..be97775716a3 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/HttpJsonReportErrorsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStub.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStub.java index 60ce8ab32aef..f4dab8750013 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStub.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStubSettings.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStubSettings.java index f886f0f696db..c1078c02c0e8 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStubSettings.java +++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ReportErrorsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -175,7 +175,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -184,7 +183,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientHttpJsonTest.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientHttpJsonTest.java index 3d99fbb3bdb9..36ad1a646e28 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientHttpJsonTest.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientTest.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientTest.java index 49294bae5d29..c2dfa432456e 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientTest.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientHttpJsonTest.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientHttpJsonTest.java index 50e9cb236aed..843a6f6ad1d5 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientHttpJsonTest.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientTest.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientTest.java index feb1c6803567..75189bf534be 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientTest.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupService.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupService.java index 224f49ea0b5a..fd2d69ccebf9 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupService.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupServiceImpl.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupServiceImpl.java index 2ddce5ec937c..a85684a976c5 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupServiceImpl.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorGroupServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsService.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsService.java index 0b01e941a220..f6e6bd4aa8b4 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsService.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsServiceImpl.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsServiceImpl.java index d825085e1ff2..f5475480cad6 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsServiceImpl.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockErrorStatsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsService.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsService.java index 045c6566e562..77ff77f1f315 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsService.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsServiceImpl.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsServiceImpl.java index 3a12492a773b..7bbdce699c0b 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsServiceImpl.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/MockReportErrorsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientHttpJsonTest.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientHttpJsonTest.java index 81e70960155c..67e9bcfcbc82 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientHttpJsonTest.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientTest.java b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientTest.java index f8c833ae8995..950d9ba22e8c 100644 --- a/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientTest.java +++ b/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupName.java b/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupName.java index 869fb887dca2..b4251bb96863 100644 --- a/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupName.java +++ b/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ProjectName.java b/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ProjectName.java index 2487d0def98b..71d95b7b982f 100644 --- a/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ProjectName.java +++ b/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider.java index 10f788b5715f..2174dcd1c615 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider1.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider1.java index a7ecb571e3e8..807ab11f906f 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetEndpoint.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetEndpoint.java index 304ce4d8b3da..daa734e9717d 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetEndpoint.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/AsyncGetGroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/AsyncGetGroup.java index d89a73fc0971..6b8f65c466ad 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/AsyncGetGroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/AsyncGetGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroup.java index 32f55227b673..abb2865d0711 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupErrorgroupname.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupErrorgroupname.java index ad2a4d0eac9d..c8760dea9331 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupErrorgroupname.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupErrorgroupname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupString.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupString.java index 6dbc27d98ff6..a5825aad4865 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupString.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/getgroup/SyncGetGroupString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/AsyncUpdateGroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/AsyncUpdateGroup.java index 6a1694126f7b..bce5e3bdaec7 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/AsyncUpdateGroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/AsyncUpdateGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroup.java index 17965de28f80..50920cd70972 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroupErrorgroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroupErrorgroup.java index 7c9780cb9eef..6c2e617ed5a5 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroupErrorgroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservice/updategroup/SyncUpdateGroupErrorgroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservicesettings/getgroup/SyncGetGroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservicesettings/getgroup/SyncGetGroup.java index c6722deae24a..73a792a41a34 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservicesettings/getgroup/SyncGetGroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorgroupservicesettings/getgroup/SyncGetGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider.java index 7c5c363324c2..8ddd1a3142f6 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider1.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider1.java index b66c28733a81..3f8f65656e6a 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetEndpoint.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetEndpoint.java index ae32237adb46..890428bcd6e1 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetEndpoint.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/AsyncDeleteEvents.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/AsyncDeleteEvents.java index b4533b577ebd..227f2528607e 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/AsyncDeleteEvents.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/AsyncDeleteEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEvents.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEvents.java index 3368bbcf3149..c8d9fc49403d 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEvents.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsProjectname.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsProjectname.java index a7b59e6b2898..a071aa2ec486 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsProjectname.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsString.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsString.java index c9d77a58a3d7..2017419e5a6c 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsString.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/deleteevents/SyncDeleteEventsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEvents.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEvents.java index 97d5c285ba07..92d4bc8ff25b 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEvents.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEventsPaged.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEventsPaged.java index b84c62bd01ef..6dac98bbdd7d 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEventsPaged.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/AsyncListEventsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEvents.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEvents.java index 980d86142155..2eb57c19387b 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEvents.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsProjectnameString.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsProjectnameString.java index 1b3945b3f16f..7469d19dac91 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsProjectnameString.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsProjectnameString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsStringString.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsStringString.java index 775a735cdbd8..5cc1701096b8 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsStringString.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listevents/SyncListEventsStringString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStats.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStats.java index eab36e43e266..389542780d88 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStats.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStats.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStatsPaged.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStatsPaged.java index b8d75aee8737..b6c2baaa53a5 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStatsPaged.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/AsyncListGroupStatsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStats.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStats.java index e996e5a65670..26efd052c2b3 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStats.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStats.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsProjectnameQuerytimerange.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsProjectnameQuerytimerange.java index f600480da69f..bac0957bc981 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsProjectnameQuerytimerange.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsProjectnameQuerytimerange.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsStringQuerytimerange.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsStringQuerytimerange.java index caddcb041f5f..1f3e639a0a20 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsStringQuerytimerange.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/SyncListGroupStatsStringQuerytimerange.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservicesettings/deleteevents/SyncDeleteEvents.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservicesettings/deleteevents/SyncDeleteEvents.java index dac1bf9ebbec..9aee6a9b0ed1 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservicesettings/deleteevents/SyncDeleteEvents.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservicesettings/deleteevents/SyncDeleteEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider.java index dd4cef488cd0..8228d7ca0fe4 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider1.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider1.java index c17d294a58c2..f343d39914db 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetEndpoint.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetEndpoint.java index d5c6ed05f32d..bc7808ad593b 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetEndpoint.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/AsyncReportErrorEvent.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/AsyncReportErrorEvent.java index 4b1738a730e2..198637c760db 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/AsyncReportErrorEvent.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/AsyncReportErrorEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEvent.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEvent.java index bb6699b71a1b..5735a8b233f4 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEvent.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventProjectnameReportederrorevent.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventProjectnameReportederrorevent.java index 73582297f791..576219d84ec7 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventProjectnameReportederrorevent.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventProjectnameReportederrorevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventStringReportederrorevent.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventStringReportederrorevent.java index e0942be40b24..b553ce2b31d4 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventStringReportederrorevent.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservice/reporterrorevent/SyncReportErrorEventStringReportederrorevent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservicesettings/reporterrorevent/SyncReportErrorEvent.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservicesettings/reporterrorevent/SyncReportErrorEvent.java index 75f3f0dfc661..5b7646c4a1b8 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservicesettings/reporterrorevent/SyncReportErrorEvent.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/reporterrorsservicesettings/reporterrorevent/SyncReportErrorEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorgroupservicestubsettings/getgroup/SyncGetGroup.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorgroupservicestubsettings/getgroup/SyncGetGroup.java index 57ff76127968..e2a538ac1b37 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorgroupservicestubsettings/getgroup/SyncGetGroup.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorgroupservicestubsettings/getgroup/SyncGetGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorstatsservicestubsettings/deleteevents/SyncDeleteEvents.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorstatsservicestubsettings/deleteevents/SyncDeleteEvents.java index e68b1673316e..b1d56145207c 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorstatsservicestubsettings/deleteevents/SyncDeleteEvents.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/errorstatsservicestubsettings/deleteevents/SyncDeleteEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/reporterrorsservicestubsettings/reporterrorevent/SyncReportErrorEvent.java b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/reporterrorsservicestubsettings/reporterrorevent/SyncReportErrorEvent.java index 62fd7c3bb25c..a626a90f4b51 100644 --- a/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/reporterrorsservicestubsettings/reporterrorevent/SyncReportErrorEvent.java +++ b/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/stub/reporterrorsservicestubsettings/reporterrorevent/SyncReportErrorEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/README.md b/java-essential-contacts/README.md index ccff787670d7..54b0b7297450 100644 --- a/java-essential-contacts/README.md +++ b/java-essential-contacts/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-essential-contacts.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-essential-contacts/2.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-essential-contacts/2.35.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClient.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClient.java index 24eb4ed2bbb9..dcd324cf70eb 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClient.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceSettings.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceSettings.java index cd06b7c598f9..875cd084c982 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceSettings.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -159,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return EssentialContactsServiceStubSettings.defaultTransportChannelProvider(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return EssentialContactsServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/package-info.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/package-info.java index 97b74792ffb8..83d88c75a58e 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/package-info.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStub.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStub.java index a9f21cb93237..be1aae33d473 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStub.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStubSettings.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStubSettings.java index 3c07d3751e0e..d8c225d959dc 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStubSettings.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/EssentialContactsServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -343,7 +343,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( @@ -352,7 +351,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceCallableFactory.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceCallableFactory.java index 5a6f2c4cd6ba..cec7208554c1 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceCallableFactory.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceStub.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceStub.java index 246d6c690694..828b2d5cc988 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceStub.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/GrpcEssentialContactsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceCallableFactory.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceCallableFactory.java index 01d8d71b8ace..bf9e89d67e2e 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceCallableFactory.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceStub.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceStub.java index 70bb488f7850..c0523653cb57 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceStub.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/HttpJsonEssentialContactsServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientHttpJsonTest.java b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientHttpJsonTest.java index 04247f1edaf5..69704398616f 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientHttpJsonTest.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientHttpJsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientTest.java b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientTest.java index 0641774c6b30..2540d7c02856 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientTest.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/EssentialContactsServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsService.java b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsService.java index a7271cc18cf8..58fcc79fa8ac 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsService.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsServiceImpl.java b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsServiceImpl.java index af276adc0edc..47bdc5b869f5 100644 --- a/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsServiceImpl.java +++ b/java-essential-contacts/google-cloud-essential-contacts/src/test/java/com/google/cloud/essentialcontacts/v1/MockEssentialContactsServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ContactName.java b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ContactName.java index 3a629de21836..f23c10cc009d 100644 --- a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ContactName.java +++ b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ContactName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/FolderName.java b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/FolderName.java index 1f5469a72e40..4b65b17bbfd6 100644 --- a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/FolderName.java +++ b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/FolderName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/OrganizationName.java b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/OrganizationName.java index af86155bc71f..599a3ff0874b 100644 --- a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/OrganizationName.java +++ b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/OrganizationName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ProjectName.java b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ProjectName.java index 6aae2c260f1e..5dd0df4fad51 100644 --- a/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ProjectName.java +++ b/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/ProjectName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContacts.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContacts.java index 880a38bc50b7..74c0a507ea21 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContacts.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContactsPaged.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContactsPaged.java index 34be4879cbbe..c367b6ff377c 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContactsPaged.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/AsyncComputeContactsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/SyncComputeContacts.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/SyncComputeContacts.java index 4385dcd49f34..16969b3eb736 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/SyncComputeContacts.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/computecontacts/SyncComputeContacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider.java index 13fb56376e46..523f81b31ecb 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider1.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider1.java index 8b00c31b8a10..4fa87ec9ec7c 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider1.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetCredentialsProvider1.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetEndpoint.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetEndpoint.java index 177803b423d2..e36ed6d2f2d5 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetEndpoint.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/create/SyncCreateSetEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/AsyncCreateContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/AsyncCreateContact.java index 066d39cb0d2d..d9090bdb6d5e 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/AsyncCreateContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/AsyncCreateContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContact.java index e6f5b1185e6c..05dcb18f113c 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactFoldernameContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactFoldernameContact.java index e80ea9a6d447..7fc3e8b476c5 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactFoldernameContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactFoldernameContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactOrganizationnameContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactOrganizationnameContact.java index 52bf2cc5d58e..19e27051b624 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactOrganizationnameContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactOrganizationnameContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactProjectnameContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactProjectnameContact.java index 23acec39c889..335d6fb311fc 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactProjectnameContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactProjectnameContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactStringContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactStringContact.java index 2cc5d59592cd..b95793a7baa9 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactStringContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/createcontact/SyncCreateContactStringContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/AsyncDeleteContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/AsyncDeleteContact.java index afc144d7b2a7..15e623326da8 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/AsyncDeleteContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/AsyncDeleteContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContact.java index b1e7ba08bfd6..ec6485fed3cb 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactContactname.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactContactname.java index fe38fb64560a..11b9131d5a0c 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactContactname.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactContactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactString.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactString.java index 4161e93ea237..985a0e9b1a13 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactString.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/deletecontact/SyncDeleteContactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/AsyncGetContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/AsyncGetContact.java index 119dbb8efbc5..27204bbf7896 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/AsyncGetContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/AsyncGetContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContact.java index 9a645c28d4a7..3e6c13a9bebd 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactContactname.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactContactname.java index 9b4d70f551b2..772b972e40a9 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactContactname.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactContactname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactString.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactString.java index bd404090c4de..7fe76b11361f 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactString.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/getcontact/SyncGetContactString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContacts.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContacts.java index f22f97bf7df8..b7e2683f5481 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContacts.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContactsPaged.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContactsPaged.java index 7507c7984c72..2e2389cba478 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContactsPaged.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/AsyncListContactsPaged.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContacts.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContacts.java index 073026dd3c36..f151af1be372 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContacts.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsFoldername.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsFoldername.java index ac6dec2367b3..c8c0fa1032ef 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsFoldername.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsFoldername.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsOrganizationname.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsOrganizationname.java index d0e8c9a2c6ae..5c958062fd31 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsOrganizationname.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsOrganizationname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsProjectname.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsProjectname.java index 171851e32e90..66ff6f0279bd 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsProjectname.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsProjectname.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsString.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsString.java index 77286557434f..538eef46bfbe 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsString.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/listcontacts/SyncListContactsString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/AsyncSendTestMessage.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/AsyncSendTestMessage.java index d8902585d441..75d838202d7c 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/AsyncSendTestMessage.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/AsyncSendTestMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/SyncSendTestMessage.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/SyncSendTestMessage.java index 3c8dfae602e4..8118c80acb84 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/SyncSendTestMessage.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/sendtestmessage/SyncSendTestMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/AsyncUpdateContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/AsyncUpdateContact.java index 42c4ff6fd786..82d6ce74e9de 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/AsyncUpdateContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/AsyncUpdateContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContact.java index 37c5215d20c9..9fe76ff3994a 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContactContactFieldmask.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContactContactFieldmask.java index 2a43580b74fc..be6c0e7c6848 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContactContactFieldmask.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservice/updatecontact/SyncUpdateContactContactFieldmask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservicesettings/createcontact/SyncCreateContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservicesettings/createcontact/SyncCreateContact.java index fbbfb475593c..fefb1894a770 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservicesettings/createcontact/SyncCreateContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/essentialcontactsservicesettings/createcontact/SyncCreateContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/stub/essentialcontactsservicestubsettings/createcontact/SyncCreateContact.java b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/stub/essentialcontactsservicestubsettings/createcontact/SyncCreateContact.java index 647845d04cab..aec0e638898b 100644 --- a/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/stub/essentialcontactsservicestubsettings/createcontact/SyncCreateContact.java +++ b/java-essential-contacts/samples/snippets/generated/com/google/cloud/essentialcontacts/v1/stub/essentialcontactsservicestubsettings/createcontact/SyncCreateContact.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.